summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r200/r200_state_init.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: remove a bunch of gl_renderbuffer fieldsBrian Paul2009-10-081-4/+6
* radeon: fix r100/r200 polygon stipple under kmsDave Airlie2009-09-011-0/+9
* r200: emit cube for kms correctly + fix tex emit resetDave Airlie2009-09-011-2/+2
* radeon/r200: OQ support for r200 in theory.Dave Airlie2009-08-261-0/+7
* r200: Add scissor to state atom list.Pauli Nieminen2009-08-261-2/+22
* r200: Fix atom->check call to return emit size for atom.Pauli Nieminen2009-08-211-158/+301
* r200: emit colorpitchDave Airlie2009-08-051-2/+2
* r200: fix off-by-one errors causing 6th texture unit to not workRoland Scheidegger2009-08-051-2/+2
* r200: fix compiler warning (unused var)Roland Scheidegger2009-08-051-2/+0
* radeon: Differentiate 16 bpp destination formats.Michel Dänzer2009-07-141-1/+10
* r200: only emit unitneeded texturesDave Airlie2009-06-261-0/+2
* r200: fix cube maps for non-mm pathRoland Scheidegger2009-06-191-1/+28
* r200: fix multitexturing in dri2 pathJerome Glisse2009-05-251-1/+1
* r200: fix indexed draw color order and cs missmatchJerome Glisse2009-05-201-2/+4
* r200: fix cubic emission.Dave Airlie2009-05-061-3/+4
* r200: fix some cube map issuesRoland Scheidegger2009-05-051-24/+12
* r200: fix another section size mismatchRoland Scheidegger2009-05-051-1/+0
* r200: fix CS section size mismatch (bug 21565)Roland Scheidegger2009-05-051-0/+2
* radeon/r200/r300: collapse context destruction down to a common path.Dave Airlie2009-04-021-16/+0
* r200: fix veclinear emissionDave Airlie2009-03-311-4/+5
* raedon/r200/r300: mega-FBO commits.Dave Airlie2009-03-231-6/+0
* r200: cs emit state fixupsDave Airlie2009-03-061-4/+6
* r200: remove depth check for dri2Dave Airlie2009-03-061-4/+1
* r200: port over state emits for kms from radeonDave Airlie2009-03-051-10/+67
* r200: fixup emit sizes for kmsDave Airlie2009-02-271-0/+6
* r200: port over cs emit changes from radeonDave Airlie2009-02-271-88/+48
* radeon/r200: drop dirty state from texture object + pp_txoffsetDave Airlie2009-02-171-1/+1
* r200: fixup cube emit debugDave Airlie2009-02-141-2/+1
* radeon/r200: make setTexOffset work againDave Airlie2009-02-131-1/+2
* r200: port over state emit fix from r100Dave Airlie2009-02-131-2/+4
* r200: fixup some CS emission sizesDave Airlie2009-02-131-1/+1
* r200/r300: get up to speed on renamed filesDave Airlie2009-02-121-3/+1
* radeon/r200/r300: another big merge upheavel.Dave Airlie2009-02-121-8/+7
* r200: re-write state handlers for new CS mechanismDave Airlie2009-01-291-85/+299
* radeon: remove some debuggingDave Airlie2009-01-231-7/+0
* r200: fix cubemapsDave Airlie2009-01-221-0/+26
* r200/r300: port r200 texture handling to common codeDave Airlie2009-01-221-1/+28
* r200: make tri render on my r200.Dave Airlie2009-01-211-12/+50
* r200: clear is working at least - not much elseDave Airlie2009-01-201-0/+146
* r100/r200: move to new atom style emissionDave Airlie2009-01-151-8/+4
* radeon/r200/r300: attempt to move lock to common codeDave Airlie2009-01-141-19/+19
* radeon/r200/r300: initial attempt to convert to common context codeDave Airlie2009-01-141-66/+66
* radeon/r200: move more stuff closer together in contextDave Airlie2009-01-141-34/+34
* radeon/r200: move state atom to common headerDave Airlie2009-01-141-1/+1
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-181-5/+5
* remove CVS/XFree86 keywordsChristoff Brill2007-05-171-1/+0
* remove vtxfmt code, switch over to vboKeith Whitwell2006-10-311-2/+1
* implement ARB_point_parameters and ARB_point_sprite on r200. The code is near...Roland Scheidegger2006-10-131-3/+37
* fog state atom contains (only) fog params necessary for tcl. Must not be emit...Roland Scheidegger2006-09-041-2/+2
* implement arb_vertex_program in hw for r200. Code contains still some hacks, ...Roland Scheidegger2006-06-021-4/+60