aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/radeon/radeon_span.c
Commit message (Expand)AuthorAgeFilesLines
* radeon span: add r200 depth/stencil span read/writingDave Airlie2009-08-071-13/+111
* radeon: update span reading micro tile codeDave Airlie2009-07-151-103/+67
* radeon: r300 fix span reading for macro tiled buffers.Dave Airlie2009-07-151-6/+7
* radeon: for tiling you really need to use GET/PUT VALUE not PTR.Dave Airlie2009-07-151-1/+5
* radeon: Fix crash when rendering to incomplete texture and other formatsNicolai Hähnle2009-07-121-11/+40
* radeon: Wait for BO idle if necessary before mapping it.Michel Dänzer2009-07-031-0/+2
* radeon: add support for new ttmJerome Glisse2009-04-061-5/+7
* radeon: fix pixel readback for RGB8 testsDave Airlie2009-03-311-1/+5
* radeon/r200: fix glean failures on readPixSanity since EXT_DEPTH_STENCIL supportDave Airlie2009-03-311-5/+58
* radeon: fix readback problem for piglit testsDave Airlie2009-03-301-7/+10
* radeon/r200/r300: fix warningsDave Airlie2009-03-241-2/+1
* raedon/r200/r300: mega-FBO commits.Dave Airlie2009-03-231-35/+48
* radeon: add xRGB span functionsDave Airlie2009-03-211-1/+11
* radeon: fixup last missing x_off/y_offDave Airlie2009-03-211-4/+4
* radeon/fbo: add x_off and y_off in correct placesDave Airlie2009-03-211-10/+10
* radeon: dPriv handling is now in cliprects codeDave Airlie2009-03-211-12/+0
* radeon: fixup span code for FBOsDave Airlie2009-03-211-11/+36
* radeon: fix up span function settingDave Airlie2009-03-211-1/+7
* radeon/r200/r300: make build with out libdrm_radeon installed for nowDave Airlie2009-02-121-2/+0
* radeon: renaming and headers cleanupDave Airlie2009-02-121-2/+224
* radeon/r200/r300: merge span code into single shared fileDave Airlie2009-02-111-26/+38
* radeon/r200/r300: fix span code for depth reading.Dave Airlie2009-02-111-15/+13
* radeon: make compile again.Dave Airlie2009-02-041-114/+22
* r200: clear is working at least - not much elseDave Airlie2009-01-201-14/+11
* radeon/r200/r300: attempt to move lock to common codeDave Airlie2009-01-141-4/+2
* radeon/r200/r300: initial attempt to convert to common context codeDave Airlie2009-01-141-3/+6
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-181-1/+1
* dri: Fix write/read depth buffer issue under 16bpp mode. See bug #16646Xiang, Haihao2008-08-051-0/+4
* r300: Further reduced the radeon_span.c diff.Oliver McFadden2007-05-091-2/+49
* r300: Further reduced the diff between radeon_span.[ch].Oliver McFadden2007-05-091-0/+3
* r300: Indented both copies of radeon_span.[ch] in preparation for merging.Oliver McFadden2007-05-091-90/+73
* Further clean-up and simplification of the span-related functions.Brian Paul2005-09-041-27/+21
* replace GET_SRC_PTR, GET_DST_PTR with GET_PTRBrian Paul2005-09-041-7/+4
* use new InitStencil/DepthPointer functionsBrian Paul2005-09-031-21/+6
* Finish up some of the gl_renderbuffer work.Brian Paul2005-09-011-87/+54
* convert sis and radeon driver to use spantmp2 instead of spantmp template. Re...Roland Scheidegger2005-07-011-123/+12
* remove common macros used in the span functions of most drivers from the indi...Roland Scheidegger2005-07-011-31/+0
* Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul2005-05-041-2/+63
* (Stephane Marchesin, me) Add support for color (framebuffer) tiling to the ra...Roland Scheidegger2005-01-261-22/+34
* Implemented support for software-based AUX color buffers.Brian Paul2004-03-211-2/+2
* patch to import Jon Smirl's work from BitkeeperBrian Paul2003-08-221-0/+415