summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/unichrome
Commit message (Expand)AuthorAgeFilesLines
* replace __inline and __inline__ with INLINE macroBrian Paul2008-06-213-6/+6
* Fix segfault on exit in unichrome driver (bug 16150)Luc Verhaegen2008-05-291-27/+29
* Make utils.h self-contained.George Sapountzis2008-05-201-1/+1
* swrast/dri: switch over users of generate_mipmap to new interfaceDave Airlie2008-05-091-3/+1
* DRI interface changes and DRI2 direct rendering support.Kristian Høgsberg2008-03-311-51/+29
* Use __DRIextension mechanism providing loader functionality to the driver.Kristian Høgsberg2008-02-293-7/+11
* Remove GetMSC DriverAPI function.Kristian Høgsberg2008-02-251-1/+0
* Replace gl_framebuffer's _ColorDrawBufferMask with _ColorDrawBufferIndexesBrian2008-01-062-6/+11
* __driConfigOptions must be PUBLIC.Adam Jackson2007-12-241-1/+1
* fix GL_LINE_LOOP with drivers using own render pipeline stage (#12410, #13527)Roland Scheidegger2007-12-221-1/+1
* code clean-ups, reformattingBenno Schulenberg2007-11-091-11/+8
* fix Unichrome/Blender crash, bug 13142Benno Schulenberg2007-11-081-2/+4
* More vblank cleanups.Michel Dänzer2007-10-302-11/+10
* Refactor and fix core vblank supportJesse Barnes2007-10-295-15/+13
* 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://keithw@git.freedesktop.org/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