summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/unichrome/via_context.c
Commit message (Expand)AuthorAgeFilesLines
* dri: Remove all DRI1 driversIan Romanick2011-08-261-954/+0
* dri: Remove driver date from renderer stringIan Romanick2011-04-051-3/+1
* mesa: remove _mesa_create_context_for_api()Brian Paul2011-02-081-1/+1
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-6/+6
* Drop GLframebuffer typedef and just use struct gl_framebufferKristian Høgsberg2010-10-131-3/+3
* Rename GLvisual and __GLcontextModes to struct gl_configKristian Høgsberg2010-10-131-1/+1
* dri: Add DRI entrypoints to create a context for a given APIKristian Høgsberg2010-04-281-1/+2
* Merge branch 'mesa_7_7_branch'Brian Paul2010-01-221-3/+0
|\
| * unichrome: Remove unnecessary headers.Vinson Lee2010-01-191-3/+0
* | Remove leftover __DRI{screen,drawable,context}Private referencesKristian Høgsberg2010-01-041-15/+15
|/
* Merge branch 'texformat-rework'Brian Paul2009-10-281-0/+5
|\
| * mesa: remove a bunch of gl_renderbuffer fieldsBrian Paul2009-10-081-0/+5
* | mesa: Enable remap table in core.Chia-I Wu2009-10-231-2/+2
|/
* 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://keithw@git.freedesktop.org/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 oldIan 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.Keith 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