Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-09-15 | radeon: don't build non-r600 span code on r600 | Alex Deucher | |
2009-09-15 | r600: minor span cleanups | Alex Deucher | |
2009-09-14 | r600: add span support for 1D tiles | Alex Deucher | |
1D tile span support for depth/stencil/color/textures Z and stencil buffers are always tiled, so this fixes sw access to Z and stencil buffers. color and textures are currently linear, but this adds span support when we implement 1D tiling. This fixes the text in progs/demos/engine and progs/tests/z* | |||
2009-08-25 | radeon: Fix all compiler warnings. | Pauli Nieminen | |
2009-08-07 | radeon span: add r200 depth/stencil span read/writing | Dave Airlie | |
this should only really affect DRI2 since we mostly have a surface in DRI1. I don't think this is perfect yet, but it is a better start than nothing. | |||
2009-07-15 | radeon: update span reading micro tile code | Dave Airlie | |
tested on r500 with zreaddraw with Z buffer in all 3 modes | |||
2009-07-15 | radeon: r300 fix span reading for macro tiled buffers. | Dave Airlie | |
this uses the correct formula for macro tiled buffers for readback | |||
2009-07-15 | radeon: for tiling you really need to use GET/PUT VALUE not PTR. | Dave Airlie | |
since the surfaces aren't linear you can't just use GET_PTR | |||
2009-07-12 | radeon: Fix crash when rendering to incomplete texture and other formats | Nicolai Hähnle | |
It is possible to bind texture images of an incomplete mipmapped texture. Software fallbacks in this case incorrectly tried to mmap the entire texture. Additionally, add span functions for 1555 and 4444 formats. This fixes crashes in piglit's fbo-readpixels test; unfortunately, the test itself still fails - this needs to be investigated. Signed-off-by: Nicolai Hähnle <nhaehnle@gmail.com> | |||
2009-07-03 | radeon: Wait for BO idle if necessary before mapping it. | Michel Dänzer | |
Fixes fighting between GPU and software rendering with TTM. | |||
2009-04-06 | radeon: add support for new ttm | Jerome Glisse | |
2009-03-31 | radeon: fix pixel readback for RGB8 tests | Dave Airlie | |
2009-03-31 | radeon/r200: fix glean failures on readPixSanity since EXT_DEPTH_STENCIL support | Dave Airlie | |
2009-03-30 | radeon: fix readback problem for piglit tests | Dave Airlie | |
2009-03-24 | radeon/r200/r300: fix warnings | Dave Airlie | |
2009-03-23 | raedon/r200/r300: mega-FBO commits. | Dave Airlie | |
Re work depth issues. Do a lot more FBO abstactions fixup depth/stencil buffer interactions | |||
2009-03-21 | radeon: add xRGB span functions | Dave Airlie | |
same as ARGB need to add a parameter to get ptr32 | |||
2009-03-21 | radeon: fixup last missing x_off/y_off | Dave Airlie | |
2009-03-21 | radeon/fbo: add x_off and y_off in correct places | Dave Airlie | |
2009-03-21 | radeon: dPriv handling is now in cliprects code | Dave Airlie | |
2009-03-21 | radeon: fixup span code for FBOs | Dave Airlie | |
2009-03-21 | radeon: fix up span function setting | Dave Airlie | |
2009-02-12 | radeon/r200/r300: make build with out libdrm_radeon installed for now | Dave Airlie | |
2009-02-12 | radeon: renaming and headers cleanup | Dave Airlie | |
2009-02-11 | radeon/r200/r300: merge span code into single shared file | Dave Airlie | |
2009-02-11 | radeon/r200/r300: fix span code for depth reading. | Dave Airlie | |
makes the maskedClear test work | |||
2009-02-04 | radeon: make compile again. | Dave Airlie | |
Not tested but ripped out lots of stuff unneeded anymore time to test later | |||
2009-01-20 | r200: clear is working at least - not much else | Dave Airlie | |
2009-01-14 | radeon/r200/r300: attempt to move lock to common code | Dave Airlie | |
2009-01-14 | radeon/r200/r300: initial attempt to convert to common context code | Dave Airlie | |
2008-09-18 | mesa: added "main/" prefix to includes, remove some -I paths from ↵ | Brian Paul | |
Makefile.template | |||
2008-08-05 | dri: Fix write/read depth buffer issue under 16bpp mode. See bug #16646 | Xiang, Haihao | |
2007-05-09 | r300: Further reduced the radeon_span.c diff. | Oliver McFadden | |
2007-05-09 | r300: Further reduced the diff between radeon_span.[ch]. | Oliver McFadden | |
2007-05-09 | r300: Indented both copies of radeon_span.[ch] in preparation for merging. | Oliver McFadden | |
2005-09-04 | Further clean-up and simplification of the span-related functions. | Brian Paul | |
2005-09-04 | replace GET_SRC_PTR, GET_DST_PTR with GET_PTR | Brian Paul | |
2005-09-03 | use new InitStencil/DepthPointer functions | Brian Paul | |
2005-09-01 | Finish up some of the gl_renderbuffer work. | Brian Paul | |
Use driRenderbuffer's offset, pitch fields in the span routines. Remove the SetBuffer driver function. Consolidate the code for setting CTX_RB3D_COLOROFFSET and CTX_RB3D_COLORPITCH state in new radeonUpdateDrawBuffer() function. | |||
2005-07-01 | convert sis and radeon driver to use spantmp2 instead of spantmp template. ↵ | Roland Scheidegger | |
Remove old (pre-renderbuffer) span code instead of converting that too. Remove this old code from mach64 (the dead code was not fully converted to spantmp2 previously) too. | |||
2005-07-01 | remove common macros used in the span functions of most drivers from the ↵ | Roland Scheidegger | |
individual drivers and put them in common code. It is still possible for a driver to define its own macros if it has special needs. This affects CLIPPIXEL, CLIPSPAN, HW_CLIPLOOP, HW_ENDCLIPLOOP, and for drivers using the spantmp2 template also GET_SRC_PTR and GET_DST_PTR. | |||
2005-05-04 | Major check-in of changes for GL_EXT_framebuffer_object extension. | Brian Paul | |
Main driver impacts: - new code for creating the Mesa GLframebuffer - new span/pixel read/write code Some drivers not yet updated/tested. | |||
2005-01-26 | (Stephane Marchesin, me) Add support for color (framebuffer) tiling to the ↵ | Roland Scheidegger | |
radeon and r200 driver | |||
2004-03-21 | Implemented support for software-based AUX color buffers. | Brian Paul | |
Only available with Xlib driver for now. Assorted clean-ups related to Draw/ReadBuffer(). Renamed FRONT_LEFT_BIT -> DD_FRONT_LEFT_BIT, etc. | |||
2003-08-22 | patch to import Jon Smirl's work from Bitkeeper | Brian Paul | |