summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300
AgeCommit message (Expand)Author
2009-10-16r300g: Use a hash table to look up vertex info.Corbin Simpson
2009-10-15r300g: Set logical ID for each emitted texture/sampler.Corbin Simpson
2009-10-14r300g: Move ZTOP to its own state atom.Corbin Simpson
2009-10-14r300g: Move ztop to derived state.Corbin Simpson
2009-10-14r300g: Compiler warning cleanup.Corbin Simpson
2009-10-14r300g: remove buffer add that should be unnecessary.Dave Airlie
2009-10-14r300g: add QUERY to KITCHEN_SINKDave Airlie
2009-10-14r300g: add one more ZTOP disable bit.Dave Airlie
2009-10-14r300g: port over last parts of oq support.Dave Airlie
2009-10-14r300g: convert query to a state for emitting.Dave Airlie
2009-10-14r300g: fixup arb occulsion query support.Dave Airlie
2009-10-14r300g: attempt to make bo space check sane.Dave Airlie
2009-10-14r300g: fix case where texture unit 0 is disabled but unit 1 is enabled.Dave Airlie
2009-10-12r300g: More debug flags.Corbin Simpson
2009-10-12r300g: Surface debug.Corbin Simpson
2009-10-12r300g: Fallback on surfaces we can't render to or from.Corbin Simpson
2009-10-12r300g: Prevent multiple-use textures from getting incorrectly approved.Corbin Simpson
2009-10-12r300g: Clean up texture formats.Corbin Simpson
2009-10-11r300g: Fix fragment program constants upload on R300Nicolai Hähnle
2009-10-11r300g: fix blending default state + alpha separate.Dave Airlie
2009-10-10r300g: add video surface create and destroy functionsCooper Yuan
2009-10-07Merge branch 'master' into r300g-glslNicolai Hähnle
2009-10-05r300g: fix scons buildJoakim Sindholt
2009-10-04r300g: xRGB and RGBx formats.Corbin Simpson
2009-10-04r300/compiler: Refactor to allow different instruction typesNicolai Hähnle
2009-10-03r300/compiler: Introduce control flow instructions and refactor dataflowNicolai Hähnle
2009-10-03Merge branch 'master' into r300-compilerNicolai Hähnle
2009-10-03r300g: Do not abort on fragment program compiler errorNicolai Hähnle
2009-10-03r300g: Remove an unnecessarily created pipe buffer (and thus fix a leak)Nicolai Hähnle
2009-10-03r300g: Reset vbo_offset after allocation of a new bufferNicolai Hähnle
2009-10-02gallium: Preparations for adding more PIPE_TRANSFER_* usage flags.Michel Dänzer
2009-09-28r300g: fix r300g cause GPU hang issue.Cooper Yuan
2009-09-27r300g: fix erroneous conditionMaciej Cencora
2009-09-27r300g: don't force vertex position for HW TCL pathMaciej Cencora
2009-09-27r300g: add some assertionsMaciej Cencora
2009-09-27r300g: plug memory leakMaciej Cencora
2009-09-27r300g: add some debugging infoMaciej Cencora
2009-09-28r300g: fix r300 rs pathDave Airlie
2009-09-28r300g: rewrite RS state setup.Dave Airlie
2009-09-28r300g: silence compiler warningDave Airlie
2009-09-26r300g: add tx depth support in register.Dave Airlie
2009-09-26r300g: only pass complete texture state to hw setup functionDave Airlie
2009-09-26r300g: add missing break in OQ emitDave Airlie
2009-09-26r300g: report GL1.5, enable cap bits for OQ and shadow.Dave Airlie
2009-09-26r300g: add z16 unorm texture formatDave Airlie
2009-09-26r300g: fix texture pitch to correct value.Dave Airlie
2009-09-25r300g: add texture format for xvmcCooper Yuan
2009-09-21r300g: Fix bad formatting parameters in calls to debug_printfNicolai Hähnle
2009-09-21Merge branch 'master' into r300-compilerNicolai Hähnle
2009-09-16gallium: Deprecate PIPE_CAP_S3TC.José Fonseca