summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r200/r200_state_init.c
Commit message (Expand)AuthorAgeFilesLines
* radeon/r200: remove unneeded #include of colormac.hMark Janes2015-10-061-1/+0
* r200: fix some potential big endian issuesRoland Scheidegger2015-07-161-1/+4
* mesa: Drop _EnabledUnits.Eric Anholt2014-04-301-2/+2
* mesa: Change many Type P MESA_FORMATs to meet naming specMark Mueller2014-01-271-3/+3
* radeon / r200: Eliminate BEGIN_BATCH_NO_AUTOSTATEIan Romanick2014-01-231-9/+9
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-1/+1
* r200: fix broken tcl lightingsmoki2012-12-101-10/+10
* radeon/r200: make radeon_context subclass of gl_contextBrian Paul2012-10-051-1/+1
* mesa: s/CALLOC/calloc/Brian Paul2012-09-011-2/+2
* r200: get rid of dubious aux scissor bitsRoland Scheidegger2012-08-011-4/+0
* radeon/r200: remove ClearColor driver functionsBrian Paul2012-03-121-2/+0
* radeon/r200: remove ClearDepth() and ClearStencil() driver hooksBrian Paul2012-03-121-12/+0
* radeon: derive radeon_renderbuffer from swrast_renderbufferBrian Paul2012-01-241-1/+1
* r200: fix cb microtile setupDave Airlie2011-12-061-0/+3
* radeon/r200: drop remains of r300/r600 support along with old drm 1.x kernelDave Airlie2011-10-301-122/+55
* r200: Drop the non-kernel-memory-manager and DRI1 code.Eric Anholt2011-10-281-311/+65
* radeon/r200: fix fbo-clearmipmap + gen-teximageDave Airlie2011-01-191-1/+1
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-26/+26
* r200: Fix UMS notto emit stp.Pauli Nieminen2010-02-091-1/+4
* r200: Fix lod bias correction.Pauli Nieminen2010-02-071-1/+1
* r200: Optimize polygon stipple emit.Pauli Nieminen2010-02-051-1/+10
* r200: Remove unnecessary headers.Vinson Lee2010-01-301-4/+0
* r200: fix CS section size mismatchRoland Scheidegger2010-01-211-1/+2
* Merge commit 'mesa_7_6_branch' into mesa_7_7_branchJakob Bornecrantz2009-12-021-9/+6
|\
| * r200: fix polygon stippleAlex Deucher2009-12-031-9/+6
* | r200: align for mipmap tree changesMaciej Cencora2009-11-171-1/+1
* | 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