aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/unichrome
Commit message (Expand)AuthorAgeFilesLines
* Add a DRI_ReadDrawable marker extension to signal read drawable capability.Kristian Høgsberg2007-10-112-6/+2
* Move media stream counter entry points to new extension.Kristian Høgsberg2007-10-112-7/+7
* Move GLX_MESA_swap_frame_usage DRI entry points to the new mechanism.Kristian Høgsberg2007-10-112-2/+2
* Move swap_interval to new extension mechanism.Kristian Høgsberg2007-10-102-2/+7
* Pull createNewScreen entry point into dri_util.c.Kristian Høgsberg2007-10-101-48/+28
* Remove screenConfigs from __DRIscreen.Kristian Høgsberg2007-10-101-6/+5
* Drop __DRInativeDisplay and pass in __DRIscreen pointers instead.Kristian Høgsberg2007-10-103-16/+11
* fix potential NULL dereference (bug 11879)Brian2007-08-071-4/+5
* screen offset changes, bug 9965Miguel Marte2007-03-185-46/+36
* enable ARB_vertex_buffer_object for more dri driversRoland Scheidegger2007-03-131-0/+2
* Fix/improve framebuffer object reference counting.Brian2007-03-061-1/+1
* Add support for CN700 chipset in miniglxJakob Bornecrantz2007-02-062-0/+2
* Merge branch 'master' of git+ssh://[email protected]/git/mesa/mesa i...Keith Whitwell2007-01-166-85/+153
|\
| * Implement GLX_SGI_make_current_readIan Romanick2006-11-106-85/+153
| * Remove x/y/width/height parameters from Clear functions.Brian Paul2006-11-011-3/+4
* | merge current trunk into vbo branchAlan Hourihane2006-11-021-3/+4
* | switch remaining drivers over to vboKeith Whitwell2006-10-312-5/+5
|/
* Want to stop passing x/y/width/height to Clear() function.Brian Paul2006-10-181-2/+9
* allow >10 mipmap levels (patch by Benno Schulenberg) (bug 3130)Brian Paul2006-10-153-19/+20
* Remove a bunch of "ctx->Driver.function = _swrast_Function" lines sinceBrian Paul2006-10-151-14/+1
* Remove Driver.ResizeBuffers = _mesa_resize_framebuffer lines.Brian Paul2006-10-151-1/+0
* increate MaxTextureLevels to 11 (bug 3130)Brian Paul2006-10-152-2/+9
* Revamp color table code.Brian Paul2006-10-131-4/+4
* Move mipmap generation functions, texture scaling functions into newBrian Paul2006-09-291-0/+1
* Make driDrawableInitVBlank() initialize the sequence number.Michel Dänzer2006-09-281-1/+2
* Revert the SiS and Unichrome DRM version check changes.Thomas Hellström2006-07-111-22/+1
* The SiS and Unichrome drivers assume that the handle to theThomas Hellström2006-07-102-10/+26
* only assert front/back pitch if double-buffered (bug 7663)Brian Paul2006-06-291-1/+3
* In gl_texture_image, replace ImageStride with an ImageOffsets array.Brian Paul2006-05-201-2/+3
* Fix a number of texture compression issues.Brian Paul2006-05-081-1/+9
* updates to dri drivers for recent stencil changesKeith Whitwell2006-05-081-1/+1
* More GLSL code:Michal Krol2006-04-111-11/+16
* make solo build completeDave Airlie2006-03-231-1/+0
* fix broken assertions so dri drivers compile with -DDEBUG (replace GL_STENCIL...Roland Scheidegger2006-01-301-1/+1
* Fixes for x86_64 Unichrome.Thomas Hellström2005-11-165-19/+26
* Bring in last minute 6_4 branch changes to the unichrome driverThomas Hellström2005-11-1611-256/+95
* In gl_texture_image replace IntFormat with InternalFormat and Format withBrian Paul2005-10-051-2/+3
* Instead of calling _mesa_ResizeBuffersMESA() in the Viewport function,Brian Paul2005-09-142-3/+2
* try to fix renderbuffer breakage, primarily in calculate_buffer_parameters()Brian Paul2005-09-071-11/+27
* added viaRenderbufferStorage() functionBrian Paul2005-09-061-2/+13
* Add new void *addr and __DRIdrawablePrivate parameters toBrian Paul2005-09-041-12/+24
* replace GET_SRC_PTR, GET_DST_PTR with GET_PTRBrian Paul2005-09-041-4/+2
* SetBuffer, renderbuffer changesBrian Paul2005-09-039-177/+171
* reverse a bogus patchAlan Hourihane2005-08-311-2/+1
* drmUnmap correct sizeAlan Hourihane2005-08-301-1/+1
* move via_dri.h to serverAlan Hourihane2005-08-302-3/+0
* define Bool for solo buildsAlan Hourihane2005-08-302-15/+5
* Fixes from https://bugs.freedesktop.org/attachment.cgi?id=3077Alan Hourihane2005-08-302-3/+4
* remove drmAddressAlan Hourihane2005-08-291-1/+0
* Add Egberts fixes for 64bit architecturesAlan Hourihane2005-08-151-0/+4