summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)AuthorFilesLines
2009-12-27r300g: fix use of uninitialised variables.Dave Airlie1-2/+2
2009-12-27r300g: rename modesetting_drv.so to radeong_drv.soDave Airlie2-16/+26
2009-12-26softpipe: Flush draw module when fragment pipeline state changes.José Fonseca3-4/+21
2009-12-26llvmpipe: Treat state changes systematically.José Fonseca4-11/+38
2009-12-26llvmpipe: Use comments and more code from softpipe's is_texture_referenced im...José Fonseca1-0/+8
2009-12-26softpipe: Flush draw module before switching framebuffer.José Fonseca1-0/+2
2009-12-26llvmpipe: Flush draw module before switching framebuffer.José Fonseca1-0/+2
2009-12-26tgsi: Don't dump parenthesis for negation.José Fonseca1-3/+1
2009-12-26python: Update python state tracker and samples for recent interface changes.José Fonseca9-24/+53
2009-12-26trace: Fix transfer size computation.José Fonseca1-1/+1
2009-12-26svga: Allow to dump an individual command.José Fonseca3-340/+363
2009-12-26r300g: fixup for GS additionsDave Airlie1-2/+4
2009-12-25gallium: remove TGSI_SEMANTIC_VERTICESZack Rusin4-12/+8
2009-12-25draw: disable some debugging output coming from the geometry shadersZack Rusin1-5/+5
2009-12-25gallium: geometry shader can be always enabled and we don't need a cap for thatZack Rusin2-3/+0
2009-12-25util: put vertices_per_primitive function in its proper locationZack Rusin4-37/+37
2009-12-25draw/tgsi: fix geometry shader input/output swizzlingZack Rusin2-1/+10
2009-12-25tgsi: dump the indices correctly when dealing with 2d arraysZack Rusin1-20/+50
2009-12-25tgsi: fix property parsing/buildingZack Rusin2-5/+7
2009-12-25python: fix python state tracker after some latest changesZack Rusin2-4/+5
2009-12-25softpipe: make it possible to dump geometry shader from the softpipeZack Rusin3-0/+6
2009-12-25tgsi: add missing support for two dimensional arrays in various placesZack Rusin3-176/+465
2009-12-25python/gs: fix the exampleZack Rusin1-4/+4
2009-12-25gallium: add an inline that returns number of vertices per primitiveZack Rusin1-0/+32
2009-12-25softpipe/gs: don't crash with null shaderZack Rusin1-1/+2
2009-12-25gs: fix drivers so they work with geometry shadersZack Rusin3-7/+7
2009-12-25tgsi: make the tgsi assembly parser report line/column on errorZack Rusin1-1/+14
2009-12-25gallium: add geometry shader support to galliumZack Rusin53-136/+1157
2009-12-24i965g: get trivial/tri working again after edgeflag changesKeith Whitwell4-34/+33
2009-12-24i965g: strict aliasing changesKeith Whitwell1-4/+4
2009-12-24gallium/util: quieten compilerKeith Whitwell1-1/+1
2009-12-24i965g: calculate depth min/maxKeith Whitwell1-2/+9
2009-12-24nv50: support TGSI_OPCODE_CONTChristoph Bumiller2-1/+6
2009-12-24nv50: make edgeflags workChristoph Bumiller4-4/+64
2009-12-23llvmpipe: Install unit tests on build/xxx/binJosé Fonseca1-13/+11
2009-12-23util: Define common dynamic library extensions.José Fonseca1-0/+12
2009-12-23i965g: Rename {pf->util_format}_is_depth_or_stencil()Tomas Carnecky1-1/+1
2009-12-23[i965] Rename {pf -> util}_format_is_depth_or_stencil()Tomas Carnecky1-1/+2
2009-12-22i965g: fix for edgeflag changes (untested)Roland Scheidegger5-33/+0
2009-12-22Merge branch 'gallium-edgeflags'Roland Scheidegger46-259/+109
2009-12-22tgsi: Implement BREAKC in interpreter.Michal Krol1-0/+19
2009-12-22i965g: fix bo_referenceKeith Whitwell1-0/+2
2009-12-22i965g: update for u_format changesKeith Whitwell2-12/+13
2009-12-22Merge branch 'i965g-restart'Keith Whitwell114-1/+36151
2009-12-22nv50: correct the negation of DDY sourcesChristoph Bumiller1-15/+7
2009-12-21Merge branch 'mesa_7_7_branch'Brian Paul9-66/+215
2009-12-21i965g: fixes to build after merge of masterKeith Whitwell18-101/+112
2009-12-21i965g: remove half-finished change to tgsi_parseKeith Whitwell2-4/+1
2009-12-21Merge commit 'origin/master' into i965g-restartKeith Whitwell413-7772/+38039
2009-12-21util: draw cube mipmaps with TEX CUBEChristoph Bumiller1-4/+7