i965/gen6+: Add support for edge flags.
[mesa.git] / src / mesa / drivers / dri / radeon /
2012-08-07 Eric Anholtmesa: Replace VersionMajor/VersionMinor with a Version...
2012-08-07 Chad Versacedri: Simplify use of driConcatConfigs
2012-08-01 Pauli Nieminenradeon&r200: Add support for ARB_sampler_objects
2012-08-01 Pauli Nieminenradeon: Fix printf format not to warn in 64bit
2012-08-01 Roland Scheideggerradeon/r200: get rid of some unneeded cliprect/scissor...
2012-08-01 Roland Scheideggerradeon/r200: fix bogus clears
2012-08-01 Roland Scheideggerradeon/r200: fix bogus assert/scissor wrt width/height...
2012-07-27 Brian Paulradeon: fix 'sowftware' typo
2012-07-26 Brian Paulradeon: fix Base/base typo
2012-07-26 Brian Paulradeon: set swrast_renderbuffer::ColorType field when...
2012-06-27 Brian Paulmesa: rename ColorMaterialBitmask to _ColorMaterialBitmask
2012-06-21 Eric Anholtmake: Fold ASM_CFLAGS into DEFINES.
2012-06-06 Brian Paulmesa: consolidate internal glCopyTexSubImage1/2/3D...
2012-06-06 Brian Paulmesa: consolidate internal glTexImage1/2/3D code
2012-05-11 Marek OlšákMerge branch 'gallium-userbuf'
2012-05-01 Brian Paulradeon: use _mesa_is_winsys/user_fbo() helpers
2012-03-20 Kenneth GraunkeAdd Makefile.in to toplevel .gitignore
2012-03-20 Paul BerryAdd .deps/, .libs/, and *.la to toplevel .gitignore
2012-03-12 Brian Paulradeon: remove use of DD_FLATSHADE
2012-03-12 Brian Paulradeon/r200: remove ClearColor driver functions
2012-03-12 Brian Paulradeon/r200: remove ClearDepth() and ClearStencil(...
2012-03-12 Brian Paulradeon/r200: remove hyperz/fast clear testing code
2012-02-29 Mathias Fröhlichmesa: Push the shine table into the tnl module.
2012-02-22 Jesse Barnesgbm: track buffer format through DRI drivers
2012-02-10 Alex Deucherradeon: build fix after 9d9111108eadd65708899284b1cfa9c...
2012-01-30 Matt TurnerRename R300_NO_TCL envvar to RADEON_NO_TCL
2012-01-29 Matt Turnerdri: don't link with DRICORE_LIB_DEPS
2012-01-27 Eric Anholtradeon: Fix missing dri common symbols after automake...
2012-01-24 Brian Paulradeon: derive radeon_renderbuffer from swrast_renderbuffer
2012-01-24 Brian Paulmesa: remove gl_renderbuffer::DataType
2012-01-24 Brian Paulmesa: remove gl_renderbuffer:RowStride field
2012-01-24 Brian Paulradeon: remove obsolete GetRow/PutRow code
2012-01-24 Brian Paulmesa: use gl_renderbuffer::Map for all depth/stencil...
2012-01-24 Brian Paulswrast: s/Data/Map/ in swrast_texture_image
2012-01-20 Matt Turnerautomake: src/mesa/drivers/dri/radeon
2012-01-19 Ian Romanickmesa: Set default access flags based on the run-time API
2012-01-18 Kristian Høgsberggbm: Validate usage flags in gbm_bo_create_from_egl_image()
2012-01-17 Alex Deucherradeon: share common fog code between radeon and r200
2012-01-17 Alex Deucherradeon: fix fog coordinate emit
2012-01-07 Brian Paulmesa: rework ctx->Driver.CopyTexSubImage() parameters
2012-01-04 Brian Paulmesa: remove unused _mesa_init_teximage_fields() target...
2012-01-02 Ian Romanickdri2: Add plumbing to get context version requirements...
2012-01-02 Brian Paulradeon: move declarations before code
2012-01-02 Brian Paulradeon: add casts to silence warnings
2012-01-02 Brian Paulradeon: remove unused tex image function prototypes
2011-12-30 Brian Paulmesa: simplify Driver.TexImage() parameters
2011-12-28 Mathias Fröhlichradeon: Convert to use GLbitfield64 directly.
2011-12-13 Brian Paulradeon: stop using _DepthBuffer, _StencilBuffer fields
2011-12-08 Brian Paulmesa/drivers: use new swrast renderbuffer functions
2011-12-06 Dave Airlieradeon: add original r100 to the always tiled depth...
2011-12-06 Dave Airlieradeon/r200: add RV200 detiling + add an always tiled...
2011-12-06 Dave Airlier200: add Z16 depth detiling.
2011-12-06 Dave Airlier200: handle Z24 depth buffers correctly
2011-12-05 Dave Airlieradeon/r200: drop old span depth/stencil code.
2011-12-05 Dave Airlieradeon/r200: add draw/stencil buffer detiling
2011-12-05 Dave Airlieradeon: fix warnings
2011-12-05 Dave Airlieradeon: use mesa renderbuffer accessors for depth for...
2011-12-05 Dave Airlieradeon: add some tiling support for r100.
2011-12-05 Dave Airlieradeon: texture/renderbuffer overhaul.
2011-12-05 Dave Airlieradeon: set texture bits to always emit.
2011-12-05 Dave Airlieradeon: update flush according to glXMakeCurrent man...
2011-12-05 Dave Airlieradeon: drop border check
2011-12-05 Dave Airlieradeon: add a bit more debugging to the blit debug...
2011-11-15 Brian Paulradeon: use _mesa_readpixels() instead of _swrast_ReadP...
2011-11-14 Fabio Pedrettiradeon: further cleanup of shared code
2011-11-14 Alex Deucherradeon: add some missing FireMV pci ids
2011-11-11 Dave Airlieradeon: fix build.
2011-11-11 Dave Airlieradeon: drop unused constant_cliprect field
2011-11-11 Dave Airlieradeon: disable texobj state for 3d texture
2011-11-11 Dave Airlieradeon: use meta bitmap
2011-11-11 Dave Airlieradeon: fix bug with wrong stride being used for rectan...
2011-11-10 Brian Paulradeon: silence unused var warnings
2011-11-10 Dave Airlieradeon: fix tex1d-border2d
2011-11-10 Dave Airlieradeon: fix 3-coordinate swtcl emission
2011-11-07 Fabio Pedrettiradeon: cleanup radeon shared code after r300 and r600...
2011-11-04 George Sapountzisdri: move __driUtilMessage to xmlconfig.c
2011-11-04 George Sapountzisdri: unify __DRIscreenRec
2011-11-04 George Sapountzisdri: unify __DriverAPIRec
2011-11-04 Dave Airlieradeon/r200: strip texture borders.
2011-11-04 Dave Airlieradeon/r200: fix r100/r200 blit to use the offsets.
2011-11-04 Dave Airlieradeon: drop mtface/mtlevel, use ones in base class.
2011-11-04 Eric Anholtradeon: Remove early dereference of src/dst width in...
2011-11-04 Vinson Leeradeon: Fix variable initialization typo.
2011-11-03 Eric Anholtradeon: Check an error return instead of assigning...
2011-11-03 Dave Airlieradeon: fix some regressions in texturing code.
2011-11-02 Kristian Høgsbergdri: Remove unused dri texmem.c
2011-11-02 Kristian Høgsbergdri: Move _dri_texformat_* to radeon_texture.c
2011-11-02 Kristian Høgsbergdri: Drop unused dri renderbuffer helper functions
2011-11-02 Kristian Høgsbergdri: Remove dri2.enabled flag
2011-11-02 Kristian Høgsbergdri: Remove DRI1 fields from DRI structs
2011-11-02 Kristian Høgsbergdri: Remove remaining DRI1 vblank code
2011-11-02 Kristian Høgsbergdri: Remove cliprect information from __DRIdrawable
2011-11-02 Kristian Høgsbergdri: Remove driMediaStreamCounterExtension
2011-11-02 Kristian Høgsbergdri: Remove driSwapControlExtension
2011-11-02 Kristian Høgsbergdri: Drop driCopySubBufferExtension
2011-11-02 Kristian Høgsbergdri: Drop driReadDrawableExtension
2011-11-02 Kristian Høgsbergdri: Drop driLegacyExtension
2011-11-02 Jeremy HuddlestonBuild fix for -Werror=int-to-pointer-cast -Werror=point...
2011-11-01 Eric Anholtradeon: Add implementation of MapRenderbuffer.
2011-10-30 Dave Airlieradeon/r200: drop remains of r300/r600 support along...
next