summaryrefslogtreecommitdiff
path: root/src/mesa/main/drawpix.c
AgeCommit message (Expand)AuthorFilesLines
2016-09-30mesa: move _mesa_valid_to_render() to api_validate.cBrian Paul1-0/+1
2015-07-20mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string().Kenneth Graunke1-9/+9
2015-02-23mesa: Use assert() instead of ASSERT wrapper.Matt Turner1-3/+3
2014-04-13mesa: Fix typo in error messageChris Forbes1-1/+1
2014-02-25mesa: allow buffers mapped with the persistent flag to be used by the GPUMarek Olšák1-2/+2
2013-06-05mesa: remove outdated version lines in commentsRico Schüller1-1/+0
2013-04-23mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke1-3/+4
2013-04-23mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke1-1/+1
2013-04-23mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke1-1/+1
2013-04-17mesa: remove #include "mfeatures.h" from numerous source filesBrian Paul1-1/+0
2013-01-21mesa: Drop manual checks for outside begin/end.Eric Anholt1-3/+6
2012-11-06dispatch: Delete unused init_dispatch functions.Paul Berry1-9/+0
2012-11-06dispatch: Make all API functions non-static.Paul Berry1-3/+3
2012-10-16mesa: remove #if _HAVE_FULL_GL checksBrian Paul1-2/+0
2012-09-15mesa: remove FEATURE_drawpix define.Oliver McFadden1-6/+0
2012-07-26mesa: Make more consistent use of _mesa_is_{user,winsys}_fbo()Paul Berry1-1/+3
2012-07-21mesa: add glformats integer type/format detection routinesJordan Justen1-1/+2
2012-07-17msaa: Generate proper error for operations prohibited on MSAA buffers.Paul Berry1-1/+1
2012-05-11mesa: implement DEBUG_ALWAYS_FLUSH debug optionBrian Paul1-0/+12
2012-02-07mesa: stop using _mesa_error_check_format_type() in glDrawPixelsBrian Paul1-3/+35
2012-01-12mesa: Throw the required error for glCopyPixels from multisample FBO.Eric Anholt1-0/+6
2011-12-21mesa: Move RasterDiscard to toplevel of gl_context.Paul Berry1-3/+3
2011-12-04mesa: Reject glDrawPixels(integer format).Eric Anholt1-0/+18
2011-10-01mesa: Respect GL_RASTERIZER_DISCARD for various meta-type operations.Eric Anholt1-0/+11
2011-09-15mesa: add missing ')' in error messageBrian Paul1-1/+1
2011-04-26Squashed commit of the following:Brian Paul1-7/+7
2011-03-24mesa: minor whitespace fixesBrian Paul1-1/+1
2011-03-07mesa: remove stray _mesa_finish() call in _mesa_CopyPixels()Brian Paul1-2/+0
2011-02-28mesa: move PBO-related functions into a new fileBrian Paul1-0/+1
2011-02-18mesa: MESA_VERBOSE logging for glRead/Draw/CopyPixels, glBlitFramebufferBrian Paul1-0/+23
2011-01-07mesa: Directly include mfeatures.h in files that perform feature tests.Vinson Lee1-0/+1
2010-10-27mesa: Remove unnecessary headers.Vinson Lee1-2/+0
2010-10-26mesa: call _mesa_valid_to_render() in glDrawPixels, glCopyPixels, glBitmapBrian Paul1-61/+15
2010-10-23mesa: new glDrawPixels error check for integer formatsBrian Paul1-1/+11
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-1/+1
2010-03-03mesa: Eliminate index parameter to _mesa_feedback_vertexIan Romanick1-3/+0
2010-02-25mesa: Move src/mesa/glapi/dispatch.h to mesa.Chia-I Wu1-1/+1
2010-01-18mesa: Remove unnecessary header from drawpix.c.Vinson Lee1-1/+0
2009-09-30mesa/main: Make FEATURE_drawpix follow feature conventions.Chia-I Wu1-8/+18
2009-09-01mesa: skip bitmap drawing code if width==0 or height==0Brian Paul1-19/+22
2009-08-20mesa: add GL_DEPTH_STENCIL to glCopyPixels error checkBrian Paul1-1/+8
2009-08-11mesa: remove _mesa_set_vp_override() from _mesa_Bitmap()Brian Paul1-12/+4
2009-08-08mesa: remove old, prototype codeBrian Paul1-65/+0
2009-08-07mesa: use _mesa_set_vp_override() in glDraw/CopyPixels and glBitmapBrian Paul1-14/+38
2009-08-07mesa: use _mesa_bufferobj_mapped()Brian Paul1-2/+2
2009-08-07mesa: use valid_fragment_program() helperBrian Paul1-3/+15
2009-08-07mesa: do error checking on glCopyPixels() type parameterBrian Paul1-8/+15
2009-04-02mesa: don't call ctx->Driver.Draw/CopyPixels() if width or height is zeroBrian Paul1-24/+28
2009-02-28mesa: replace FEEDBACK_TOKEN macro with _mesa_feedback_token() inline functionBrian Paul1-4/+4
2008-09-11Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell1-160/+4