summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r300
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* r300g: Correct scissor setting, subtract 1 from window's width and heightCooper Yuan2009-08-272-7/+7
* r300g: Set the vector address in the input memory for bypass_vs_clip_and_view...Cooper Yuan2009-08-241-16/+20
* r300g: Force off ZTOP optimizations for now.Corbin Simpson2009-08-181-1/+2
* r300g: Utilize DONTBLOCK.Corbin Simpson2009-08-181-8/+19
* r300g: Massively cleanup OQ.Corbin Simpson2009-08-186-29/+174
* r300g: Add high_second_pipe cap for R3xx chipsets.Corbin Simpson2009-08-182-1/+11
* Revert "r300-gallium, radeon-gallium: Nuke gb_pipes from orbit."Corbin Simpson2009-08-185-0/+26
* r300g: Fix up remaining VAP_CNTL_STATUS writes for big endian.Michel Dänzer2009-08-111-2/+10