summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/radeon/radeon_span.c
Commit message (Expand)AuthorAgeFilesLines
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-1/+1
* swrast: Always use MapTextureImage for mapping textures for swrast.Eric Anholt2013-04-301-15/+3
* radeon&r200: Add support for ARB_sampler_objectsPauli Nieminen2012-08-011-1/+3
* radeon: fix Base/base typoBrian Paul2012-07-261-1/+1
* radeon: set swrast_renderbuffer::ColorType field when mapping renderbuffersBrian Paul2012-07-261-0/+2
* radeon: derive radeon_renderbuffer from swrast_renderbufferBrian Paul2012-01-241-4/+4
* mesa: remove gl_renderbuffer:RowStride fieldBrian Paul2012-01-241-2/+0
* radeon: remove obsolete GetRow/PutRow codeBrian Paul2012-01-241-155/+0
* mesa: use gl_renderbuffer::Map for all depth/stencil accessesBrian Paul2012-01-241-4/+6
* mesa/drivers: use new swrast renderbuffer functionsBrian Paul2011-12-081-4/+5
* radeon/r200: drop old span depth/stencil code.Dave Airlie2011-12-051-317/+0
* radeon: fix warningsDave Airlie2011-12-051-2/+2
* radeon: use mesa renderbuffer accessors for depth for now.Dave Airlie2011-12-051-4/+5
* radeon: texture/renderbuffer overhaul.Dave Airlie2011-12-051-100/+65
* radeon: fix some regressions in texturing code.Dave Airlie2011-11-031-6/+4
* radeon: Drop the clipping in spans, now that we always have (0,0) -> (w,h).Eric Anholt2011-10-281-54/+38
* radeon: Drop dri2 checks now that it's always true.Eric Anholt2011-10-281-16/+0
* radeon: Unifdef RADEON_R300 and RADEON_R600.Eric Anholt2011-10-281-504/+6
* r600c: add big endian support for r6xx/r7xxCédric Cano2011-04-191-27/+66
* radeon/r200: fix fbo-clearmipmap + gen-teximageDave Airlie2011-01-191-4/+4
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-4/+4
* r600: add span support for 2D tilingAlex Deucher2010-08-051-4/+188
* radeon: Add some debug output for fbo supportPauli Nieminen2010-02-091-0/+8
* radeon/r600: use new libdrm_radeon apiDave Airlie2009-12-211-2/+1
* radeon: fix frontbuffer read/drawpixelsDave Airlie2009-12-181-15/+25
* r300: fix reads and writes for MESA_FORMAT_S8Z24 bufferMaciej Cencora2009-11-171-2/+3
* r600: More span breakage fixes.Michel Dänzer2009-11-171-0/+12
* r600: Attempt to fix span breakage introduced by big endian fixes.Michel Dänzer2009-11-171-0/+8
* radeon: Depth/stencil span code fixes for big endian.Michel Dänzer2009-11-171-24/+24
* radeon: Fix software fallbacks with KMS on big endian.Michel Dänzer2009-11-171-0/+63
* r600: fix depth span macros for format changesAlex Deucher2009-10-221-4/+4
* radeon: fix some renderbuffer format bugsBrian Paul2009-10-221-3/+3
* radeon: get rid of z24s8 <-> s8z24 conversions in span codeBrian Paul2009-10-211-26/+8
* radeon: replace MESA_FORMAT_Z24_S8 with MESA_FORMAT_S8_Z24Brian Paul2009-10-211-2/+2
* mesa: remove a bunch of gl_renderbuffer fieldsBrian Paul2009-10-081-10/+10
* radeon: cleanup compile defines mess.Dave Airlie2009-09-161-31/+31
* radeon: don't build non-r600 span code on r600Alex Deucher2009-09-151-1/+5
* r600: minor span cleanupsAlex Deucher2009-09-151-4/+3
* r600: add span support for 1D tilesAlex Deucher2009-09-141-0/+220
* radeon: Fix all compiler warnings.Pauli Nieminen2009-08-251-0/+2
* 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