summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r300
Commit message (Expand)AuthorAgeFilesLines
* Add radeon 9550 pci id.Aapo Tahkola2005-01-061-0/+2
* Turns out the kfountain.kss (as well as lesson19) had a bug - the size was se...Vladimir Dergachev2005-01-062-3/+25
* Add texture format to get lesson19 working again.Vladimir Dergachev2005-01-061-5/+6
* Switch to a more complicated scheme of choosing texture formats, as it looksVladimir Dergachev2005-01-061-8/+71
* Added GL_POLYGON primitive. Single primitive between glBegin()/glEnd() now wo...Ben Skeggs2005-01-061-1/+6
* Reduce the amount of debug output, while still printing important messages.blended_fountainVladimir Dergachev2005-01-052-22/+52
* Play a little bit with texture formats.Vladimir Dergachev2005-01-054-18/+41
* Sync with master copy.Vladimir Dergachev2005-01-041-0/+5
* Port code from r200 that implements color blending. Seems to work.Vladimir Dergachev2005-01-043-3/+288
* Unify rendering of textured and non-textured primitives.Vladimir Dergachev2005-01-041-165/+51
* Major code restructuring:Vladimir Dergachev2005-01-048-295/+411
* Add structs describing vertex and pixel shader state to r300_state.Vladimir Dergachev2005-01-034-72/+581
* Turns out I left flat primitives in vertex buffer mode. Switch them back to i...Vladimir Dergachev2005-01-031-1/+1
* Enable code to compute other constants that were used by R200 code.Vladimir Dergachev2005-01-034-29/+30
* Port texture allocation code from R200.red_tinted_cubeVladimir Dergachev2005-01-0311-13/+3393
* Add texture units registersVladimir Dergachev2005-01-023-2/+118
* Cleanup !noisy_cubeVladimir Dergachev2005-01-021-27/+15
* I think I fixed the lockups issue.Vladimir Dergachev2005-01-021-3/+23
* Get textures to work with NeHe lesson06.Vladimir Dergachev2005-01-021-59/+57
* Add a convenience function to issue CP delays.Vladimir Dergachev2005-01-011-0/+21
* Qualify the magic 20B0 register as SE_VTE_CNTL similar to R200. Looks like di...rotating_gearsVladimir Dergachev2004-12-314-22/+22
* Sync with master copy.Vladimir Dergachev2004-12-311-0/+13
* Add texture drawing code. Note: it is broken at the moment and is disabled in...Vladimir Dergachev2004-12-311-22/+237
* Rework slightly r300_get_primitive_type - make it clearer and more compact..Vladimir Dergachev2004-12-301-53/+41
* Add missing files.shimmering_gearsVladimir Dergachev2004-12-302-0/+184
* Update vertex buffer code (still does not work properly..)Vladimir Dergachev2004-12-301-6/+11
* Update to recent r300_lib.Vladimir Dergachev2004-12-301-38/+15
* Hooked up projection matrix - the gears actually rotate !Vladimir Dergachev2004-12-301-0/+2
* Restructure code.Vladimir Dergachev2004-12-301-91/+275
* Change default RS settings so that glxgears will display something..Vladimir Dergachev2004-12-303-3/+15
* Clarify some of the unkXXXX atoms.Vladimir Dergachev2004-12-303-15/+43
* Port viewport setting code from R200.Vladimir Dergachev2004-12-303-20/+85
* Rearrange code so we don't dump state as often.Vladimir Dergachev2004-12-291-62/+78
* Get most primitives working using immediate mode.Vladimir Dergachev2004-12-291-35/+126
* Bring in latest revision of r300_lib.Vladimir Dergachev2004-12-292-0/+35
* Use R300_CMD_END3D for end_3d().Vladimir Dergachev2004-12-271-1/+13
* Implement rendering of (flat color) QUAD primitives as an experiment.Vladimir Dergachev2004-12-273-14/+238
* Expose primitive types being rendered, in preparation to implement fixed pipe...Vladimir Dergachev2004-12-261-0/+42
* Update with most recent version.Vladimir Dergachev2004-12-261-167/+318
* Fix cut and paste error (reported by Jerome Glisse)Vladimir Dergachev2004-12-191-2/+2
* The types uint32_t and uint8_t are not used in Mesa tree.Vladimir Dergachev2004-12-161-0/+3
* No visible changes, but commit the groundwork for further experiments:Nicolai Haehnle2004-11-027-24/+360
* Add culling registers, sync versions of r300_reg.hNicolai Haehnle2004-11-021-9/+16
* Implement ColorMaskNicolai Haehnle2004-10-242-9/+35
* Hardware accelerated depth clearNicolai Haehnle2004-10-245-16/+62
* - FIX: flickeringNicolai Haehnle2004-10-1712-81/+274
* Huge dumb drop. State:Nicolai Haehnle2004-10-1513-59/+296
* Initial revisionNicolai Haehnle2004-09-2828-0/+8258