summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-07-11i965/gen7: Refactor SF setup a bit to handle overrides in one place.Kenneth Graunke1-19/+24
2011-07-11i965/gen4: Add a stub dumper for CC unit state, which is different from gen6.Eric Anholt1-3/+20
2011-07-11i965/gen4: Add state dumping for unit state using state_batch_list[].Eric Anholt1-57/+112
2011-07-11i965/gen6: Add state dumping for the VS constants.Eric Anholt3-1/+22
2011-07-11i965/gen6: Add state dumping for the scissor packet.Eric Anholt1-0/+16
2011-07-11i965: When dumping programs, dump the whole cache. But don't by default.Eric Anholt1-23/+47
2011-07-11i965: Dump the binding table using state_batch_list[].Eric Anholt1-5/+19
2011-07-11i965: Dump the surface, sampler, and sdc state using state_batch_list[].Eric Anholt1-164/+105
2011-07-11i965: Dump brw_state_batch data in an easier format for cross-referencing.Eric Anholt1-89/+79
2011-07-11i965: Map the batch once for dumping all our state batch structs.Eric Anholt1-25/+2
2011-07-11i965: Move the new gen6 state structs to using state_batch_list[].Eric Anholt1-22/+24
2011-07-11i965: Move the SF VP state dump to using the state_batch_list[]Eric Anholt1-11/+19
2011-07-11i965: Move CLIP VP state dump to using the state_batch_list[].Eric Anholt1-5/+21
2011-07-11i965: Track the brw_state_batch() data while under INTEL_DEBUG=batch.Eric Anholt3-0/+36
2011-07-11i965: Add a type argument to brw_state_batch().Eric Anholt22-35/+87
2011-07-11intel: Make our context structure be a ralloc context.Eric Anholt4-6/+8
2011-07-11configs: do not let llvm-config define NDEBUG in debug buildsBrian Paul1-1/+1
2011-07-11ir_to_mesa: typo fix in a comment.Eric Anholt1-3/+3
2011-07-11i965: Fix fp-dst-aliasing-[12].vpfp.Eric Anholt1-4/+19
2011-07-11i965: Fix fp-lit-src-equals-dst.Eric Anholt1-11/+11
2011-07-11configure.ac: do not let llvm-config define NDEBUG in debug buildsMarek Olšák1-1/+1
2011-07-11scons: Filter-out NDEBUG define from llvm-config.José Fonseca1-1/+9
2011-07-11glx: add a few missing glXChooseFBConfig() attributesBrian Paul2-3/+10
2011-07-11glext.h: update to version 71Brian Paul1-3/+81
2011-07-11mesa: fix assertion failure in delete_wrapperMarek Olšák1-1/+2
2011-07-11mesa: add a comment in _mesa_test_formatsMarek Olšák1-0/+1
2011-07-11mesa: fix assertion failure in _mesa_test_formatsMarek Olšák1-1/+2
2011-07-11Revert "WIP r600g: depth_buffer_float renderbuffer support on evergreen"Marek Olšák1-13/+1
2011-07-11r600g: more valgrind fixesMarek Olšák1-2/+2
2011-07-11r600g: zero memory of ioctl parametersMarek Olšák1-3/+3
2011-07-11mesa: implement packing of DEPTH_STENCIL & FLOAT_32_UNSIGNED_INT_24_8_REV comboMarek Olšák4-9/+20
2011-07-10WIP r600g: depth_buffer_float renderbuffer support on evergreenMarek Olšák1-1/+13
2011-07-10swrast: fix depth/stencil blits when there's no colorbufferMarek Olšák1-3/+0
2011-07-10mesa: return early if mask is cleared to zero in BlitFramebufferMarek Olšák1-0/+4
2011-07-10docs: update GL3 statusMarek Olšák1-1/+1
2011-07-10r600g: depth_buffer_float support on r600-r700Marek Olšák2-0/+18
2011-07-10gallium/util: handle Z32F_FLOAT_S8X24_USCALED in pipe_tile_raw_to_rgbaMarek Olšák1-0/+35
2011-07-10gallium/util: implement software Z32F_S8X24 depth-stencil clearMarek Olšák1-1/+34
2011-07-10gallium/util: implement pack functions for Z32F and Z32F_S8X24Marek Olšák1-0/+64
2011-07-10st/mesa: implement read/draw/copypixels for Z32F and Z32F_S8X24Marek Olšák2-9/+98
2011-07-10st/mesa: initial ARB_depth_buffer_float supportMarek Olšák3-2/+34
2011-07-10mesa: implement depth/stencil renderbuffer wrapper accessors for Z32F_X24S8Marek Olšák3-24/+313
2011-07-10mesa: implement generatemipmap for GL_FLOAT_32_UNSIGNED_INT_24_8_REVMarek Olšák1-0/+20
2011-07-10mesa: implement texstore for DEPTH32F_STENCIL8Marek Olšák1-1/+67
2011-07-10mesa: implement texstore for DEPTH_COMPONENT32FMarek Olšák1-5/+7
2011-07-10mesa: implement depth unpacking for GL_FLOAT_32_UNSIGNED_INT_24_8_REVMarek Olšák1-2/+25
2011-07-10mesa: implement stencil unpacking for GL_FLOAT_32_UNSIGNED_INT_24_8_REVMarek Olšák1-3/+32
2011-07-10mesa: implement texfetch functions for depth_buffer_floatMarek Olšák2-8/+31
2011-07-10mesa: initial ARB_depth_buffer_float supportMarek Olšák9-6/+125
2011-07-10r600g: LIT: clamp negative src.y to 0Vadim Girlin1-5/+24