summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-12-26svga: Allow to dump an individual command.José Fonseca
2009-12-26r300g: fixup for GS additionsDave Airlie
2009-12-25gallium: remove TGSI_SEMANTIC_VERTICESZack Rusin
2009-12-25draw: disable some debugging output coming from the geometry shadersZack Rusin
2009-12-25gallium: geometry shader can be always enabled and we don't need a cap for thatZack Rusin
2009-12-25util: put vertices_per_primitive function in its proper locationZack Rusin
2009-12-25draw/tgsi: fix geometry shader input/output swizzlingZack Rusin
2009-12-25tgsi: dump the indices correctly when dealing with 2d arraysZack Rusin
2009-12-25tgsi: fix property parsing/buildingZack Rusin
2009-12-25python: fix python state tracker after some latest changesZack Rusin
2009-12-25softpipe: make it possible to dump geometry shader from the softpipeZack Rusin
2009-12-25tgsi: add missing support for two dimensional arrays in various placesZack Rusin
2009-12-25python/gs: fix the exampleZack Rusin
2009-12-25gallium: add an inline that returns number of vertices per primitiveZack Rusin
2009-12-25softpipe/gs: don't crash with null shaderZack Rusin
2009-12-25gs: fix drivers so they work with geometry shadersZack Rusin
2009-12-25tgsi: make the tgsi assembly parser report line/column on errorZack Rusin
2009-12-25gallium: add geometry shader support to galliumZack Rusin
2009-12-24i965g: get trivial/tri working again after edgeflag changesKeith Whitwell
2009-12-24i965g: strict aliasing changesKeith Whitwell
2009-12-24gallium/util: quieten compilerKeith Whitwell
2009-12-24i965g: calculate depth min/maxKeith Whitwell
2009-12-24nv50: support TGSI_OPCODE_CONTChristoph Bumiller
2009-12-24nv50: make edgeflags workChristoph Bumiller
2009-12-23llvmpipe: Install unit tests on build/xxx/binJosé Fonseca
2009-12-23util: Define common dynamic library extensions.José Fonseca
2009-12-23glsl/pp: move static functions out of header fileKeith Whitwell
2009-12-23glsl/pp: quieten compiler about missing case statementsKeith Whitwell
2009-12-23i965g: Rename {pf->util_format}_is_depth_or_stencil()Tomas Carnecky
2009-12-23[i965] Rename {pf -> util}_format_is_depth_or_stencil()Tomas Carnecky
2009-12-22intel: Replace some gen3 IS_* checks with context structure usage.Eric Anholt
2009-12-22intel: Replace IS_965 checks with context structure usage.Eric Anholt
2009-12-22intel: Replace IS_G4X() across the driver with context structure usage.Eric Anholt
2009-12-22intel: Replace IS_IGDNG checks with intel->is_ironlake or needs_ff_sync.Eric Anholt
2009-12-22mesa: Fix a NULL deref in glDeleteFragmentShaderATI(badname);Eric Anholt
2009-12-22mesa: remove unnecessary store.Eric Anholt
2009-12-22mesa: Remove an unnecessary store reported by clang.Eric Anholt
2009-12-22intel: Fix leakage of active texture state in glBitmap fp metaops.Eric Anholt
2009-12-22i915: Fix use of uninitialized variable in OPCODE_NOISE stub.Eric Anholt
2009-12-22mesa: Replace CLAMP_SELF() macro with more obvious CLAMP() usage.Eric Anholt
2009-12-22intel: Remove unused stored values reported by clang.Eric Anholt
2009-12-22mesa: Remove _mesa_exit wrapper for exit().Eric Anholt
2009-12-22mesa: adjust OPCODE_IF/ELSE BranchTarget fields to point to ELSE/ENDIF instr.Brian Paul
2009-12-22mesa: adjust BRK/CONT BranchTarget to always point to ENDLOOP instructionBrian Paul
2009-12-22mesa: added some assertions in BNGLOOP/ENDLOOP casesBrian Paul
2009-12-22i965g: fix for edgeflag changes (untested)Roland Scheidegger
2009-12-22Merge branch 'gallium-edgeflags'Roland Scheidegger
2009-12-22tgsi: Implement BREAKC in interpreter.Michal Krol
2009-12-22i965g: fix bo_referenceKeith Whitwell
2009-12-22i965g: update for u_format changesKeith Whitwell