summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* r600g: fix stencil texturing with Z32_FLOAT_S8X24_UINTMarek Olšák2012-07-091-0/+2
* r600g: add assertions after translate_colorswap/colorformat/dbformat/texformatMarek Olšák2012-07-092-3/+17
* r600g: inline r600_hw_copy_regionMarek Olšák2012-07-091-21/+5
* r600g: enable dual src blending on r7xxMarek Olšák2012-07-091-1/+1
* r600g: use depth format from pipe_surface, not pipe_resourceMarek Olšák2012-07-092-4/+4
* r600g: use u_box_origin_2d helper functionMarek Olšák2012-07-091-10/+3
* gallium/u_blitter: consolidate some state changesMarek Olšák2012-07-091-32/+17
* r600g: remove stray semicolonMarek Olšák2012-07-071-1/+1
* i965/fs: Invalidate live intervals after copy propagation.Eric Anholt2012-07-061-0/+3
* i965/fs: Invalidate live intervals in passes that remove an instruction.Eric Anholt2012-07-061-0/+6
* i965/vs: Move the other two src_reg/dst_reg constructors to brw_vec4.cpp.Eric Anholt2012-07-062-43/+43
* i965/vs: Move class functions to brw_vec4.cpp.Eric Anholt2012-07-062-106/+126
* i965/fs: Move class functions from the header to .cpp files.Eric Anholt2012-07-063-278/+326
* galahad: Check that texture format is supported.José Fonseca2012-07-061-0/+7
* galahad: More detailed resource checks.José Fonseca2012-07-062-19/+64
* galahad: Fix zealous warnings.José Fonseca2012-07-061-6/+10
* galahad: Enumerate all methods that are missing.José Fonseca2012-07-062-24/+49
* galahad: Implement render_condition.José Fonseca2012-07-061-1/+13
* galahad: Don't implement context methods that are not implemented by the unde...José Fonseca2012-07-061-104/+115
* galahad: Use debug_printf.José Fonseca2012-07-061-3/+5
* galahad: Silence creation messages.José Fonseca2012-07-062-4/+0
* galahad: Use reference counting when destroying the wraped objects.José Fonseca2012-07-061-3/+2
* galahad: Point to the galahad objects from the galahad sampler view.José Fonseca2012-07-061-2/+2
* galahad: Don't defer index buffer when it's NULL.José Fonseca2012-07-061-16/+16
* target-helpers: Enable debug helpers only on debug builds.José Fonseca2012-07-061-0/+7
* 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