summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/radeon/radeon_span.c
AgeCommit message (Expand)Author
2009-08-25radeon: Fix all compiler warnings.Pauli Nieminen
2009-08-07radeon span: add r200 depth/stencil span read/writingDave Airlie
2009-07-15radeon: update span reading micro tile codeDave Airlie
2009-07-15radeon: r300 fix span reading for macro tiled buffers.Dave Airlie
2009-07-15radeon: for tiling you really need to use GET/PUT VALUE not PTR.Dave Airlie
2009-07-12radeon: Fix crash when rendering to incomplete texture and other formatsNicolai Hähnle
2009-07-03radeon: Wait for BO idle if necessary before mapping it.Michel Dänzer
2009-04-06radeon: add support for new ttmJerome Glisse
2009-03-31radeon: fix pixel readback for RGB8 testsDave Airlie
2009-03-31radeon/r200: fix glean failures on readPixSanity since EXT_DEPTH_STENCIL supportDave Airlie
2009-03-30radeon: fix readback problem for piglit testsDave Airlie
2009-03-24radeon/r200/r300: fix warningsDave Airlie
2009-03-23raedon/r200/r300: mega-FBO commits.Dave Airlie
2009-03-21radeon: add xRGB span functionsDave Airlie
2009-03-21radeon: fixup last missing x_off/y_offDave Airlie
2009-03-21radeon/fbo: add x_off and y_off in correct placesDave Airlie
2009-03-21radeon: dPriv handling is now in cliprects codeDave Airlie
2009-03-21radeon: fixup span code for FBOsDave Airlie
2009-03-21radeon: fix up span function settingDave Airlie
2009-02-12radeon/r200/r300: make build with out libdrm_radeon installed for nowDave Airlie
2009-02-12radeon: renaming and headers cleanupDave Airlie
2009-02-11radeon/r200/r300: merge span code into single shared fileDave Airlie
2009-02-11radeon/r200/r300: fix span code for depth reading.Dave Airlie
2009-02-04radeon: make compile again.Dave Airlie
2009-01-20r200: clear is working at least - not much elseDave Airlie
2009-01-14radeon/r200/r300: attempt to move lock to common codeDave Airlie
2009-01-14radeon/r200/r300: initial attempt to convert to common context codeDave Airlie
2008-09-18mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul
2008-08-05dri: Fix write/read depth buffer issue under 16bpp mode. See bug #16646Xiang, Haihao
2007-05-09r300: Further reduced the radeon_span.c diff.Oliver McFadden
2007-05-09r300: Further reduced the diff between radeon_span.[ch].Oliver McFadden
2007-05-09r300: Indented both copies of radeon_span.[ch] in preparation for merging.Oliver McFadden
2005-09-04Further clean-up and simplification of the span-related functions.Brian Paul
2005-09-04replace GET_SRC_PTR, GET_DST_PTR with GET_PTRBrian Paul
2005-09-03use new InitStencil/DepthPointer functionsBrian Paul
2005-09-01Finish up some of the gl_renderbuffer work.Brian Paul
2005-07-01convert sis and radeon driver to use spantmp2 instead of spantmp template. Re...Roland Scheidegger
2005-07-01remove common macros used in the span functions of most drivers from the indi...Roland Scheidegger
2005-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul
2005-01-26(Stephane Marchesin, me) Add support for color (framebuffer) tiling to the ra...Roland Scheidegger
2004-03-21Implemented support for software-based AUX color buffers.Brian Paul
2003-08-22patch to import Jon Smirl's work from BitkeeperBrian Paul