summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/common
AgeCommit message (Expand)Author
2005-07-29Commit Ian's fixes from Bug 3877Jon Smirl
2005-07-28Use the routines supplied in the __DRIinterfaceMethods structure to create aIan Romanick
2005-07-28Major rip-up of internal function insertion interface. The oldIan Romanick
2005-07-26Fixes the glXGetProcAddress portion of the interface. Most of the functionsIan Romanick
2005-07-24All elements of pre-DRI_NEW_INTERFACE_ONLY are removed. This allowsIan Romanick
2005-07-01remove common macros used in the span functions of most drivers from the indi...Roland Scheidegger
2005-06-30Replace add_newer_entrypoints (src/mesa/main/context.c) withIan Romanick
2005-06-04added commentBrian Paul
2005-06-02oops, undo previous changeBrian Paul
2005-06-02start removing old (pre-renderbuffer) span codeBrian Paul
2005-05-19remove the XFree86 ID lineBrian Paul
2005-05-12Add check for mask == NULL to the one routine missing it.Keith Whitwell
2005-05-05fix for renderbuffer (Andreas Stenglein)Brian Paul
2005-05-05Fix up origin in dri/fb driverJon Smirl
2005-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul
2005-04-25Minor changes to make linux-solo build againJon Smirl
2005-04-22Added a French translation of option descriptions by Stephane Marchesin.Felix Kuehling
2005-04-13Revert revision 1.13. This allows server-side libGLcore (in X.org) to buildIan Romanick
2005-04-12Added a Spanish translation by David Rubio Miguélezand a DutchFelix Kuehling
2005-04-12Changed escaping of double quotes.Felix Kuehling
2005-04-11Manage option translations in separate .po files to make translationsFelix Kuehling
2005-03-22Calculate haveAccumBuffer, haveDepthBuffer and haveStencilBuffer inKeith Whitwell
2005-03-15add support for user-configurable brilinear filtering on r200Roland Scheidegger
2005-03-05Fixing memset on ia64 & other archsDave Airlie
2005-02-26Add a dri config option to enable the max texture level hackDave Airlie
2005-02-17fix some 0->NULLsDave Airlie
2005-02-14mesa-fix-one-bit-signed-bitfield.patch from Jeff MuizelaarKeith Whitwell
2005-02-14fix some signed vs unsigned warningsDave Airlie
2005-02-12MMIO endianness fixes for Radeon drivers.Michel Dänzer
2005-02-05Fixed a typo in an assertion. (Don't understand how this ever compiled.)Felix Kuehling
2005-02-04Added an option texture_heaps that allows selecting which texture heapsFelix Kuehling
2005-02-03Use all texture heaps in a fair way when textures need to be kicked inFelix Kuehling
2005-02-02Don't try to kick textures from a NULL tex heap.Felix Kuehling
2005-01-31Bug #2428: #ifdef GLX_DIRECT_RENDERING in DRI drivers is pointless.Adam Jackson
2005-01-26new version check to allow to test for a range of ddx major versions, instead...Roland Scheidegger
2005-01-15Use HW_READ_LOCK and HW_READ_UNLOCK in assembler-optimized span readFelix Kuehling
2005-01-12Simplify usage of drmHash functions and fix bug inKeith Whitwell
2005-01-03Added a boolean option for a floating-point depth buffer.Felix Kuehling
2004-12-14uint*t -> u_int*t changesAlan Hourihane
2004-12-08(Stephane Marchesin, me) add hyperz support to radeon and r200 drivers. Only ...Roland Scheidegger
2004-12-08Use union type to avoid strict aliasing problems.Alan Hourihane
2004-12-08Check for some header defines before redefining functions. Silences warnings.Alan Hourihane
2004-12-02Fix some warningsAlan Hourihane
2004-11-02Added MMX optimized version of the RGB565 ReadRGBASpan routine.Ian Romanick
2004-11-01Nicolai's sw-clipspan-fixes.patchKeith Whitwell
2004-10-27Bug #1713: Some rare libGL's have __glXFindDRIScreen defined but do notAdam Jackson
2004-10-26As per suggestions my Michel Daenzer, improve the fix for bugzilla #1513.Ian Romanick
2004-10-18Small optimization for big-endian (e.g., PowerPC) systems.Ian Romanick
2004-10-16Only build the MMX/SSE/SSE2 versions for ReadRGBASpan when the pixel formatIan Romanick
2004-10-15Fixed a few places that should have been using GET_SRC_PTR.Ian Romanick