summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2013-04-26mesa: updated read_buffer_enum_to_index() commentBrian Paul1-2/+2
2013-04-26r600/uvd: stop advertising MPEG4 on UVD 2.x chips v2Christian König4-2/+18
2013-04-26radeon/uvd: stop using anonymous unionsChristian König4-39/+39
2013-04-26mesa: fix type comparison errors in sub-texture error checking codeTapani Pälli1-5/+5
2013-04-26Revert "draw: Yield zeros for LLVM fetches of non-existing vertex elements."José Fonseca1-16/+10
2013-04-26ilo: add the driver to the build systemChia-I Wu8-1/+171
2013-04-26ilo: compile VS/GS/FS with the toy compilerChia-I Wu6-20/+4460
2013-04-26ilo: add a toy shader compilerChia-I Wu14-1/+8669
2013-04-26ilo: hook up pipe context GPGPU functionsChia-I Wu1-1/+12
2013-04-26ilo: hook up pipe context video functionsChia-I Wu1-2/+28
2013-04-26ilo: add support for time/occlusion/primitive queriesChia-I Wu3-5/+293
2013-04-26ilo: hook up pipe context 3D functionsChia-I Wu4-5/+287
2013-04-26ilo: add GEN7 support for 3D pipelineChia-I Wu7-2/+954
2013-04-26ilo: add 3D pipeline for GEN6Chia-I Wu6-0/+3034