aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r200
Commit message (Expand)AuthorAgeFilesLines
* radeon/r200 remove more unused codeDave Airlie2009-02-041-34/+0
* r200: fixup DMA region stuffDave Airlie2009-02-042-3/+0
* r200: move to new mipmap interfaceDave Airlie2009-02-041-1/+1
* r200/r300: swtcl fixups to use old dma buffers on top of BOsDave Airlie2009-01-316-122/+49
* r200/r300: add aperture space checksDave Airlie2009-01-314-5/+73
* r200: fix swtcl - slow but worksDave Airlie2009-01-301-0/+4
* r200: bring back single dma flushDave Airlie2009-01-297-30/+25
* radeon/r200/r300: bring back old style DMA buffer on top of BOs.Dave Airlie2009-01-295-645/+2
* r200: start work on userspace clear for r200Dave Airlie2009-01-291-69/+94
* r200: unref swtcl buffer correctlyDave Airlie2009-01-291-0/+1
* r200: re-write state handlers for new CS mechanismDave Airlie2009-01-292-85/+302
* r200: avoid setting variable on kernel mm setupDave Airlie2009-01-291-1/+2
* r200: fix up swtcl/tcl flushesDave Airlie2009-01-226-20/+16
* radeon: remove some debuggingDave Airlie2009-01-231-7/+0
* r200: disable some debugDave Airlie2009-01-232-3/+3
* r200: emit elts into a separate ELT boDave Airlie2009-01-236-408/+89
* r200r300: start merging span codeDave Airlie2009-01-222-372/+22
* r200: remove indexed vertsDave Airlie2009-01-224-12/+0
* radeon: fix 1D texturesDave Airlie2009-01-221-1/+2
* r200: fix cubemapsDave Airlie2009-01-222-9/+26
* r200/r300: port r200 texture handling to common codeDave Airlie2009-01-226-1008/+245
* radeon/r200/r300: start to move to common miptree/texobjDave Airlie2009-01-211-1/+4
* r200: make tri render on my r200.Dave Airlie2009-01-216-60/+83
* r200: tri runs without crashing - doesn't draw anythingDave Airlie2009-01-202-205/+49
* r200: clear is working at least - not much elseDave Airlie2009-01-2014-298/+489
* radeon/r200/r300: start to make cmd buf usefulDave Airlie2009-01-151-1/+2
* r100/r200: move to new atom style emissionDave Airlie2009-01-152-18/+27
* r200: add missing symbolsDave Airlie2009-01-142-3/+1
* radeon/r200/r300: make legacy emit non-r300 specificDave Airlie2009-01-142-0/+11
* radeon: move debug symbol add DRI2Dave Airlie2009-01-141-3/+0
* r300: start moving new r300 cmdbuf into common codeDave Airlie2009-01-142-2/+4
* radeon/r200/r300: consolidate swap buffersDave Airlie2009-01-142-61/+1
* radeon: remove old lock codeDave Airlie2009-01-141-116/+0
* radeon/r200/r300: consolidate the buffer copy/flip code into one placeDave Airlie2009-01-145-326/+22
* radeon/r200/r300: attempt to move lock to common codeDave Airlie2009-01-1411-297/+133
* radeon/r200/r300: initial attempt to convert to common context codeDave Airlie2009-01-1418-451/+390
* radeon/r200: move more stuff closer together in contextDave Airlie2009-01-1410-109/+101
* radeon/r200: move state atom to common headerDave Airlie2009-01-144-85/+43
* radeon/r200: start splitting out commonalities into separate headersDave Airlie2009-01-1315-258/+92
* radeno: hopefully make r200/radeon buildDave Airlie2008-12-211-1/+3
* mesa: standardize on C99's uint*_t instead of u_int*_tKeith Whitwell2008-09-212-3/+3
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-1818-87/+88
* dri: Fix write/read depth buffer issue under 16bpp mode. See bug #16646Xiang, Haihao2008-08-051-0/+2
* r200: Do not set second coordinate clamping for 1D texturesNicolai Haehnle2008-07-261-31/+33
* replace __inline and __inline__ with INLINE macroBrian Paul2008-06-213-6/+6
* r200: fix typo in r200TryDrawPixels parameter validation (bug 16406)Roland Scheidegger2008-06-211-1/+1
* R1/2/3/4/5xx: fixed calculation of cliprects in CopyBuffer.Dennis Kasprzyk2008-05-291-4/+6
* r200: fix state submission issue causing bogus textures (bug 15730)Ove Kaaven2008-04-291-0/+6
* enable GL_EXT_multi_draw_arrays (see bug 15670)Pierre Beyssac2008-04-241-0/+2
* r200: accept PROGRAM_CONSTANT inputs due to mesa changesAndrew Randrianasulu2008-04-171-0/+1