summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/drawpix.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: move _mesa_valid_to_render() to api_validate.cBrian Paul2016-09-301-0/+1
* mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string().Kenneth Graunke2015-07-201-9/+9
* mesa: Use assert() instead of ASSERT wrapper.Matt Turner2015-02-231-3/+3
* mesa: Fix typo in error messageChris Forbes2014-04-131-1/+1
* mesa: allow buffers mapped with the persistent flag to be used by the GPUMarek Olšák2014-02-251-2/+2
* mesa: remove outdated version lines in commentsRico Schüller2013-06-051-1/+0
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-231-3/+4
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-231-1/+1
* mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke2013-04-231-1/+1
* mesa: remove #include "mfeatures.h" from numerous source filesBrian Paul2013-04-171-1/+0
* mesa: Drop manual checks for outside begin/end.Eric Anholt2013-01-211-3/+6
* dispatch: Delete unused init_dispatch functions.Paul Berry2012-11-061-9/+0
* dispatch: Make all API functions non-static.Paul Berry2012-11-061-3/+3
* mesa: remove #if _HAVE_FULL_GL checksBrian Paul2012-10-161-2/+0
* mesa: remove FEATURE_drawpix define.Oliver McFadden2012-09-151-6/+0
* mesa: Make more consistent use of _mesa_is_{user,winsys}_fbo()Paul Berry2012-07-261-1/+3
* mesa: add glformats integer type/format detection routinesJordan Justen2012-07-211-1/+2
* msaa: Generate proper error for operations prohibited on MSAA buffers.Paul Berry2012-07-171-1/+1
* mesa: implement DEBUG_ALWAYS_FLUSH debug optionBrian Paul2012-05-111-0/+12
* mesa: stop using _mesa_error_check_format_type() in glDrawPixelsBrian Paul2012-02-071-3/+35
* mesa: Throw the required error for glCopyPixels from multisample FBO.Eric Anholt2012-01-121-0/+6
* mesa: Move RasterDiscard to toplevel of gl_context.Paul Berry2011-12-211-3/+3
* mesa: Reject glDrawPixels(integer format).Eric Anholt2011-12-041-0/+18
* mesa: Respect GL_RASTERIZER_DISCARD for various meta-type operations.Eric Anholt2011-10-011-0/+11
* mesa: add missing ')' in error messageBrian Paul2011-09-151-1/+1
* Squashed commit of the following:Brian Paul2011-04-261-7/+7
* mesa: minor whitespace fixesBrian Paul2011-03-241-1/+1
* mesa: remove stray _mesa_finish() call in _mesa_CopyPixels()Brian Paul2011-03-071-2/+0
* mesa: move PBO-related functions into a new fileBrian Paul2011-02-281-0/+1
* mesa: MESA_VERBOSE logging for glRead/Draw/CopyPixels, glBlitFramebufferBrian Paul2011-02-181-0/+23
* mesa: Directly include mfeatures.h in files that perform feature tests.Vinson Lee2011-01-071-0/+1
* mesa: Remove unnecessary headers.Vinson Lee2010-10-271-2/+0
* mesa: call _mesa_valid_to_render() in glDrawPixels, glCopyPixels, glBitmapBrian Paul2010-10-261-61/+15
* mesa: new glDrawPixels error check for integer formatsBrian Paul2010-10-231-1/+11
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-1/+1
* mesa: Eliminate index parameter to _mesa_feedback_vertexIan Romanick2010-03-031-3/+0
* mesa: Move src/mesa/glapi/dispatch.h to mesa.Chia-I Wu2010-02-251-1/+1
* mesa: Remove unnecessary header from drawpix.c.Vinson Lee2010-01-181-1/+0
* mesa/main: Make FEATURE_drawpix follow feature conventions.Chia-I Wu2009-09-301-8/+18
* mesa: skip bitmap drawing code if width==0 or height==0Brian Paul2009-09-011-19/+22
* mesa: add GL_DEPTH_STENCIL to glCopyPixels error checkBrian Paul2009-08-201-1/+8
* mesa: remove _mesa_set_vp_override() from _mesa_Bitmap()Brian Paul2009-08-111-12/+4
* mesa: remove old, prototype codeBrian Paul2009-08-081-65/+0
* mesa: use _mesa_set_vp_override() in glDraw/CopyPixels and glBitmapBrian Paul2009-08-071-14/+38
* mesa: use _mesa_bufferobj_mapped()Brian Paul2009-08-071-2/+2
* mesa: use valid_fragment_program() helperBrian Paul2009-08-071-3/+15
* mesa: do error checking on glCopyPixels() type parameterBrian Paul2009-08-071-8/+15
* mesa: don't call ctx->Driver.Draw/CopyPixels() if width or height is zeroBrian Paul2009-04-021-24/+28
* mesa: replace FEEDBACK_TOKEN macro with _mesa_feedback_token() inline functionBrian Paul2009-02-281-4/+4
* Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell2008-09-111-160/+4
|\