summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r300
Commit message (Expand)AuthorAgeFilesLines
* r300/compiler: Introduce control flow instructions and refactor dataflowNicolai Hähnle2009-10-0314-776/+431
* Merge branch 'master' into r300-compilerNicolai Hähnle2009-10-033-3/+32
|\
| * Merge branch 'mesa_7_6_branch'Brian Paul2009-09-241-2/+16
| |\
| | * r300: fallback to software rendering if we are out of free texcoordsMaciej Cencora2009-09-231-2/+16
| * | Merge branch 'mesa_7_6_branch'Brian Paul2009-09-221-0/+15
| |\|
| | * r300: Fix crash reported in bug #24066Nicolai Hähnle2009-09-221-0/+15
| | * r300: fix a typoMaciej Cencora2009-09-211-1/+1
| * | r300: fix a typoMaciej Cencora2009-09-211-1/+1
* | | Merge branch 'master' into r300-compilerNicolai Hähnle2009-09-2111-42/+119
|\| |
| * | Merge branch 'mesa_7_6_branch'Nicolai Hähnle2009-09-213-6/+61
| |\|
| | * r300: Zero-initialize register for NV_vertex_programNicolai Hähnle2009-09-212-0/+32
| | * r300: Fix handling of NV_vertex_program parametersNicolai Hähnle2009-09-211-6/+29
| * | Merge branch 'mesa_7_6_branch'Michel Dänzer2009-09-211-9/+9
| |\|
| | * r300/compiler: Fix trig instructions in R300 fpNicolai Hähnle2009-09-201-9/+9
| * | Merge branch 'mesa_7_6_branch'Brian Paul2009-09-201-1/+1
| |\|
| | * r300/compiler: Fix R300 fragment program regression introduced by 0723cd1...Nicolai Hähnle2009-09-201-1/+1
| * | radeon: cleanup compile defines mess.Dave Airlie2009-09-162-16/+1
| * | r300: enable rb3d_discard_src_pixel_lte_threshold for more chips on dri2Alex Deucher2009-09-101-5/+1
| * | r300: add full support for two sided stencil on r5xx for dri2Alex Deucher2009-09-104-4/+46
* | | Merge branch 'master' into r300-compilerNicolai Hähnle2009-09-0615-56/+82
|\| |
| * | r300: Add support for GL_EXT_provoking_vertexAlex Deucher2009-09-043-4/+12
| |/
| * r300/compiler: fix warning due to no newlineDave Airlie2009-09-011-1/+2
| * r300: Convert to shared debug code.Pauli Nieminen2009-08-3110-51/+66
| * radeon: Add common debugging functions.Pauli Nieminen2009-08-312-0/+2
* | r300/compiler: New dataflow structures and passesNicolai Hähnle2009-09-0624-717/+1486
* | r300: Remove all Mesa dependencies from the shader compilerNicolai Hähnle2009-08-3027-1218/+2129
* | r300: Move Mesa -> RC program conversion to classic Mesa driverNicolai Hähnle2009-08-307-30/+101
|/
* r300: Disable threshold register for KMS.Pauli Nieminen2009-08-291-1/+2
* r300: Swtcl prediction was still missing scissors.Pauli Nieminen2009-08-291-2/+3
* r300: Add missing pre_emit_count to swtcl state size prediction.Pauli Nieminen2009-08-291-3/+4
* radeon: Fix swtcl emit pediction.Pauli Nieminen2009-08-291-28/+35
* radeon: fix scissors harder.Dave Airlie2009-08-281-2/+2
* r300: Fix emit prediction to account scissor emitting correctly.Pauli Nieminen2009-08-281-1/+1
* r300: Cleanup reported native program limitsNicolai Hähnle2009-08-271-6/+3
* r300: Debug messages are written to stderr, so fflush thatNicolai Hähnle2009-08-275-10/+10
* radeon/r200/r300: Fix swtcl prediction to work after primitie change.Pauli Nieminen2009-08-271-16/+31
* r300/compiler: Fix vertex program MAD emitNicolai Hähnle2009-08-271-6/+46
* r300/compiler: Fix bug in rc_find_free_temporaryNicolai Hähnle2009-08-271-2/+8
* radeon/r200/r300: Fix swtcl flushing not to invalidate dma region.Pauli Nieminen2009-08-271-3/+34
* r300: r4xx and rs4xx also have lte discard regsAlex Deucher2009-08-261-1/+4
* radeon: Fix all compiler warnings.Pauli Nieminen2009-08-251-1/+3
* Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesa into r600_st...Pauli Nieminen2009-08-252-18/+11
|\
| * r300: fix condition logicMaciej Cencora2009-08-251-1/+1
| * r300: set proper CS section sizeMaciej Cencora2009-08-251-1/+1
| * r300: add support for getting Z pipe info from drmAlex Deucher2009-08-242-16/+9
* | radeon/r200/r300/r600: Warn if we emit more than prediction was.Pauli Nieminen2009-08-251-1/+7
* | Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesa into r600_st...Pauli Nieminen2009-08-241-0/+2
|\|
| * r300: add support for EXT_framebuffer_blitMaciej Cencora2009-08-241-0/+2
* | Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesa into r600_st...Pauli Nieminen2009-08-243-6/+6
|\|
| * r300: fix a typoMaciej Cencora2009-08-231-1/+1