| Commit message (Expand) | Author | Age | Files | Lines |
* | dri: Remove all DRI1 drivers | Ian Romanick | 2011-08-26 | 1 | -570/+0 |
* | dri: Remove driver date from renderer string | Ian Romanick | 2011-04-05 | 1 | -3/+1 |
* | 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 | -5/+5 |
* | 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 |
* | mesa: Force GL_SGIS_generate_mipmap to always be enabled | Ian Romanick | 2010-09-27 | 1 | -1/+0 |
* | 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-22 | 1 | -3/+0 |
|\ |
|
| * | i810: Remove unnecessary headers. | Vinson Lee | 2010-01-20 | 1 | -3/+0 |
* | | Remove leftover __DRI{screen,drawable,context}Private references | Kristian Høgsberg | 2010-01-04 | 1 | -12/+12 |
|/ |
|
* | mesa: Enable remap table in core. | Chia-I Wu | 2009-10-23 | 1 | -1/+1 |
* | Make GL_ARB_vertex_buffer_object mandatory | Ian Romanick | 2009-01-28 | 1 | -4/+0 |
* | Make GL_ARB_multisample mandatory | Ian Romanick | 2009-01-28 | 1 | -2/+0 |
* | Make GL_ARB_texture_compression mandatory | Ian Romanick | 2009-01-28 | 1 | -2/+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 | -8/+8 |
* | Replace gl_framebuffer's _ColorDrawBufferMask with _ColorDrawBufferIndexes | Brian | 2008-01-06 | 1 | -6/+6 |
* | include points.h to fix warnings | Brian | 2007-04-05 | 1 | -0/+1 |
* | i810/i915/i915tex: reinitialize the context point state | Xiang, Haihao | 2007-04-04 | 1 | -0/+5 |
* | enable ARB_vertex_buffer_object for more dri drivers | Roland Scheidegger | 2007-03-13 | 1 | -0/+2 |
* | switch several dri drivers over | Keith Whitwell | 2006-10-30 | 1 | -3/+3 |
* | Remove Driver.ResizeBuffers = _mesa_resize_framebuffer lines. | Brian Paul | 2006-10-15 | 1 | -1/+0 |
* | add texture rectangle support for i815, I wrote the original patch about | Dave Airlie | 2006-05-17 | 1 | -0/+1 |
* | replace the texture level hack used in radeon/r200 to allow larger textures w... | Roland Scheidegger | 2006-02-03 | 1 | -1/+2 |
* | Instead of calling _mesa_ResizeBuffersMESA() in the Viewport function, | Brian Paul | 2005-09-14 | 1 | -0/+1 |
* | SetBuffer, renderbuffer changes | Brian Paul | 2005-09-03 | 1 | -4/+3 |
* | Implement GL_ARB_texture_env_combine, GL_EXT_texture_env_combine, and | Ian Romanick | 2005-08-29 | 1 | -1/+4 |
* | Enable ARB_texture_compression. The code has been in place for a long time, | Ian Romanick | 2005-08-19 | 1 | -0/+2 |
* | Add support for NV_blend_square. This was tested with | Ian Romanick | 2005-08-18 | 1 | -0/+1 |
* | Make sure extension entry point offsets are properly initialized. This is | Ian Romanick | 2005-08-18 | 1 | -1/+1 |
* | Don't try to update hardware texture fields if there is no hardware texture. | Ian Romanick | 2005-08-18 | 1 | -1/+1 |
* | Make the i810 driver use driGetRendererString like all the other drivers. | Ian Romanick | 2005-08-18 | 1 | -2/+19 |
* | Replace add_newer_entrypoints (src/mesa/main/context.c) with | Ian Romanick | 2005-06-30 | 1 | -10/+15 |
* | Major check-in of changes for GL_EXT_framebuffer_object extension. | Brian Paul | 2005-05-04 | 1 | -11/+14 |
* | fix some signed vs unsigned warnings | Dave Airlie | 2005-02-14 | 1 | -1/+1 |
* | Also PUBLICize the config option table | Adam Jackson | 2004-12-16 | 1 | -1/+1 |
* | Remove _mesa_ResizeBuffersMESA() call from _mesa_set_viewport(). | Brian Paul | 2004-11-27 | 1 | -3/+0 |
* | added support for GL_ARB_draw_buffers | Brian Paul | 2004-10-02 | 1 | -2/+2 |
* | Implemented support for software-based AUX color buffers. | Brian Paul | 2004-03-21 | 1 | -5/+4 |
* | added _tnl_allow_vertex/pixel_fog() calls | Brian Paul | 2004-02-26 | 1 | -1/+3 |
* | fix breakage associated with pointers not being initialised in | Dave Airlie | 2004-01-28 | 1 | -7/+9 |
* | Make the drivers using the common texmem code work with NewTextureObject | Felix Kuehling | 2004-01-26 | 1 | -2/+0 |
* | Before calling _mesa_create_context(), initialize a dd_function_table struct | Brian Paul | 2004-01-20 | 1 | -3/+15 |
* | minor changes to silence warnings | Brian Paul | 2004-01-18 | 1 | -2/+2 |
* | Removed redundant extension strings. The Mesa extension mechanism | Ian Romanick | 2004-01-12 | 1 | -3/+0 |
* | set MaxTextureImageUnits, MaxTextureCoordUnits | Keith Whitwell | 2003-12-12 | 1 | -0/+2 |
* | fix bogus assertion that checked for an empty texture heap list before | Alan Hourihane | 2003-12-08 | 1 | -2/+2 |
* | Provide dummy definitions of __driConfig externs | Keith Whitwell | 2003-12-08 | 1 | -0/+3 |
* | Import vtx-0-2-branch | Keith Whitwell | 2003-11-24 | 1 | -2/+2 |