| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: Fix typo in error message | Chris Forbes | 2014-04-13 | 1 | -1/+1 |
* | mesa: allow buffers mapped with the persistent flag to be used by the GPU | Marek Olšák | 2014-02-25 | 1 | -2/+2 |
* | mesa: remove outdated version lines in comments | Rico Schüller | 2013-06-05 | 1 | -1/+0 |
* | mesa: Restore 78-column wrapping of license text in C-style comments. | Kenneth Graunke | 2013-04-23 | 1 | -3/+4 |
* | mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability. | Kenneth Graunke | 2013-04-23 | 1 | -1/+1 |
* | mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text. | Kenneth Graunke | 2013-04-23 | 1 | -1/+1 |
* | mesa: remove #include "mfeatures.h" from numerous source files | Brian Paul | 2013-04-17 | 1 | -1/+0 |
* | mesa: Drop manual checks for outside begin/end. | Eric Anholt | 2013-01-21 | 1 | -3/+6 |
* | dispatch: Delete unused init_dispatch functions. | Paul Berry | 2012-11-06 | 1 | -9/+0 |
* | dispatch: Make all API functions non-static. | Paul Berry | 2012-11-06 | 1 | -3/+3 |
* | mesa: remove #if _HAVE_FULL_GL checks | Brian Paul | 2012-10-16 | 1 | -2/+0 |
* | mesa: remove FEATURE_drawpix define. | Oliver McFadden | 2012-09-15 | 1 | -6/+0 |
* | mesa: Make more consistent use of _mesa_is_{user,winsys}_fbo() | Paul Berry | 2012-07-26 | 1 | -1/+3 |
* | mesa: add glformats integer type/format detection routines | Jordan Justen | 2012-07-21 | 1 | -1/+2 |
* | msaa: Generate proper error for operations prohibited on MSAA buffers. | Paul Berry | 2012-07-17 | 1 | -1/+1 |
* | mesa: implement DEBUG_ALWAYS_FLUSH debug option | Brian Paul | 2012-05-11 | 1 | -0/+12 |
* | mesa: stop using _mesa_error_check_format_type() in glDrawPixels | Brian Paul | 2012-02-07 | 1 | -3/+35 |
* | mesa: Throw the required error for glCopyPixels from multisample FBO. | Eric Anholt | 2012-01-12 | 1 | -0/+6 |
* | mesa: Move RasterDiscard to toplevel of gl_context. | Paul Berry | 2011-12-21 | 1 | -3/+3 |
* | mesa: Reject glDrawPixels(integer format). | Eric Anholt | 2011-12-04 | 1 | -0/+18 |
* | mesa: Respect GL_RASTERIZER_DISCARD for various meta-type operations. | Eric Anholt | 2011-10-01 | 1 | -0/+11 |
* | mesa: add missing ')' in error message | Brian Paul | 2011-09-15 | 1 | -1/+1 |
* | Squashed commit of the following: | Brian Paul | 2011-04-26 | 1 | -7/+7 |
* | mesa: minor whitespace fixes | Brian Paul | 2011-03-24 | 1 | -1/+1 |
* | mesa: remove stray _mesa_finish() call in _mesa_CopyPixels() | Brian Paul | 2011-03-07 | 1 | -2/+0 |
* | mesa: move PBO-related functions into a new file | Brian Paul | 2011-02-28 | 1 | -0/+1 |
* | mesa: MESA_VERBOSE logging for glRead/Draw/CopyPixels, glBlitFramebuffer | Brian Paul | 2011-02-18 | 1 | -0/+23 |
* | mesa: Directly include mfeatures.h in files that perform feature tests. | Vinson Lee | 2011-01-07 | 1 | -0/+1 |
* | mesa: Remove unnecessary headers. | Vinson Lee | 2010-10-27 | 1 | -2/+0 |
* | mesa: call _mesa_valid_to_render() in glDrawPixels, glCopyPixels, glBitmap | Brian Paul | 2010-10-26 | 1 | -61/+15 |
* | mesa: new glDrawPixels error check for integer formats | Brian Paul | 2010-10-23 | 1 | -1/+11 |
* | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg | 2010-10-13 | 1 | -1/+1 |
* | mesa: Eliminate index parameter to _mesa_feedback_vertex | Ian Romanick | 2010-03-03 | 1 | -3/+0 |
* | mesa: Move src/mesa/glapi/dispatch.h to mesa. | Chia-I Wu | 2010-02-25 | 1 | -1/+1 |
* | mesa: Remove unnecessary header from drawpix.c. | Vinson Lee | 2010-01-18 | 1 | -1/+0 |
* | mesa/main: Make FEATURE_drawpix follow feature conventions. | Chia-I Wu | 2009-09-30 | 1 | -8/+18 |
* | mesa: skip bitmap drawing code if width==0 or height==0 | Brian Paul | 2009-09-01 | 1 | -19/+22 |
* | mesa: add GL_DEPTH_STENCIL to glCopyPixels error check | Brian Paul | 2009-08-20 | 1 | -1/+8 |
* | mesa: remove _mesa_set_vp_override() from _mesa_Bitmap() | Brian Paul | 2009-08-11 | 1 | -12/+4 |
* | mesa: remove old, prototype code | Brian Paul | 2009-08-08 | 1 | -65/+0 |
* | mesa: use _mesa_set_vp_override() in glDraw/CopyPixels and glBitmap | Brian Paul | 2009-08-07 | 1 | -14/+38 |
* | mesa: use _mesa_bufferobj_mapped() | Brian Paul | 2009-08-07 | 1 | -2/+2 |
* | mesa: use valid_fragment_program() helper | Brian Paul | 2009-08-07 | 1 | -3/+15 |
* | mesa: do error checking on glCopyPixels() type parameter | Brian Paul | 2009-08-07 | 1 | -8/+15 |
* | mesa: don't call ctx->Driver.Draw/CopyPixels() if width or height is zero | Brian Paul | 2009-04-02 | 1 | -24/+28 |
* | mesa: replace FEEDBACK_TOKEN macro with _mesa_feedback_token() inline function | Brian Paul | 2009-02-28 | 1 | -4/+4 |
* | Merge branch 'gallium-0.1' into gallium-0.2 | Keith Whitwell | 2008-09-11 | 1 | -160/+4 |
|\ |
|
| * | mesa: refactor: move glReadPixels code into new readpix.c file | Brian Paul | 2008-06-09 | 1 | -161/+2 |
| * | mesa: Apply MSVC portability fixes from Alan Hourihane. | José Fonseca | 2008-05-31 | 1 | -1/+1 |
| * | mesa: adjust glBitmap coords by a small epsilon | Brian Paul | 2008-04-24 | 1 | -2/+3 |