aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r300
Commit message (Expand)AuthorAgeFilesLines
* r300: fix some autostate batch setupsDave Airlie2009-02-064-13/+19
* r300: fix up CS for modesetting - gears under kms worksDave Airlie2009-02-044-61/+73
* r300: make dma buffer reuse much more sensibleDave Airlie2009-02-041-3/+0
* radeon_cs: move to inline cs_write_dwordDave Airlie2009-02-041-18/+16
* r300: fixup mipmap + texsubimage issuesDave Airlie2009-02-032-3/+4
* r300: rename validate textures to validate buffersDave Airlie2009-02-023-3/+3
* r200/r300: swtcl fixups to use old dma buffers on top of BOsDave Airlie2009-01-314-140/+53
* r200/r300: add aperture space checksDave Airlie2009-01-316-10/+59
* WIP comitDave Airlie2009-01-291-1/+1
* radeon/r200/r300: bring back old style DMA buffer on top of BOs.Dave Airlie2009-01-296-62/+97
* r300: fix some whitespaceDave Airlie2009-01-291-28/+28
* r200r300: start merging span codeDave Airlie2009-01-221-217/+0
* r200/r300: port r200 texture handling to common codeDave Airlie2009-01-225-679/+62
* r300/radeon: move face_for_targetDave Airlie2009-01-211-19/+2
* r300: start migrating common functions into common codeDave Airlie2009-01-211-123/+10
* r300: move to common texture_image objectDave Airlie2009-01-213-42/+14
* radeon/r200/r300: start to move to common miptree/texobjDave Airlie2009-01-219-554/+102
* r200: make tri render on my r200.Dave Airlie2009-01-212-3/+3
* r200: clear is working at least - not much elseDave Airlie2009-01-207-663/+15
* r300: move some more function to genericDave Airlie2009-01-157-214/+159
* radeon/r200/r300: start to make cmd buf usefulDave Airlie2009-01-154-99/+14
* radeon/r200/r300: make legacy emit non-r300 specificDave Airlie2009-01-141-0/+32
* radeon: move debug symbol add DRI2Dave Airlie2009-01-141-5/+10
* r300: start moving new r300 cmdbuf into common codeDave Airlie2009-01-149-207/+31
* radeon/r200/r300: consolidate swap buffersDave Airlie2009-01-143-55/+1
* radeon: remove old lock codeDave Airlie2009-01-141-129/+0
* radeon/r200/r300: consolidate the buffer copy/flip code into one placeDave Airlie2009-01-142-321/+15
* radeon/r200/r300: attempt to move lock to common codeDave Airlie2009-01-1410-157/+37
* radeon/r200/r300: initial attempt to convert to common context codeDave Airlie2009-01-146-250/+121
* radeon/r200: move state atom to common headerDave Airlie2009-01-141-10/+14
* radeon: use bo_wait to wait for all buffers to be rendered toDave Airlie2009-01-131-1/+10
* radeon: fix library name for consistencyDave Airlie2008-12-221-1/+1
* radeon: remove start/end offset + cleanup some whitespaceDave Airlie2008-12-224-42/+33
* radeon: fixup r500 FP emission for new CSDave Airlie2008-12-223-42/+95
* radeon: make DRI1 one work with new CS mechanismDave Airlie2008-12-018-57/+110
* radeon: fix pointer danglingJerome Glisse2008-11-165-12/+12
* radeon: update to libdrm-radeon API changesJerome Glisse2008-11-151-4/+4
* radeon: dri2 don't forget to free bufferJerome Glisse2008-11-142-1/+60
* r300: release bo from pixmapJerome Glisse2008-11-143-4/+26
* r300: convert to new relocations format (see libdrm-radeon)Jerome Glisse2008-11-146-30/+58
* r300: SetTex extension supportJerome Glisse2008-11-145-6/+98
* r300: cs + DRI2 supportJerome Glisse2008-11-1416-300/+766
* r300: bo and cs abstraction.Jerome Glisse2008-11-1428-3338/+1953
* Unify ARB_depth_texture and SGIX_depth_textureIan Romanick2008-10-011-1/+0
* r300: Adapt to the removal of _tnl_ProgramCacheInit() and friends.Michel Dänzer2008-09-221-2/+1
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-1825-120/+122
* r5xx: Final fog option fix.Corbin Simpson2008-08-191-2/+4
* r5xx: Don't squish GL context when using FogOptionCorbin Simpson2008-08-191-5/+3
* r5xx: Enable fog options.Corbin Simpson2008-08-181-0/+8
* r5xx: Add DDX and DDY instructions.Corbin Simpson2008-08-176-4/+59