summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r200/r200_context.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'mesa_7_6_branch' into mesa_7_7_branchJakob Bornecrantz2009-12-021-2/+2
|\
| * r200: fix polygon stippleAlex Deucher2009-12-031-2/+2
* | mesa: Enable remap table in core.Chia-I Wu2009-10-231-8/+8
|/
* r200: Convert r200 to use new style debug code.Pauli Nieminen2009-08-311-27/+0
* r100/r200: Bring back old PolygonStripple for DRI1.Pauli Nieminen2009-08-281-1/+1
* r200: Fix piglit paths test.Pauli Nieminen2009-08-281-1/+2
* radeon/r100/r200: actually init the OQ support properlyDave Airlie2009-08-261-0/+1
* radeon/r200: OQ support for r200 in theory.Dave Airlie2009-08-261-0/+20
* r200: Add scissor to state atom list.Pauli Nieminen2009-08-261-0/+1
* r200: Prevent TexGenMatrix from leaking when destroying r200 context.Pauli Nieminen2009-08-121-0/+12
* radeon: fix hw texture limitsRoland Scheidegger2009-06-251-3/+3
* radeon/r200: add some hw texture limitsDave Airlie2009-06-251-1/+4
* radeons: use dp4 for position invariant vertex programsRoland Scheidegger2009-06-191-0/+2
* radeon: set max texture sizeJerome Glisse2009-05-201-0/+4
* radeon/r200/r300: collapse context destruction down to a common path.Dave Airlie2009-04-021-58/+0
* radeon/r200/r300: fix warningsDave Airlie2009-03-241-1/+0
* radeon/r200/r300: set the texture depth correctly for DRI2Dave Airlie2009-03-241-6/+0
* raedon/r200/r300: mega-FBO commits.Dave Airlie2009-03-231-0/+10
* r200: fix for sureDave Airlie2009-03-211-1/+1
* radeon/r200: oops make correct fbo init callsDave Airlie2009-03-211-1/+1
* radeon/r200: add fbo initDave Airlie2009-03-211-0/+1
* radeon: refactor framebuffer code like intelDave Airlie2009-03-031-1/+1
* radeon/r200: drop legacy texture heap codeDave Airlie2009-02-171-53/+0
* radeon/r200: fixup texturing aging callsDave Airlie2009-02-171-3/+2
* r200: fixup some CS emission sizesDave Airlie2009-02-131-0/+1
* Merge remote branch 'origin/master' into radeon-rewriteDave Airlie2009-02-131-8/+2
|\
| * Make GL_ARB_draw_buffers mandatoryIan Romanick2009-01-281-0/+2
| * Make GL_{EXT,SUN}_multi_draw_arrays and GL_IBM_multimode_draw_arrays mandatoryIan Romanick2009-01-281-2/+0
| * Make GL_ARB_vertex_buffer_object mandatoryIan Romanick2009-01-281-2/+0
| * Make GL_ARB_multisample mandatoryIan Romanick2009-01-281-2/+0
| * Make GL_ARB_texture_compression mandatoryIan Romanick2009-01-281-2/+0
* | radeon/r200/r300: another big merge upheavel.Dave Airlie2009-02-121-28/+4
* | radeon: fix span init needs more workDave Airlie2009-02-111-0/+1
* | radeon/r200/r300: merge span code into single shared fileDave Airlie2009-02-111-2/+0
* | r200: fixup DMA region stuffDave Airlie2009-02-041-1/+0
* | r200/r300: swtcl fixups to use old dma buffers on top of BOsDave Airlie2009-01-311-1/+2
* | r200: bring back single dma flushDave Airlie2009-01-291-2/+2
* | radeon/r200/r300: bring back old style DMA buffer on top of BOs.Dave Airlie2009-01-291-5/+2
* | r200: avoid setting variable on kernel mm setupDave Airlie2009-01-291-1/+2
* | r200/r300: port r200 texture handling to common codeDave Airlie2009-01-221-0/+9
* | r200: tri runs without crashing - doesn't draw anythingDave Airlie2009-01-201-0/+6
* | r200: clear is working at least - not much elseDave Airlie2009-01-201-101/+11
* | r200: add missing symbolsDave Airlie2009-01-141-1/+1
* | radeon/r200/r300: make legacy emit non-r300 specificDave Airlie2009-01-141-0/+6
* | radeon: move debug symbol add DRI2Dave Airlie2009-01-141-3/+0
* | radeon/r200/r300: consolidate swap buffersDave Airlie2009-01-141-52/+0
* | radeon/r200/r300: consolidate the buffer copy/flip code into one placeDave Airlie2009-01-141-3/+18
* | radeon/r200/r300: attempt to move lock to common codeDave Airlie2009-01-141-4/+31
* | radeon/r200/r300: initial attempt to convert to common context codeDave Airlie2009-01-141-93/+93
* | radeon/r200: move more stuff closer together in contextDave Airlie2009-01-141-17/+17