gallium: more work on ccw flag removal
[mesa.git] / src / gallium / drivers /
2010-05-14 Keith Whitwellgallium: more work on ccw flag removal
2010-05-14 Keith Whitwellgallium: convert rasterizer state to use gl-style front...
2010-05-13 Marek Olšákr300g: fix for piglit/fp-indirections2
2010-05-13 Brian Paulllvmpipe: silence casting warnings
2010-05-13 Brian Paulllvmpipe: silence cast warnings in test programs
2010-05-13 Marek Olšákr300g: fix texture transfers
2010-05-13 José Fonsecallvmpipe: Update instructions for MSVC builds.
2010-05-13 Vinson Leetrace: Add missing header.
2010-05-13 Vinson Leetrace: Remove unnecessary headers.
2010-05-13 Marek Olšákr300g: re-order caps
2010-05-13 Marek Olšákr300g: fill out the shader limits
2010-05-12 Jakob Bornecrantztrace: Update README
2010-05-12 Jakob Bornecrantzrbug: Update and add READMEs
2010-05-12 José Fonsecallvmpipe: Dump fs key's stencil state.
2010-05-12 José Fonsecallvmpipe: Enable mem2reg pass even with LP_DEBUG=nopt.
2010-05-12 Jakob Bornecrantzrbug: Add to all targets that link against trace
2010-05-12 Jakob Bornecrantztrace: Remove rbug from trace
2010-05-12 Jakob Bornecrantzrbug: Use container of macro
2010-05-12 Jakob Bornecrantzrbug: Fix draw blocking
2010-05-12 Jakob Bornecrantzrbug: Fix sampler views and surfaces in context info
2010-05-12 Jakob Bornecrantzrbug: Fix shaders
2010-05-12 Jakob Bornecrantzrbug: Break out of trace
2010-05-12 Brian Paulllvmpipe: s/bool/boolean/ in test progs
2010-05-12 Corbin Simpsonr300g: Correct viewport setup for SW TCL.
2010-05-12 Corbin Simpsonr300g: Add VBO dumper for SW TCL.
2010-05-12 Corbin Simpsonr300g: Immediate mode won't work with SW TCL right...
2010-05-12 Corbin Simpsonr300g: Fix indentation.
2010-05-12 Brian Paulgallivm/llvmpipe: add const qualifiers
2010-05-12 José Fonsecallvmpipe: Handle PIPE_CAP_GUARD_*.
2010-05-12 José Fonsecallvmpipe: Use RAST_WHOLE/EDGE_TEST in more places.
2010-05-12 José Fonsecallvmpipe: Move the opaque flag computation into the...
2010-05-12 José Fonsecasvga: Advertise shader limits.
2010-05-12 José Fonsecallvmpipe: Advertise (gallivm's) shader limits.
2010-05-12 José Fonsecasoftpipe: Adverstise (tgsi_exec's) shader limits.
2010-05-12 José Fonsecagallium: Make PIPE_CAP_xxx enums.
2010-05-11 Brian Paulllvmpipe: fix texture image size calculation
2010-05-11 Brian Paulllvmpipe: add a simple resource tracking/debug feature
2010-05-11 Brian Paulllvmpipe: remove trailing whitespace, rewrap comment
2010-05-11 José Fonsecascons: Export shouldn't be part of the if stanza.
2010-05-10 Brian Paulllvmpipe: enable PIPE_CAP_INDEP_BLEND_ENABLE
2010-05-10 Brian Paulllvmpipe: fix up indexing of blend/colormask state...
2010-05-10 Brian Paulllvmpipe: update image dump/debug code
2010-05-10 Brian Paulllvmpipe: add, update, rewrap comments
2010-05-10 Brian Paulgallivm/llvmpipe: move an old comment to a better location
2010-05-10 José Fonsecasvga: Fill in is_resource_referenced callback.
2010-05-10 Roland Scheideggeri965g: fix resource creation recursion bug
2010-05-10 Roland Scheideggeri965g: add brw_state_debug.c to SConscript
2010-05-08 José Fonsecagallivm: Add an alternative to LLVMDumpValue that works...
2010-05-08 Marek Olšákr300g: follow pipe_rasterizer_state::light_twoside
2010-05-08 Marek Olšákr300g: follow pipe_rasterizer_state::point_size_per_vertex
2010-05-08 Marek Olšákr300g: move GA_POINT_MINMAX back to rs_state
2010-05-08 Marek Olšákr300g: fix glean/pointSprite using lodbias correction
2010-05-08 Marek Olšákr300g: pass depth texture swizzle to the compiler if...
2010-05-08 Marek Olšákr300g: respect compare mode regardless of sampler type
2010-05-08 Marek Olšákr300/compiler: generalize depth texture mode to support...
2010-05-08 Marek Olšákr300g: consolidate common render code into one function
2010-05-08 José Fonsecallvmpipe: Cover more formats in unit test.
2010-05-08 José Fonsecallvmpipe: Match p_screen.h's function prototype.
2010-05-08 Vinson Leellvmpipe: Remove unnecessary header.
2010-05-06 Török Edwingallivm: Require SSE2 for draw_llvm/llvmpipe due to...
2010-05-06 Brian Paulsoftpipe: fix dangling references to shaders in the...
2010-05-06 José Fonsecallvmpipe: Fix fence wait.
2010-05-06 Qicheng Christopher Lillvmpipe: implement occlusion query
2010-05-06 Brian Paulgallium: rename draw() to draw_elements() in vbuf code
2010-05-06 Brian Paulllvmpipe: update driver's provoking vertex code
2010-05-06 Brian Paulgallium: rework provoking vertex code
2010-05-05 Brian Paulllvmpipe: added a new assertion as a hint to Coverity
2010-05-05 Xavier Chantrynouveau: only advertise PIPE_FORMAT_DXT* if s3tc available
2010-05-05 Vinson Leesvga: Remove unnecessary header.
2010-05-05 Vinson Leellvmpipe: Remove unnecessary headers.
2010-05-05 Vinson Leer300g: Fix memory leak on error path.
2010-05-05 Brian Paulllvmpipe: predicate LLVMDumpModule() on DEBUG_JIT
2010-05-04 Brian Paulllvmpipe: fix broken compressed cube maps
2010-05-04 Brian Paulllvmpipe: do some null pointer checking
2010-05-04 Brian Paulllvmpipe: add some tests for malloc() returning NULL.
2010-05-04 Marek Olšákr300g: advertise S3TC only when it's available in Gallium
2010-05-04 José Fonsecagallivm: Proper implementation of TXL opcode.
2010-05-04 José Fonsecagallivm: Implement TXD.
2010-05-03 Brian Paulgallium: move surface utility functions into u_surface.c
2010-05-03 Brian Paulgallium: move framebuffer utility functions into a...
2010-05-03 Marek Olšákr300g: use util_format_short_name and util_format_is_plain
2010-05-03 Marek Olšákr300g: refuse to create a texture with size 0
2010-05-03 Marek Olšákr300g: improve texture debug output, split into TEX...
2010-05-03 Török EdwinReorder LLVM passes, running mem2reg earlier.
2010-05-03 José Fonsecasvga: Silent warning.
2010-05-03 José Fonsecagallium: Remove loop register file.
2010-05-03 Dave Airliesoftpipe: invalidate cache view when swizzles are diffe...
2010-05-02 Jakob Bornecrantzidentity: Move sampler view create and destroy to id_ob...
2010-05-02 Jakob Bornecrantzidentity: s/texture/resource/
2010-05-02 Jakob Bornecrantzidentity: Whitespace & Style
2010-05-02 Xavier Chantryllvmpipe: add lp_test_* to .gitignore
2010-05-02 José Fonsecasvga: Remove the screen private context.
2010-05-02 José Fonsecasvga: Remove empty file.
2010-05-02 José Fonsecasvga: Update flags documentation.
2010-05-02 José Fonsecasoftpipe: Fix alpha blending for formats without alpha...
2010-05-02 José Fonsecallvmpipe: Fix alpha blending for formats without alpha...
2010-05-02 Vinson Leesvga: Include svga_surface.h in svga_screen.c.
2010-05-02 Vinson Leer300g: Remove unnecessary header.
2010-05-02 Marek Olšákr300g: fix surface_copy for compressed formats
2010-05-02 José Fonsecatrace: Fix typo in method name.
next