summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/radeon
Commit message (Expand)AuthorAgeFilesLines
* Rename R300_NO_TCL envvar to RADEON_NO_TCLMatt Turner2012-01-301-1/+1
* dri: don't link with DRICORE_LIB_DEPSMatt Turner2012-01-281-1/+0
* radeon: Fix missing dri common symbols after automake conversion.Eric Anholt2012-01-261-1/+2
* radeon: derive radeon_renderbuffer from swrast_renderbufferBrian Paul2012-01-2411-58/+66
* mesa: remove gl_renderbuffer::DataTypeBrian Paul2012-01-242-81/+1
* mesa: remove gl_renderbuffer:RowStride fieldBrian Paul2012-01-241-2/+0
* radeon: remove obsolete GetRow/PutRow codeBrian Paul2012-01-242-167/+0
* mesa: use gl_renderbuffer::Map for all depth/stencil accessesBrian Paul2012-01-241-4/+6
* swrast: s/Data/Map/ in swrast_texture_imageBrian Paul2012-01-242-10/+10
* automake: src/mesa/drivers/dri/radeonMatt Turner2012-01-204-54/+99
* mesa: Set default access flags based on the run-time APIIan Romanick2012-01-191-1/+1
* gbm: Validate usage flags in gbm_bo_create_from_egl_image()Kristian Høgsberg2012-01-181-1/+1
* radeon: share common fog code between radeon and r200Alex Deucher2012-01-1710-134/+216
* radeon: fix fog coordinate emitAlex Deucher2012-01-171-1/+1
* mesa: rework ctx->Driver.CopyTexSubImage() parametersBrian Paul2012-01-072-27/+28
* mesa: remove unused _mesa_init_teximage_fields() target parameterBrian Paul2012-01-041-1/+1
* dri2: Add plumbing to get context version requirements and flags to driversIan Romanick2012-01-022-1/+29
* radeon: move declarations before codeBrian Paul2012-01-022-4/+6
* radeon: add casts to silence warningsBrian Paul2012-01-021-2/+2
* radeon: remove unused tex image function prototypesBrian Paul2012-01-021-40/+0
* mesa: simplify Driver.TexImage() parametersBrian Paul2011-12-302-48/+25
* radeon: Convert to use GLbitfield64 directly.Mathias Fröhlich2011-12-282-20/+20
* radeon: stop using _DepthBuffer, _StencilBuffer fieldsBrian Paul2011-12-132-9/+8
* mesa/drivers: use new swrast renderbuffer functionsBrian Paul2011-12-082-5/+7
* radeon: add original r100 to the always tiled depth list.Dave Airlie2011-12-061-1/+1
* radeon/r200: add RV200 detiling + add an always tiled flagDave Airlie2011-12-063-37/+72
* r200: add Z16 depth detiling.Dave Airlie2011-12-061-0/+105
* r200: handle Z24 depth buffers correctlyDave Airlie2011-12-061-2/+2
* radeon/r200: drop old span depth/stencil code.Dave Airlie2011-12-051-317/+0
* radeon/r200: add draw/stencil buffer detilingDave Airlie2011-12-052-0/+111
* radeon: fix warningsDave Airlie2011-12-051-2/+2
* radeon: use mesa renderbuffer accessors for depth for now.Dave Airlie2011-12-051-4/+5
* radeon: add some tiling support for r100.Dave Airlie2011-12-052-0/+13
* radeon: texture/renderbuffer overhaul.Dave Airlie2011-12-0511-590/+376
* radeon: set texture bits to always emit.Dave Airlie2011-12-051-3/+3
* radeon: update flush according to glXMakeCurrent man pageDave Airlie2011-12-051-2/+15
* radeon: drop border checkDave Airlie2011-12-051-5/+0
* radeon: add a bit more debugging to the blit debug code.Dave Airlie2011-12-051-4/+4
* radeon: use _mesa_readpixels() instead of _swrast_ReadPixels()Brian Paul2011-11-151-7/+5
* radeon: further cleanup of shared codeFabio Pedretti2011-11-143-23/+6
* radeon: add some missing FireMV pci idsAlex Deucher2011-11-141-0/+1
* radeon: fix build.Dave Airlie2011-11-111-1/+1
* radeon: drop unused constant_cliprect fieldDave Airlie2011-11-112-2/+0
* radeon: disable texobj state for 3d textureDave Airlie2011-11-111-0/+1
* radeon: use meta bitmapDave Airlie2011-11-111-0/+1
* radeon: fix bug with wrong stride being used for rectangluar textures.Dave Airlie2011-11-114-6/+6
* radeon: silence unused var warningsBrian Paul2011-11-101-3/+3
* radeon: fix tex1d-border2dDave Airlie2011-11-101-31/+33
* radeon: fix 3-coordinate swtcl emissionDave Airlie2011-11-101-0/+8
* radeon: cleanup radeon shared code after r300 and r600 classic drivers removalFabio Pedretti2011-11-079-956/+39