summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/radeon/radeon_span.c
AgeCommit message (Expand)AuthorFilesLines
2013-04-30swrast: Always use MapTextureImage for mapping textures for swrast.Eric Anholt1-15/+3
2012-08-01radeon&r200: Add support for ARB_sampler_objectsPauli Nieminen1-1/+3
2012-07-26radeon: fix Base/base typoBrian Paul1-1/+1
2012-07-26radeon: set swrast_renderbuffer::ColorType field when mapping renderbuffersBrian Paul1-0/+2
2012-01-24radeon: derive radeon_renderbuffer from swrast_renderbufferBrian Paul1-4/+4
2012-01-24mesa: remove gl_renderbuffer:RowStride fieldBrian Paul1-2/+0
2012-01-24radeon: remove obsolete GetRow/PutRow codeBrian Paul1-155/+0
2012-01-24mesa: use gl_renderbuffer::Map for all depth/stencil accessesBrian Paul1-4/+6
2011-12-08mesa/drivers: use new swrast renderbuffer functionsBrian Paul1-4/+5
2011-12-05radeon/r200: drop old span depth/stencil code.Dave Airlie1-317/+0
2011-12-05radeon: fix warningsDave Airlie1-2/+2
2011-12-05radeon: use mesa renderbuffer accessors for depth for now.Dave Airlie1-4/+5
2011-12-05radeon: texture/renderbuffer overhaul.Dave Airlie1-100/+65
2011-11-03radeon: fix some regressions in texturing code.Dave Airlie1-6/+4
2011-10-28radeon: Drop the clipping in spans, now that we always have (0,0) -> (w,h).Eric Anholt1-54/+38
2011-10-28radeon: Drop dri2 checks now that it's always true.Eric Anholt1-16/+0
2011-10-28radeon: Unifdef RADEON_R300 and RADEON_R600.Eric Anholt1-504/+6
2011-04-19r600c: add big endian support for r6xx/r7xxCédric Cano1-27/+66
2011-01-19radeon/r200: fix fbo-clearmipmap + gen-teximageDave Airlie1-4/+4
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-4/+4
2010-08-05r600: add span support for 2D tilingAlex Deucher1-4/+188
2010-02-09radeon: Add some debug output for fbo supportPauli Nieminen1-0/+8
2009-12-21radeon/r600: use new libdrm_radeon apiDave Airlie1-2/+1
2009-12-18radeon: fix frontbuffer read/drawpixelsDave Airlie1-15/+25
2009-11-17r300: fix reads and writes for MESA_FORMAT_S8Z24 bufferMaciej Cencora1-2/+3
2009-11-17r600: More span breakage fixes.Michel Dänzer1-0/+12
2009-11-17r600: Attempt to fix span breakage introduced by big endian fixes.Michel Dänzer1-0/+8
2009-11-17radeon: Depth/stencil span code fixes for big endian.Michel Dänzer1-24/+24
2009-11-17radeon: Fix software fallbacks with KMS on big endian.Michel Dänzer1-0/+63
2009-10-22r600: fix depth span macros for format changesAlex Deucher1-4/+4
2009-10-22radeon: fix some renderbuffer format bugsBrian Paul1-3/+3
2009-10-21radeon: get rid of z24s8 <-> s8z24 conversions in span codeBrian Paul1-26/+8
2009-10-21radeon: replace MESA_FORMAT_Z24_S8 with MESA_FORMAT_S8_Z24Brian Paul1-2/+2
2009-10-08mesa: remove a bunch of gl_renderbuffer fieldsBrian Paul1-10/+10
2009-09-16radeon: cleanup compile defines mess.Dave Airlie1-31/+31
2009-09-15radeon: don't build non-r600 span code on r600Alex Deucher1-1/+5
2009-09-15r600: minor span cleanupsAlex Deucher1-4/+3
2009-09-14r600: add span support for 1D tilesAlex Deucher1-0/+220
2009-08-25radeon: Fix all compiler warnings.Pauli Nieminen1-0/+2
2009-08-07radeon span: add r200 depth/stencil span read/writingDave Airlie1-13/+111
2009-07-15radeon: update span reading micro tile codeDave Airlie1-103/+67
2009-07-15radeon: r300 fix span reading for macro tiled buffers.Dave Airlie1-6/+7
2009-07-15radeon: for tiling you really need to use GET/PUT VALUE not PTR.Dave Airlie1-1/+5
2009-07-12radeon: Fix crash when rendering to incomplete texture and other formatsNicolai Hähnle1-11/+40
2009-07-03radeon: Wait for BO idle if necessary before mapping it.Michel Dänzer1-0/+2
2009-04-06radeon: add support for new ttmJerome Glisse1-5/+7
2009-03-31radeon: fix pixel readback for RGB8 testsDave Airlie1-1/+5
2009-03-31radeon/r200: fix glean failures on readPixSanity since EXT_DEPTH_STENCIL supportDave Airlie1-5/+58
2009-03-30radeon: fix readback problem for piglit testsDave Airlie1-7/+10
2009-03-24radeon/r200/r300: fix warningsDave Airlie1-2/+1