aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/unichrome/via_context.c
Commit message (Expand)AuthorAgeFilesLines
* Make GL_ARB_draw_buffers mandatoryIan Romanick2009-01-281-0/+2
* Make GL_ARB_vertex_buffer_object mandatoryIan Romanick2009-01-281-2/+0
* Make GL_ARB_multisample mandatoryIan Romanick2009-01-281-2/+0
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-181-9/+9
* replace __inline and __inline__ with INLINE macroBrian Paul2008-06-211-1/+1
* Fix segfault on exit in unichrome driver (bug 16150)Luc Verhaegen2008-05-291-27/+29
* Use __DRIextension mechanism providing loader functionality to the driver.Kristian Høgsberg2008-02-291-1/+1
* Replace gl_framebuffer's _ColorDrawBufferMask with _ColorDrawBufferIndexesBrian2008-01-061-3/+3
* More vblank cleanups.Michel Dänzer2007-10-301-9/+9
* Refactor and fix core vblank supportJesse Barnes2007-10-291-3/+3
* Drop __DRInativeDisplay and pass in __DRIscreen pointers instead.Kristian Høgsberg2007-10-101-3/+0
* fix potential NULL dereference (bug 11879)Brian2007-08-071-4/+5
* screen offset changes, bug 9965Miguel Marte2007-03-181-12/+19
* enable ARB_vertex_buffer_object for more dri driversRoland Scheidegger2007-03-131-0/+2
* Merge branch 'master' of git+ssh://[email protected]/git/mesa/mesa i...Keith Whitwell2007-01-161-50/+96
|\
| * Implement GLX_SGI_make_current_readIan Romanick2006-11-101-50/+96
* | switch remaining drivers over to vboKeith Whitwell2006-10-311-3/+3
|/
* allow >10 mipmap levels (patch by Benno Schulenberg) (bug 3130)Brian Paul2006-10-151-11/+11
* Remove Driver.ResizeBuffers = _mesa_resize_framebuffer lines.Brian Paul2006-10-151-1/+0
* increate MaxTextureLevels to 11 (bug 3130)Brian Paul2006-10-151-2/+2
* Make driDrawableInitVBlank() initialize the sequence number.Michel Dänzer2006-09-281-1/+2
* The SiS and Unichrome drivers assume that the handle to theThomas Hellström2006-07-101-1/+1
* only assert front/back pitch if double-buffered (bug 7663)Brian Paul2006-06-291-1/+3
* 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-161-8/+9
* Bring in last minute 6_4 branch changes to the unichrome driverThomas Hellström2005-11-161-1/+1
* Instead of calling _mesa_ResizeBuffersMESA() in the Viewport function,Brian Paul2005-09-141-0/+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
* SetBuffer, renderbuffer changesBrian Paul2005-09-031-10/+97
* Major rip-up of internal function insertion interface. The oldmesa_6_3_1Ian Romanick2005-07-281-1/+1
* Fixes the glXGetProcAddress portion of the interface. Most of the functionsIan Romanick2005-07-261-13/+2
* Replace add_newer_entrypoints (src/mesa/main/context.c) withIan Romanick2005-06-301-15/+22
* Bump driver date.mesa_20050526Keith Whitwell2005-05-261-1/+1
* Fix various issues with cliprects and MakeCurrentKeith Whitwell2005-05-251-5/+9
* Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul2005-05-041-10/+16
* rename mesaVis to try and improve clarityKeith Whitwell2005-03-221-13/+13
* merge unichrome changes from branchKeith Whitwell2005-03-221-83/+115
* Turn _via_fastrender_stage back on.Keith Whitwell2005-02-111-1/+1
* Bring the texcombine fixes to the trunk.Keith Whitwell2005-01-191-2/+4
* Fix previously un-noticed issue with flat-shaded points.Keith Whitwell2005-01-141-0/+1
* revert some makecurrent codeAlan Hourihane2005-01-131-2/+1
* Fix glean scissor testAlan Hourihane2005-01-131-0/+5
* Remove bogus write to freed memory (valgrind).Keith Whitwell2005-01-121-1/+0
* Check for deletion of currently bound contextAlan Hourihane2005-01-121-18/+18
* Disable bogus pbuffer code (though this could be revived with a littleKeith Whitwell2005-01-111-0/+6
* Temporarily disable pageflipping assert.Keith Whitwell2005-01-111-2/+2
* Add a big nasty fallback for AlphaTest -- seems to always be wrongKeith Whitwell2005-01-111-1/+2
* Fallback on PolygonStipple for CLE266 hardware.Alan Hourihane2005-01-101-3/+1
* Only try to free the front buffer when it's a pbuffer.Alan Hourihane2005-01-051-1/+1