aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* st/mesa: only expose ARB_shader_bit_encoding with GLSL 1.3Marek Olšák2012-07-061-4/+1
* egl_dri2: Reorganize the EGLImage constructors to share more codeKristian Høgsberg2012-07-051-78/+37
* intel: Share common __DRIimage allocation codeKristian Høgsberg2012-07-051-40/+19
* intel: Just look up image->internal_format using _mesa_get_format_base_formatKristian Høgsberg2012-07-051-10/+2
* intel: Remove unused __DRIimage::data_type fieldKristian Høgsberg2012-07-052-13/+0
* svga: whitespace fixesBrian Paul2012-07-051-114/+90
* Revert "mesa: #define fprintf to be __mingw_fprintf() on Mingw32"Brian Paul2012-07-051-10/+0
* mesa: use the PRIx64 macro for printing 64-bit hexadecimal valuesBrian Paul2012-07-051-5/+6
* svga: implement TGSI_OPCODE_ROUNDBrian Paul2012-07-051-15/+51
* svga: fix CMP translation for vertex shadersBrian Paul2012-07-051-36/+37
* svga: properly implement TRUNC instructionBrian Paul2012-07-051-1/+54
* svga: fix register collision issue in emit_conditional()Brian Paul2012-07-051-0/+24
* svga: emit some debug messages when shader compilation failsBrian Paul2012-07-051-4/+10
* intel: Fix a comment typo.Eric Anholt2012-07-041-1/+1
* mesa: add GL_EXT_texture_rg extension for OpenGL ES 2.x.Gwenole Beauchesne2012-07-043-0/+10
* GLES2: upgrade gl2ext.h to version 18099Kristian Høgsberg2012-07-041-10/+0
* mesa/st: gl_ClipDistance must be interpolated in 3d space.Olivier Galibert2012-07-041-2/+2
* gallium/util: Save and restore vertex buffer state in util_gen_mipmap.Stuart Abercrombie2012-07-041-0/+2
* Revert "mesa: add GL_EXT_texture_rg extension for OpenGL ES 2.x."Marek Olšák2012-07-043-10/+0
* mesa: add GL_EXT_texture_rg extension for OpenGL ES 2.x.Gwenole Beauchesne2012-07-033-0/+10
* i965/fs: Allow copy propagation on uniforms.Eric Anholt2012-07-031-4/+7
* i965/fs: Allow copy propagation with source modifiers.Eric Anholt2012-07-031-3/+17
* i965/fs: Move copy propagation test out to a separate function.Eric Anholt2012-07-032-6/+20
* glx/tests: Fix off-by-one error in allocating extension string bufferIan Romanick2012-07-031-1/+1
* glsl: fix unop/binop errors in commentsBrian Paul2012-07-031-2/+2
* msaa: Make meta-ops save and restore state of GL_MULTISAMPLE.Paul Berry2012-07-022-1/+17
* i965/msaa: Fix centroid interpolation of unlit pixels.Paul Berry2012-07-024-4/+39
* i965/fs: Add FS_OPCODE_MOV_DISPATCH_TO_FLAGS to fragment shader backend.Paul Berry2012-07-024-2/+39
* i965: fix transform feedback with primitive restartJordan Justen2012-07-023-0/+18
* i965: Re-enable rendering to SNORM formats.Kenneth Graunke2012-07-021-6/+1
* glsl: Remove unused ir_loop_jump::loop pointer.Kenneth Graunke2012-07-021-4/+0
* meta: Don't alter fragment color clamp in DrawPixels().Kenneth Graunke2012-07-021-1/+0
* mesa: use FLUSH_CURRENT and not FLUSH_VERTICES in _mesa_validate_*Marek Olšák2012-07-021-7/+14
* mesa: point to Makefile.old in the srcdirDylan Noblesmith2012-07-021-3/+3
* mesa: fix parser source gen for out-of-tree buildsDylan Noblesmith2012-07-021-0/+2
* mesa: fix api source gen for out-of-tree buildsDylan Noblesmith2012-07-021-2/+4
* glapi/gen: fix out of tree buildDylan Noblesmith2012-07-021-23/+29
* gallium/tgsi: Don't declare temps individually when they are all similar.José Fonseca2012-07-021-8/+19
* gallivm: Cleanup the 4 x float -> 16 ub special path in lp_build_conv.José Fonseca2012-07-021-49/+26
* gallium/util: Add ULL suffix to large constants.José Fonseca2012-07-021-3/+3
* clover: Handle NULL devs argument in clBuildProgramTom Stellard2012-07-011-5/+10
* clover: Define non-templated copy constructor for clover::ref_ptr.Francisco Jerez2012-07-011-2/+1
* llvmpipe: fix comment typoBrian Paul2012-06-291-1/+1
* st/mesa: use DEBUG_INCOMPLETE_FBO debug flagBrian Paul2012-06-291-7/+3
* mesa: remove some unused gl_dlist_state fieldsBrian Paul2012-06-291-6/+0
* clover: Add a function internalizer pass before LTO v2Tom Stellard2012-06-291-10/+49
* radeon/llvm: Enable vec4 loads on R600Tom Stellard2012-06-293-0/+20
* radeon/llvm: Enable floating point stores on R600Tom Stellard2012-06-291-0/+6
* radeon/llvm: Handle floating point loads on R600Tom Stellard2012-06-292-0/+31
* radeon/llvm: Expand UDIV and UREM nodesTom Stellard2012-06-291-4/+3