aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/radeon
Commit message (Expand)AuthorAgeFilesLines
...
* radeon: set swrast_renderbuffer::ColorType field when mapping renderbuffersBrian Paul2012-07-261-0/+2
* mesa: rename ColorMaterialBitmask to _ColorMaterialBitmaskBrian Paul2012-06-271-4/+4
* make: Fold ASM_CFLAGS into DEFINES.Eric Anholt2012-06-211-1/+0
* mesa: consolidate internal glCopyTexSubImage1/2/3D codeBrian Paul2012-06-063-16/+16
* mesa: consolidate internal glTexImage1/2/3D codeBrian Paul2012-06-061-34/+7
* radeon: use _mesa_is_winsys/user_fbo() helpersBrian Paul2012-05-013-8/+11
* Add Makefile.in to toplevel .gitignoreKenneth Graunke2012-03-201-1/+0
* Add .deps/, .libs/, and *.la to toplevel .gitignorePaul Berry2012-03-201-3/+0
* radeon: remove use of DD_FLATSHADEBrian Paul2012-03-121-1/+1
* radeon/r200: remove ClearColor driver functionsBrian Paul2012-03-123-21/+0
* radeon/r200: remove ClearDepth() and ClearStencil() driver hooksBrian Paul2012-03-123-46/+0
* radeon/r200: remove hyperz/fast clear testing codeBrian Paul2012-03-121-10/+0
* mesa: Push the shine table into the tnl module.Mathias Fröhlich2012-02-291-2/+2
* gbm: track buffer format through DRI driversJesse Barnes2012-02-222-0/+3
* radeon: build fix after 9d9111108eadd65708899284b1cfa9ca425f3ac8Alex Deucher2012-02-101-1/+1
* 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