summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r200/r200_state_init.c
AgeCommit message (Expand)Author
2009-08-26radeon/r200: OQ support for r200 in theory.Dave Airlie
2009-08-26r200: Add scissor to state atom list.Pauli Nieminen
2009-08-21r200: Fix atom->check call to return emit size for atom.Pauli Nieminen
2009-08-05r200: emit colorpitchDave Airlie
2009-08-05r200: fix off-by-one errors causing 6th texture unit to not workRoland Scheidegger
2009-08-05r200: fix compiler warning (unused var)Roland Scheidegger
2009-07-14radeon: Differentiate 16 bpp destination formats.Michel Dänzer
2009-06-26r200: only emit unitneeded texturesDave Airlie
2009-06-19r200: fix cube maps for non-mm pathRoland Scheidegger
2009-05-25r200: fix multitexturing in dri2 pathJerome Glisse
2009-05-20r200: fix indexed draw color order and cs missmatchJerome Glisse
2009-05-06r200: fix cubic emission.Dave Airlie
2009-05-05r200: fix some cube map issuesRoland Scheidegger
2009-05-05r200: fix another section size mismatchRoland Scheidegger
2009-05-05r200: fix CS section size mismatch (bug 21565)Roland Scheidegger
2009-04-02radeon/r200/r300: collapse context destruction down to a common path.Dave Airlie
2009-03-31r200: fix veclinear emissionDave Airlie
2009-03-23raedon/r200/r300: mega-FBO commits.Dave Airlie
2009-03-06r200: cs emit state fixupsDave Airlie
2009-03-06r200: remove depth check for dri2Dave Airlie
2009-03-05r200: port over state emits for kms from radeonDave Airlie
2009-02-27r200: fixup emit sizes for kmsDave Airlie
2009-02-27r200: port over cs emit changes from radeonDave Airlie
2009-02-17radeon/r200: drop dirty state from texture object + pp_txoffsetDave Airlie
2009-02-14r200: fixup cube emit debugDave Airlie
2009-02-13radeon/r200: make setTexOffset work againDave Airlie
2009-02-13r200: port over state emit fix from r100Dave Airlie
2009-02-13r200: fixup some CS emission sizesDave Airlie
2009-02-12r200/r300: get up to speed on renamed filesDave Airlie
2009-02-12radeon/r200/r300: another big merge upheavel.Dave Airlie
2009-01-29r200: re-write state handlers for new CS mechanismDave Airlie
2009-01-23radeon: remove some debuggingDave Airlie
2009-01-22r200: fix cubemapsDave Airlie
2009-01-22r200/r300: port r200 texture handling to common codeDave Airlie
2009-01-21r200: make tri render on my r200.Dave Airlie
2009-01-20r200: clear is working at least - not much elseDave Airlie
2009-01-15r100/r200: move to new atom style emissionDave Airlie
2009-01-14radeon/r200/r300: attempt to move lock to common codeDave Airlie
2009-01-14radeon/r200/r300: initial attempt to convert to common context codeDave Airlie
2009-01-14radeon/r200: move more stuff closer together in contextDave Airlie
2009-01-14radeon/r200: move state atom to common headerDave Airlie
2008-09-18mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul
2007-05-17remove CVS/XFree86 keywordsChristoff Brill
2006-10-31remove vtxfmt code, switch over to vboKeith Whitwell
2006-10-13implement ARB_point_parameters and ARB_point_sprite on r200. The code is near...Roland Scheidegger
2006-09-04fog state atom contains (only) fog params necessary for tcl. Must not be emit...Roland Scheidegger
2006-06-02implement arb_vertex_program in hw for r200. Code contains still some hacks, ...Roland Scheidegger
2006-01-07cube maps on r100 require newer drm than the same feature on r200 (regression...Roland Scheidegger
2005-11-02First step of Radeon DRI unification:Eric Anholt
2005-10-05enable point sizes larger than 1 (for aliased points only) by using the hw po...Roland Scheidegger