| Commit message (Expand) | Author | Age | Files | Lines |
* | dri: Remove all DRI1 drivers | Ian Romanick | 2011-08-26 | 1 | -719/+0 |
* | mesa: remove _mesa_create_context_for_api() | Brian Paul | 2011-02-08 | 1 | -1/+1 |
* | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg | 2010-10-13 | 1 | -2/+2 |
* | Drop GLframebuffer typedef and just use struct gl_framebuffer | Kristian Høgsberg | 2010-10-13 | 1 | -3/+3 |
* | Rename GLvisual and __GLcontextModes to struct gl_config | Kristian Høgsberg | 2010-10-13 | 1 | -1/+1 |
* | dri: Add DRI entrypoints to create a context for a given API | Kristian Høgsberg | 2010-04-28 | 1 | -1/+2 |
* | Merge branch 'mesa_7_7_branch' | Brian Paul | 2010-01-25 | 1 | -3/+0 |
|\ |
|
| * | sis: Remove unnecessary headers. | Vinson Lee | 2010-01-23 | 1 | -3/+0 |
* | | Merge branch 'remove-intel-dri1' | Kristian Høgsberg | 2010-01-05 | 1 | -7/+7 |
|\ \
| |/
|/| |
|
| * | Remove leftover __DRI{screen,drawable,context}Private references | Kristian Høgsberg | 2010-01-04 | 1 | -7/+7 |
* | | sis: ifdef out unused variable. | Vinson Lee | 2010-01-02 | 1 | -0/+2 |
|/ |
|
* | mesa: Enable remap table in core. | Chia-I Wu | 2009-10-23 | 1 | -3/+3 |
* | Make GL_ARB_vertex_buffer_object mandatory | Ian Romanick | 2009-01-28 | 1 | -2/+0 |
* | Make GL_ARB_multisample mandatory | Ian Romanick | 2009-01-28 | 1 | -3/+0 |
* | Make GL_ARB_texture_compression mandatory | Ian Romanick | 2009-01-28 | 1 | -3/+0 |
* | Remove CVS keywords. | Keith Whitwell | 2008-09-21 | 1 | -1/+0 |
* | mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te... | Brian Paul | 2008-09-18 | 1 | -4/+4 |
* | enable ARB_vertex_buffer_object for more dri drivers | Roland Scheidegger | 2007-03-13 | 1 | -0/+2 |
* | switch remaining drivers over to vbo | Keith Whitwell | 2006-10-31 | 1 | -3/+3 |
* | The SiS and Unichrome drivers assume that the handle to the | Thomas Hellström | 2006-07-10 | 1 | -1/+1 |
* | Add disabled support for GL_EXT_fog_coord. While it seems correct to me, it's | Eric Anholt | 2005-10-26 | 1 | -0/+2 |
* | Initial add of some (disabled) SiS 6326 drawing code integrated from Alan Cox's | Eric Anholt | 2005-10-25 | 1 | -12/+181 |
* | Cut a bunch of code by not trying to precompute the blit commands and instead | Eric Anholt | 2005-10-24 | 1 | -4/+0 |
* | Fix and enable GL_MESA_ycbcr_texture. Looks fine with yuvrect. I'm slightly | Eric Anholt | 2005-10-24 | 1 | -1/+1 |
* | Add support for GL_EXT_secondary_color, tested with seccolor test. | Eric Anholt | 2005-10-24 | 1 | -0/+2 |
* | - Add a few more hardware internal formats that are supported. Some remaining | Eric Anholt | 2005-10-24 | 1 | -0/+4 |
* | Add support for GL_ARB_texture_border_clamp and GL_ARB_texture_mirrored_repeat, | Eric Anholt | 2005-10-24 | 1 | -0/+2 |
* | Add support for GL_EXT_stencil_wrap by guessing that the skip of two values in | Eric Anholt | 2005-10-24 | 1 | -0/+1 |
* | Make SiS a little more like other drivers: Add SIS_DEBUG (only option being | Eric Anholt | 2005-10-19 | 1 | -0/+19 |
* | Remove some long-dead code. | Eric Anholt | 2005-10-19 | 1 | -4/+0 |
* | Bug #4615: Fix the SiS driver for the renderbuffer changes. Previously, all | Eric Anholt | 2005-10-19 | 1 | -6/+18 |
* | Fix a missed merge for idr's dispatch changes: failure to do driInitExtensions | Eric Anholt | 2005-10-18 | 1 | -1/+1 |
* | Major rip-up of internal function insertion interface. The oldmesa_6_3_1 | Ian Romanick | 2005-07-28 | 1 | -1/+1 |
* | Replace add_newer_entrypoints (src/mesa/main/context.c) with | Ian Romanick | 2005-06-30 | 1 | -5/+9 |
* | Major check-in of changes for GL_EXT_framebuffer_object extension. | Brian Paul | 2005-05-04 | 1 | -4/+4 |
* | Remove _mesa_ResizeBuffersMESA() call from _mesa_set_viewport(). | Brian Paul | 2004-11-27 | 1 | -5/+0 |
* | Add support for NV_blend_square, and print errors if an unsupported blend | Eric Anholt | 2004-10-08 | 1 | -0/+1 |
* | * Convert to use t_vertex.c instead of sis_vb.[ch] | Eric Anholt | 2004-06-08 | 1 | -13/+26 |
* | Clean up some warnings by making sis_fatal_error a macro, and let it take an | Eric Anholt | 2004-05-24 | 1 | -9/+1 |
* | Add missing sisInitDriverFuncs call. Fixes segfault. | Eric Anholt | 2004-05-24 | 1 | -0/+1 |
* | added _tnl_allow_vertex/pixel_fog() calls | Brian Paul | 2004-02-26 | 1 | -0/+2 |
* | Before calling _mesa_create_context(), initialize a dd_function_table struct | Brian Paul | 2004-01-20 | 1 | -6/+14 |
* | applied Felix's patch for configuration system | Brian Paul | 2003-12-12 | 1 | -15/+0 |
* | Remove usleeps from sis driver. We probably aren't doing anyone a service | Eric Anholt | 2003-12-09 | 1 | -8/+6 |
* | merge latest DRI sis driver changes from the DRI trunk | Alan Hourihane | 2003-12-04 | 1 | -30/+46 |
* | add the SiS driver - no kernel driver yet | Alan Hourihane | 2003-09-30 | 1 | -0/+508 |