summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-04-30r600g/sb: remove unused coder600-sb-3Vadim Girlin2-34/+0
2013-04-30r600g/sb: collect shader statisticsVadim Girlin5-8/+162
2013-04-30r600g/sb: don't propagate dead values in GVN passVadim Girlin1-0/+3
2013-04-30r600g/sb: use simple heuristic to limit register pressureVadim Girlin2-3/+33
2013-04-30r600g/sb: improve error checking in ra_coalesce passVadim Girlin2-14/+27
2013-04-30r600g/sb: use source bytecode in case of optimization errorsVadim Girlin5-11/+25
2013-04-30r600g: plug in optimizing backendVadim Girlin8-3/+155
2013-04-30r600g/sb: initial commit of the optimizing shader backendVadim Girlin35-0/+17498
2013-04-30r600g: use enum type for domains field in struct r600_resourceVadim Girlin1-1/+1
2013-04-30r600g: add new flags to isa instruction tablesVadim Girlin1-116/+127
2013-04-30r600g: always create reverse lookup isa tablesVadim Girlin1-10/+2
2013-04-30r600g: mask unused source components for SAMPLEVadim Girlin1-0/+20
2013-04-30r600g/llvm: Fix opencl buildVincent Lejeune1-1/+1
2013-04-29Gallium: Use mmap on Haiku for executable memory vs mallocAlexander von Gluck IV1-1/+1
2013-04-29Mapi: Use mmap on Haiku for executable memory vs mallocAlexander von Gluck IV1-1/+1
2013-04-29Mesa: Use mmap on Haiku for executable memory vs mallocAlexander von Gluck IV1-1/+1
2013-04-30r600g/llvm: get use_kill from compiler shaderVincent Lejeune4-2/+9
2013-04-29i965/fs: Print out the estimated cycle count in INTEL_DEBUG=wmEric Anholt1-0/+5
2013-04-29i965/fs: Allow LRPs with uniform registers.Eric Anholt3-1/+11
2013-04-29intel: Be more conservative in disabling tiling to save memory.Eric Anholt1-3/+5
2013-04-29i965: Disable Z16 on contexts that don't require it.Eric Anholt1-1/+14
2013-04-29intel: Report FBO incompleteness causes through GL_ARB_debug_output.Eric Anholt1-22/+34
2013-04-29intel: Fold the one last function intel_tex_format.c into the caller.Eric Anholt7-27/+10
2013-04-29mesa: Fix error checking for GS UBO getters.Eric Anholt1-2/+7
2013-04-29mesa: Add a clarifying comment about EXTRA_ error checking.Eric Anholt1-1/+7
2013-04-29mesa: Add an extra clarifying set of braces to getter checking.Eric Anholt1-1/+2
2013-04-29mesa: Fix error checking for getters consisting of only API versions.Eric Anholt1-32/+24
2013-04-29mesa: Clarify the names of error checking variables for glGet.Eric Anholt1-22/+21
2013-04-29i915: Add support for GL_EXT_texture_sRGB and GL_EXT_texture_sRGB_decode.Eric Anholt3-2/+15
2013-04-29i915: Always enable GL 2.0 support.Eric Anholt2-30/+5
2013-04-29i915: Correctly set the OQ counter bits.Eric Anholt2-0/+2
2013-04-29i965: Move is_math/is_tex/is_control_flow() to backend_instruction.Kenneth Graunke6-76/+49
2013-04-27draw/so: fix overflow calculationZack Rusin1-8/+18
2013-04-29llvmpipe: Fix queries when screen->num_threads == 0.José Fonseca1-2/+3
2013-04-29Revert "st/mesa: add a simple path to BufferData if it only discards buffer c...José Fonseca1-14/+0
2013-04-29r600g: force full cache for hyperzJerome Glisse2-0/+2
2013-04-29freedreno: fix rebase screw-upRob Clark1-1/+1
2013-04-30i965/fs: Don't try to use bogus interpolation modes pre-Gen6.Chris Forbes1-9/+17
2013-04-28i965/vs: Fix order of source arguments to LRP.Matt Turner1-1/+4
2013-04-27llvmpipe: stop crashing when one of the so targets is nullZack Rusin1-2/+5
2013-04-27draw/so: indicate overflow when buffer is missingZack Rusin1-0/+4
2013-04-27gallivm: fix indirect addressing of temps in soa modeZack Rusin1-0/+11
2013-04-26tgsi/ureg: Add a function to return the number of outputsZack Rusin2-0/+15
2013-04-26draw/so: Fix overflow calculationsZack Rusin1-3/+8
2013-04-26draw/llvm: fix viewport transformationsZack Rusin1-4/+5
2013-04-26gallium: increase the number of available stream output declsZack Rusin1-1/+2
2013-04-26llvmpipe: implement so_overflow queryZack Rusin3-0/+15
2013-04-26mesa: fix the compressed TexSubImage size checking codeBrian Paul1-3/+9
2013-04-26llvmpipe: replace LP_MAX_THREADS with screen->num_threads in query codeBrian Paul1-2/+4
2013-04-26llvmpipe: bump LP_MAX_THREADS to 16Brian Paul1-1/+1