summaryrefslogtreecommitdiff
path: root/src/mesa/main/drawpix.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-03mesa: Move glheader.h from mesa/main/glheader.h to util/glheader.hYonggang Luo1-1/+1
2022-08-24mesa: create glBitmap textures while creating display listsMarek Olšák1-8/+16
2021-12-14mesa: remove all GL func forward declarations because they are autogeneratedMarek Olšák1-1/+1
2021-12-08mesa/st: move pixel/bitmap functions to direct callDave Airlie1-5/+7
2021-11-05mesa: always call _mesa_update_pixelPierre-Eric Pelloux-Prayer1-6/+3
2021-02-26mesa: move _mesa_update_pixel out of _mesa_update_stateMarek Olšák1-0/+10
2021-02-15mesa: inline _mesa_valid_to_render now that it doesn't do validationMarek Olšák1-13/+6
2021-02-15mesa: add skeleton code for DrawPixels/CopyPixels/Bitmap precomputed validationMarek Olšák1-0/+15
2021-01-30mesa: for every state change, remember states we changed for glPopAttribMarek Olšák1-3/+4
2020-08-25mesa: add NV_copy_depth_to_color support for nirIndrajit Kumar Das1-1/+11
2020-04-21replace IROUND with util functionsDylan Baker1-12/+12
2020-04-21replace IFLOOR with util_ifloorDylan Baker1-2/+3
2020-04-06mesa: remove no longer needed _mesa_is_bufferobj functionMarek Olšák1-2/+2
2020-03-27Move compiler.h and imports.h/c from src/mesa/main into src/utilMarek Olšák1-1/+1
2018-04-24mesa: rename api_validate.{c,h} -> draw_validate.{c,h}Timothy Arceri1-1/+1
2018-04-12mesa: include dispatch.h lessMarek Olšák1-1/+0
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