summaryrefslogtreecommitdiff
path: root/src/gallium/drivers
AgeCommit message (Expand)Author
2010-05-12rbug: Add to all targets that link against traceJakob Bornecrantz
2010-05-12trace: Remove rbug from traceJakob Bornecrantz
2010-05-12rbug: Use container of macroJakob Bornecrantz
2010-05-12rbug: Fix draw blockingJakob Bornecrantz
2010-05-12rbug: Fix sampler views and surfaces in context infoJakob Bornecrantz
2010-05-12rbug: Fix shadersJakob Bornecrantz
2010-05-12rbug: Break out of traceJakob Bornecrantz
2010-05-12llvmpipe: s/bool/boolean/ in test progsBrian Paul
2010-05-12r300g: Correct viewport setup for SW TCL.Corbin Simpson
2010-05-12r300g: Add VBO dumper for SW TCL.Corbin Simpson
2010-05-12r300g: Immediate mode won't work with SW TCL right now.Corbin Simpson
2010-05-12r300g: Fix indentation.Corbin Simpson
2010-05-12gallivm/llvmpipe: add const qualifiersBrian Paul
2010-05-12llvmpipe: Handle PIPE_CAP_GUARD_*.José Fonseca
2010-05-12llvmpipe: Use RAST_WHOLE/EDGE_TEST in more places.José Fonseca
2010-05-12llvmpipe: Move the opaque flag computation into the variant.José Fonseca
2010-05-12svga: Advertise shader limits.José Fonseca
2010-05-12llvmpipe: Advertise (gallivm's) shader limits.José Fonseca
2010-05-12softpipe: Adverstise (tgsi_exec's) shader limits.José Fonseca
2010-05-12gallium: Make PIPE_CAP_xxx enums.José Fonseca
2010-05-11llvmpipe: fix texture image size calculationBrian Paul
2010-05-11llvmpipe: add a simple resource tracking/debug featureBrian Paul
2010-05-11llvmpipe: remove trailing whitespace, rewrap commentBrian Paul
2010-05-11scons: Export shouldn't be part of the if stanza.José Fonseca
2010-05-10llvmpipe: enable PIPE_CAP_INDEP_BLEND_ENABLEBrian Paul
2010-05-10llvmpipe: fix up indexing of blend/colormask state for render targetsBrian Paul
2010-05-10llvmpipe: update image dump/debug codeBrian Paul
2010-05-10llvmpipe: add, update, rewrap commentsBrian Paul
2010-05-10gallivm/llvmpipe: move an old comment to a better locationBrian Paul
2010-05-10svga: Fill in is_resource_referenced callback.José Fonseca
2010-05-10i965g: fix resource creation recursion bugRoland Scheidegger
2010-05-10i965g: add brw_state_debug.c to SConscriptRoland Scheidegger
2010-05-08gallivm: Add an alternative to LLVMDumpValue that works with Windows GUI apps.José Fonseca
2010-05-08r300g: follow pipe_rasterizer_state::light_twosideMarek Olšák
2010-05-08r300g: follow pipe_rasterizer_state::point_size_per_vertexMarek Olšák
2010-05-08r300g: move GA_POINT_MINMAX back to rs_stateMarek Olšák
2010-05-08r300g: fix glean/pointSprite using lodbias correctionMarek Olšák
2010-05-08r300g: pass depth texture swizzle to the compiler if compare mode is enabledMarek Olšák
2010-05-08r300g: respect compare mode regardless of sampler typeMarek Olšák
2010-05-08r300/compiler: generalize depth texture mode to support arbitrary swizzlesMarek Olšák
2010-05-08r300g: consolidate common render code into one functionMarek Olšák
2010-05-08llvmpipe: Cover more formats in unit test.José Fonseca
2010-05-08llvmpipe: Match p_screen.h's function prototype.José Fonseca
2010-05-08llvmpipe: Remove unnecessary header.Vinson Lee
2010-05-06gallivm: Require SSE2 for draw_llvm/llvmpipe due to LLVM PR6960.Török Edwin
2010-05-06softpipe: fix dangling references to shaders in the TGSI executorBrian Paul
2010-05-06llvmpipe: Fix fence wait.José Fonseca
2010-05-06llvmpipe: implement occlusion queryQicheng Christopher Li
2010-05-05gallium: rename draw() to draw_elements() in vbuf codeBrian Paul
2010-05-05llvmpipe: update driver's provoking vertex codeBrian Paul