summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-03-15i915g: fix braino in the static state reworkHEADmasterDaniel Vetter1-1/+2
2011-03-15i915g: implement early zDaniel Vetter4-20/+55
2011-03-15i915g: split up static stateDaniel Vetter5-28/+54
2011-03-15i965: Fix alpha testing when there is no color buffer in the FBO.Eric Anholt3-0/+13
2011-03-15i965: Do our lowering passes before the loop of optimization.Eric Anholt1-10/+8
2011-03-15glsl: Skip processing the first function's body in do_dead_functions().Eric Anholt1-1/+10
2011-03-15glsl: Whitespace fixup in opt_dead_functions.cpp.Eric Anholt1-106/+108
2011-03-15glsl: Skip processing of expression trees in discard simplification.Eric Anholt1-0/+10
2011-03-15glsl: Reduce processing of expression trees in do_structure_splitting.Eric Anholt1-0/+6
2011-03-15glsl: Skip processing expression trees in do_if_simplification().Eric Anholt1-0/+10
2011-03-15glsl: Skip processing expression trees in optimize_redundant_jumps()Eric Anholt1-0/+9
2011-03-15svga: Tell the host to discard when doing writes without FLUSH_EXPLICIT.José Fonseca1-3/+10
2011-03-15svga: Update svga_winsys_screen::buffer_map comments.José Fonseca1-2/+2
2011-03-15svga: Ensure DMA commands are serialized with unsynchronized flag is unset.José Fonseca3-19/+113
2011-03-15scons: copy hash_table.c, symbol_table.c to glsl directoryJose Fonseca1-2/+7
2011-03-15mesa: fix scons buildMarek Olšák1-1/+1
2011-03-15r300g: implement the texture barrierMarek Olšák1-0/+10
2011-03-15gallium: add texture barrier support to the interface and st/mesa (v2)Marek Olšák8-0/+120
2011-03-15mesa: add display list support for NV_texture_barrierMarek Olšák1-0/+22
2011-03-15mesa: regenerate glapi filesMarek Olšák11-2431/+2500
2011-03-15mesa: add NV_texture_barrierMarek Olšák12-0/+130
2011-03-15gallium/util: Use PIPE_TRANSFER_DISCARD_RANGE in pipe_buffer_write.Mathias Fröhlich1-0/+2
2011-03-15st/mesa: Make use of the new PIPE_TRANSFER_DISCARD_* for buffer object.Mathias Fröhlich1-5/+9
2011-03-15glx: add ARB_create_context functions/ops to glx xmlDave Airlie1-0/+14
2011-03-15r600g: FLT_TO_INT_FLOOR and FLT_TO_INT_RPI are vector-only instructions on Ev...Henri Verbeet1-3/+6
2011-03-14r600g: fix logic error in 028987c80362eddd39176628486a456b076f0427Alex Deucher1-1/+1
2011-03-14r600g: don't set per-MRT blend bits on R600Alex Deucher1-5/+10
2011-03-14r600g: Original R600 does not support per-MRT blendsAlex Deucher1-2/+11
2011-03-14r600g: emit SURFACE_BASE_UPDATE packet on rv6xxAlex Deucher2-2/+25
2011-03-14r600g: Properly update MULTIWRITE_ENABLE in r600_pipe_shader_ps().Henri Verbeet2-8/+7
2011-03-14r600g: Fix the DB_SHADER_CONTROL mask in create_ds_state().Henri Verbeet2-10/+8
2011-03-14r600g: Properly update DB_SHADER_CONTROL in evergreen_pipe_shader_ps().Henri Verbeet1-18/+14
2011-03-14r600g: Move fetch shader register setup to r600_state.c / evergreen_state.c.Henri Verbeet6-31/+32
2011-03-14r600g: Move r600_pipe_shader_ps() to r600_state.c.Henri Verbeet3-95/+97
2011-03-14r600g: Move r600_pipe_shader_vs() to r600_state.c.Henri Verbeet3-49/+49
2011-03-14r600g: Evergreen add support for log opcode.Rafael Monica1-1/+1
2011-03-14autoconf/make: Don't specify individual llvm libraries.José Fonseca2-4/+4
2011-03-14i965: Enable texture lookups whose return type is 'float'Kenneth Graunke1-1/+4
2011-03-14i965: Fix tex_swizzle when depth mode is GL_REDChad Versace1-1/+2
2011-03-14i965: Remove dead assignmentChad Versace1-2/+0
2011-03-14glsl: Explicitly specify a type when reading/printing ir_texture.Kenneth Graunke5-33/+42
2011-03-14texture_builtins.py: Add support for 130-style Shadow sampler variants.Kenneth Graunke1-1/+53
2011-03-14mesa: rename _mesa_texstore_a8 -> _mesa_texstore_unorm8Marek Olšák1-6/+6
2011-03-14mesa: fix up assertion in _mesa_source_buffer_existsMarek Olšák1-0/+2
2011-03-14r300g: clamp after blending for fixed-point formats onlyMarek Olšák3-14/+36
2011-03-14glx: the server still needs __GLXcontext.Dave Airlie1-2/+2
2011-03-14ir_to_mesa: do not check the number of uniforms against hw limitsMarek Olšák1-5/+3
2011-03-14autoconf/llvm: fix build for disassemblerDave Airlie1-1/+1
2011-03-13gallivm: Fix build with llvm 2.6 on 32bit platformsJosé Fonseca1-2/+4
2011-03-13gallivm: Use LLVM MC disassembler, instead of udis86.José Fonseca12-281/+372