summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mesa: Fix error checking for getters consisting of only API versions.Eric Anholt2013-04-291-32/+24
* mesa: Clarify the names of error checking variables for glGet.Eric Anholt2013-04-291-22/+21
* i915: Add support for GL_EXT_texture_sRGB and GL_EXT_texture_sRGB_decode.Eric Anholt2013-04-293-2/+15
* i915: Always enable GL 2.0 support.Eric Anholt2013-04-292-30/+5
* i915: Correctly set the OQ counter bits.Eric Anholt2013-04-292-0/+2
* i965: Move is_math/is_tex/is_control_flow() to backend_instruction.Kenneth Graunke2013-04-296-76/+49
* draw/so: fix overflow calculationZack Rusin2013-04-271-8/+18
* llvmpipe: Fix queries when screen->num_threads == 0.José Fonseca2013-04-291-2/+3
* Revert "st/mesa: add a simple path to BufferData if it only discards buffer c...José Fonseca2013-04-291-14/+0
* r600g: force full cache for hyperzJerome Glisse2013-04-292-0/+2
* freedreno: fix rebase screw-upRob Clark2013-04-291-1/+1
* i965/fs: Don't try to use bogus interpolation modes pre-Gen6.Chris Forbes2013-04-301-9/+17
* i965/vs: Fix order of source arguments to LRP.Matt Turner2013-04-281-1/+4
* llvmpipe: stop crashing when one of the so targets is nullZack Rusin2013-04-271-2/+5
* draw/so: indicate overflow when buffer is missingZack Rusin2013-04-271-0/+4
* gallivm: fix indirect addressing of temps in soa modeZack Rusin2013-04-271-0/+11
* tgsi/ureg: Add a function to return the number of outputsZack Rusin2013-04-262-0/+15
* draw/so: Fix overflow calculationsZack Rusin2013-04-261-3/+8
* draw/llvm: fix viewport transformationsZack Rusin2013-04-261-4/+5
* gallium: increase the number of available stream output declsZack Rusin2013-04-261-1/+2
* llvmpipe: implement so_overflow queryZack Rusin2013-04-263-0/+15
* mesa: fix the compressed TexSubImage size checking codeBrian Paul2013-04-261-3/+9
* llvmpipe: replace LP_MAX_THREADS with screen->num_threads in query codeBrian Paul2013-04-261-2/+4
* llvmpipe: bump LP_MAX_THREADS to 16Brian Paul2013-04-261-1/+1
* mesa: updated read_buffer_enum_to_index() commentBrian Paul2013-04-261-2/+2
* r600/uvd: stop advertising MPEG4 on UVD 2.x chips v2Christian König2013-04-264-2/+18
* radeon/uvd: stop using anonymous unionsChristian König2013-04-264-39/+39
* mesa: fix type comparison errors in sub-texture error checking codeTapani Pälli2013-04-261-5/+5
* Revert "draw: Yield zeros for LLVM fetches of non-existing vertex elements."José Fonseca2013-04-261-16/+10
* ilo: add the driver to the build systemChia-I Wu2013-04-268-1/+171
* ilo: compile VS/GS/FS with the toy compilerChia-I Wu2013-04-266-20/+4460
* ilo: add a toy shader compilerChia-I Wu2013-04-2614-1/+8669
* ilo: hook up pipe context GPGPU functionsChia-I Wu2013-04-261-1/+12
* ilo: hook up pipe context video functionsChia-I Wu2013-04-261-2/+28
* ilo: add support for time/occlusion/primitive queriesChia-I Wu2013-04-263-5/+293
* ilo: hook up pipe context 3D functionsChia-I Wu2013-04-264-5/+287
* ilo: add GEN7 support for 3D pipelineChia-I Wu2013-04-267-2/+954
* ilo: add 3D pipeline for GEN6Chia-I Wu2013-04-266-0/+3034
* ilo: add GEN7 GPEChia-I Wu2013-04-263-0/+2367
* ilo: add GEN6 GPEChia-I Wu2013-04-265-0/+5270
* ilo: hook up pipe context query functionsChia-I Wu2013-04-262-5/+208
* ilo: hook up pipe context transfer functionsChia-I Wu2013-04-261-4/+239
* ilo: hook up pipe context blit functionsChia-I Wu2013-04-263-5/+269
* ilo: hook up pipe context state functionsChia-I Wu2013-04-264-61/+1148
* ilo: add functions to manage shadersChia-I Wu2013-04-264-0/+899
* ilo: hook up pipe context flush functionChia-I Wu2013-04-262-1/+79
* ilo: add command parserChia-I Wu2013-04-263-0/+649
* ilo: hook up pipe screen resource functionsChia-I Wu2013-04-262-5/+856
* ilo: hook up pipe screen format functionsChia-I Wu2013-04-262-2/+683
* ilo: hook up pipe_screen param and fence functionsChia-I Wu2013-04-263-11/+606