summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-02-15i965/fs: Enable CSE on uniform pull constant loads.uboEric Anholt1-0/+3
2013-02-15i965/fs: Only do CSE when the dst types match.Eric Anholt1-1/+2
2013-02-15i965/fs: Delay setup of uniform pull constants until after reg alloc.Eric Anholt3-27/+65
2013-02-15i965/fs: Fix copy propagation with smearing.Eric Anholt1-1/+2
2013-02-15i965/fs: Add a bit more instruction dumping useful for upcoming work.Eric Anholt1-1/+30
2013-02-15mesa: Use PROGRAM_ERROR_STRING_ARB instead of the _NV nameMatt Turner1-1/+1
2013-02-15trace: add context pointer sanity checkingBrian Paul3-0/+23
2013-02-15trace: fix incorrect trace_surface::base.context pointerBrian Paul3-4/+7
2013-02-15mesa: remove old version comment from gl.hBrian Paul1-1/+0
2013-02-15trace: whitespace, comment clean-upsBrian Paul1-6/+2
2013-02-15trace: move struct tr_list to tr_texture.hBrian Paul2-5/+8
2013-02-15st/mesa: fix format query for GL_ARB_texture_rgBrian Paul1-3/+4
2013-02-15i965/fs: Do a general SEND dependency workaround for the original 965.Eric Anholt3-42/+229
2013-02-14egl-wayland: Fix left-over wl_display_roundtrip() usageKristian Høgsberg1-1/+1
2013-02-14i965/gen7: Set up all samplers even if samplers are sparsely used.Eric Anholt1-1/+1
2013-02-14r600g: add support for red-alpha render targetsMarek Olšák2-0/+44
2013-02-14r300g: add support for red-alpha render targetsMarek Olšák3-0/+20
2013-02-14st/mesa: try to find exact format matching user format and type for DrawPixelsMarek Olšák4-37/+59
2013-02-14r600g: properly implement S8Z24 depth-stencil format for EvergreenMarek Olšák3-18/+47
2013-02-14radeonsi: Handle TGSI_PROPERTY_FS_COLOR0_WRITES_ALL_CBUFSMichel Dänzer1-0/+29
2013-02-14radeonsi: Fix array indices for detecting integer vertex formatsMichel Dänzer1-2/+2
2013-02-13glsl: Initialize ir_texture member variable.Vinson Lee1-2/+2
2013-02-13intel: Allow blit readpixels even when the pack alignment is set.Eric Anholt1-9/+4
2013-02-13i965: Remove writemask support from brw_SAMPLE().Eric Anholt5-109/+18
2013-02-13i965/fs: Use a helper function for checking for flow control instructions.Eric Anholt3-23/+22
2013-02-13shaderapi: Fix AttachShader errorbma1-0/+14
2013-02-13configure.ac: Add components to LLVM_COMPONENTS when using llvm shared libsTom Stellard1-9/+10
2013-02-13i965: Re-enable the -RHW workaround for original gen4 chips.Eric Anholt1-12/+8
2013-02-13i965/gen4: Work around missing sRGB RGB DXT1 support.Eric Anholt3-4/+20
2013-02-13glsl: Fix error checking on "flat" keyword to match GLSL ES 3.00, GLSL 1.50.Paul Berry1-16/+32
2013-02-13glsl: don't allow non-flat integral types in varying structs/arrays.Paul Berry3-6/+30
2013-02-13glsl: Allow default precision qualifiers to be set for sampler types.Paul Berry1-3/+43
2013-02-13st/mesa: fix texture buffer objectsMarek Olšák1-4/+10
2013-02-12i965: Use derived state for Haswell's 3DSTATE_VF packet.Kenneth Graunke1-2/+2
2013-02-13st/mesa: accelerate glGetTexImage for all formats using a blitMarek Olšák2-49/+152
2013-02-13gallium: add red-alpha texture formats and a couple of util functionsMarek Olšák3-0/+141
2013-02-12r600g: fix lockup when hyperz & alpha test are enabled together. v3Jerome Glisse3-3/+49
2013-02-12CopyTexImage: Don't check sRGB vs LINEAR for desktop GLJordan Justen1-18/+10
2013-02-12radeonsi: remove constant index limitation v3Christian König2-7/+1
2013-02-12radeonsi: support constants as TEX coordinatesChristian König1-0/+9
2013-02-12glsl: Fix unsupported version error for GLSL ES 3.00, future proof for 3.30.Paul Berry2-54/+64
2013-02-12gallium/docs: fix typos in sample opcode descriptionsRoland Scheidegger1-2/+3
2013-02-12nv50: fix bogus parameters when processing sample instructionsRoland Scheidegger1-1/+1
2013-02-12gallium: fix tgsi SAMPLE_L opcode to use separate source for explicit lodRoland Scheidegger7-20/+10
2013-02-12util: fix incorrect Z bit masking in util_clear_depth_stencil()Brian Paul1-2/+2
2013-02-11radeon: Remove dead STANDALONE_MMIO definesMatt Turner2-3/+0
2013-02-12llvmpipe: implement dual source blendingRoland Scheidegger5-93/+210
2013-02-11docs: Mark a few things done in GL3.txt.Kenneth Graunke1-2/+2
2013-02-11i965: Add missing dirty bits to INTEL_DEBUG=state arrays.Kenneth Graunke1-0/+7
2013-02-11i965: Reorganize brw_bits to match the order in brw_context.h.Kenneth Graunke1-5/+5