summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r300/r300_render.c
Commit message (Expand)AuthorAgeFilesLines
* r300: move fallback warnings inside fallback debuggingDave Airlie2009-07-121-1/+2
* r300: fix vertex limitsMaciej Cencora2009-07-051-18/+1
* r300: use vbo_split_prims to split up large vertex buffers.Dave Airlie2009-06-181-2/+2
* r300: fix indexed primitive rendering when using memory managerJerome Glisse2009-06-111-2/+2
* r300: make sure indexed rendering doesn't try to use more than the num of ver...Jerome Glisse2009-06-101-0/+7
* r300: Endianness fixes for recent vertex path changes.Michel Dänzer2009-06-071-4/+4
* r300: rewrite vertex setup for software T&L path using functions from softwar...Maciej Cencora2009-06-071-0/+19
* r300: add hw accelerated support for different vertex data formatsMaciej Cencora2009-06-071-50/+27
* r300: when using cs path emit scissor in the cmdbufferJerome Glisse2009-05-281-0/+2
* r300: software fallbacking handling rewriteMaciej Cencora2009-05-161-58/+79
* r300: r300EmitArrays should never failMaciej Cencora2009-05-161-2/+1
* r300: further cleanupMaciej Cencora2009-05-161-9/+5
* r300: fallback only if stencil test is enabledMaciej Cencora2009-04-271-8/+3
* r300: move common fp functions to seperate fileMaciej Cencora2009-04-191-2/+3
* r300: merge r300/r500 fragment program structuresMaciej Cencora2009-04-191-17/+4
* r300: r300/r500 fp shader merge WIPMaciej Cencora2009-04-191-6/+4
* r300: cleanup frag prog setup a littleMaciej Cencora2009-04-171-16/+16
* radeon/r200/r300: collapse context destruction down to a common path.Dave Airlie2009-04-021-49/+49
* r300: check buffer sizes in non-tcl case + set correct VRAM limitsDave Airlie2009-03-261-0/+3
* radeon: refactor framebuffer code like intelDave Airlie2009-03-031-1/+2
* Merge remote branch 'origin/master' into radeon-rewriteDave Airlie2009-02-131-8/+14
|\
| * Track two sets of back-face stencil stateIan Romanick2009-01-231-6/+10
| * R300: missing semicolonAlex Deucher2008-12-291-1/+1
| * r300: remove the unknowns from the indx_buffer codeDave Airlie2008-12-281-1/+2
* | r200/r300: get up to speed on renamed filesDave Airlie2009-02-121-2/+1
* | radeon/r200/r300: another big merge upheavel.Dave Airlie2009-02-121-2/+0
* | r300: fix some autostate batch setupsDave Airlie2009-02-061-2/+2
* | r300: fix up CS for modesetting - gears under kms worksDave Airlie2009-02-041-7/+14
* | r300: rename validate textures to validate buffersDave Airlie2009-02-021-1/+1
* | r200/r300: add aperture space checksDave Airlie2009-01-311-0/+3
* | radeon/r200/r300: bring back old style DMA buffer on top of BOs.Dave Airlie2009-01-291-4/+2
* | r200: clear is working at least - not much elseDave Airlie2009-01-201-3/+3
* | r300: move some more function to genericDave Airlie2009-01-151-110/+110
* | r300: start moving new r300 cmdbuf into common codeDave Airlie2009-01-141-5/+5
* | radeon: remove start/end offset + cleanup some whitespaceDave Airlie2008-12-221-8/+0
* | radeon: make DRI1 one work with new CS mechanismDave Airlie2008-12-011-2/+2
* | r300: convert to new relocations format (see libdrm-radeon)Jerome Glisse2008-11-141-20/+40
* | r300: cs + DRI2 supportJerome Glisse2008-11-141-1/+61
* | r300: bo and cs abstraction.Jerome Glisse2008-11-141-56/+60
|/
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-181-9/+9
* r300: Implement hardware acceleration for ColorLogicOpNicolai Haehnle2008-07-271-2/+0
* r300: Always emit LOAD_VBPNTR immediately before index-based renderingNicolai Haehnle2008-07-261-1/+12
* mesa: fix issues around multisample enableRoland Scheidegger2008-07-021-1/+1
* r300: Do not include r300_fragprog.h from r300_context.h and other cleanupsNicolai Haehnle2008-06-141-0/+1
* Initial r5xx fragment program compiler support.Corbin Simpson2008-05-021-6/+19
* r300: oops wrong logic for swtclDave Airlie2007-07-011-1/+1
* r300: cleanup some of the swtcl codeDave Airlie2007-07-011-0/+5
* clean up cache flush emission into one placeDave Airlie2007-06-221-14/+2
* fixup packet setup - still hangsDave Airlie2007-06-171-3/+3
* move clip to r300 emitDave Airlie2007-06-131-2/+1