summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r300
Commit message (Expand)AuthorAgeFilesLines
* r300g: More debug flags.Corbin Simpson2009-10-123-4/+9
* r300g: Surface debug.Corbin Simpson2009-10-123-6/+8
* r300g: Fallback on surfaces we can't render to or from.Corbin Simpson2009-10-121-2/+11
* r300g: Prevent multiple-use textures from getting incorrectly approved.Corbin Simpson2009-10-121-5/+17
* r300g: Clean up texture formats.Corbin Simpson2009-10-123-9/+9
* r300g: Fix fragment program constants upload on R300Nicolai Hähnle2009-10-111-1/+1
* r300g: fix blending default state + alpha separate.Dave Airlie2009-10-111-9/+32
* r300g: add video surface create and destroy functionsCooper Yuan2009-10-102-1/+65
* Merge branch 'master' into r300g-glslNicolai Hähnle2009-10-077-10/+32
|\
| * r300g: fix scons buildJoakim Sindholt2009-10-054-10/+17
| * r300g: xRGB and RGBx formats.Corbin Simpson2009-10-043-0/+15
* | r300/compiler: Refactor to allow different instruction typesNicolai Hähnle2009-10-041-16/+16
* | r300/compiler: Introduce control flow instructions and refactor dataflowNicolai Hähnle2009-10-031-3/+3
* | Merge branch 'master' into r300-compilerNicolai Hähnle2009-10-0310-81/+85
|\|
| * r300g: Do not abort on fragment program compiler errorNicolai Hähnle2009-10-032-4/+9
| * r300g: Remove an unnecessarily created pipe buffer (and thus fix a leak)Nicolai Hähnle2009-10-031-7/+0
| * r300g: Reset vbo_offset after allocation of a new bufferNicolai Hähnle2009-10-031-2/+3
| * gallium: Preparations for adding more PIPE_TRANSFER_* usage flags.Michel Dänzer2009-10-021-9/+2
| * r300g: fix r300g cause GPU hang issue.Cooper Yuan2009-09-281-3/+2
| * r300g: fix erroneous conditionMaciej Cencora2009-09-271-1/+1
| * r300g: don't force vertex position for HW TCL pathMaciej Cencora2009-09-271-1/+3
| * r300g: add some assertionsMaciej Cencora2009-09-271-0/+3
| * r300g: plug memory leakMaciej Cencora2009-09-271-1/+1
| * r300g: add some debugging infoMaciej Cencora2009-09-271-10/+20
| * r300g: fix r300 rs pathDave Airlie2009-09-281-2/+2
| * r300g: rewrite RS state setup.Dave Airlie2009-09-281-24/+13
| * r300g: silence compiler warningDave Airlie2009-09-281-1/+1
| * r300g: add tx depth support in register.Dave Airlie2009-09-262-0/+8
| * r300g: only pass complete texture state to hw setup functionDave Airlie2009-09-261-15/+12
| * r300g: add missing break in OQ emitDave Airlie2009-09-261-0/+1
| * r300g: report GL1.5, enable cap bits for OQ and shadow.Dave Airlie2009-09-261-4/+2
| * r300g: add z16 unorm texture formatDave Airlie2009-09-261-0/+2
| * r300g: fix texture pitch to correct value.Dave Airlie2009-09-261-1/+1
| * r300g: add texture format for xvmcCooper Yuan2009-09-251-0/+3
| * r300g: Fix bad formatting parameters in calls to debug_printfNicolai Hähnle2009-09-211-2/+2
* | Merge branch 'master' into r300-compilerNicolai Hähnle2009-09-2120-92/+254
|\|
| * gallium: Deprecate PIPE_CAP_S3TC.José Fonseca2009-09-161-2/+0
| * r300g: delete unused flag due to commit: 09b566e1610Cooper Yuan2009-09-131-1/+0
| * r300g: There is no such thing as "texture stride"Nicolai Hähnle2009-09-126-24/+47
| * r300g: only allocate one BO for vertex buffers, default size is 64*1024Cooper Yuan2009-09-111-35/+33
| * r300g: Fix a number of warningsNicolai Hähnle2009-09-0610-10/+23
| * r300g: Debug flags infrastructureNicolai Hähnle2009-09-0610-21/+152
* | Merge branch 'master' into r300-compilerNicolai Hähnle2009-09-064-5/+11
|\|
| * r300g: update the value of register VAP_VF_MAX_VTX_INDXCooper Yuan2009-09-051-1/+2
| * r300g: update rs_block state after changing rasterizerCooper Yuan2009-09-051-0/+1
| * r300g: need to validate scissor and viewport state if bind new rasterizerCooper Yuan2009-09-051-0/+2
| * r300g: specify point/line/triangle have stuffed texture coordCooper Yuan2009-09-031-1/+3
| * tgsi: remove redundant CND0 opcodeKeith Whitwell2009-09-011-1/+0
| * r300g: Fix clear issue on r300Cooper Yuan2009-09-011-3/+3
* | r300: Remove all Mesa dependencies from the shader compilerNicolai Hähnle2009-08-302-142/+139
|/