summaryrefslogtreecommitdiff
path: root/src/mesa/main/drawpix.c
AgeCommit message (Expand)Author
2011-03-07mesa: remove stray _mesa_finish() call in _mesa_CopyPixels()Brian Paul
2011-02-28mesa: move PBO-related functions into a new fileBrian Paul
2011-02-18mesa: MESA_VERBOSE logging for glRead/Draw/CopyPixels, glBlitFramebufferBrian Paul
2011-01-07mesa: Directly include mfeatures.h in files that perform feature tests.Vinson Lee
2010-10-27mesa: Remove unnecessary headers.Vinson Lee
2010-10-26mesa: call _mesa_valid_to_render() in glDrawPixels, glCopyPixels, glBitmapBrian Paul
2010-10-23mesa: new glDrawPixels error check for integer formatsBrian Paul
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-03-03mesa: Eliminate index parameter to _mesa_feedback_vertexIan Romanick
2010-02-25mesa: Move src/mesa/glapi/dispatch.h to mesa.Chia-I Wu
2010-01-18mesa: Remove unnecessary header from drawpix.c.Vinson Lee
2009-09-30mesa/main: Make FEATURE_drawpix follow feature conventions.Chia-I Wu
2009-09-01mesa: skip bitmap drawing code if width==0 or height==0Brian Paul
2009-08-20mesa: add GL_DEPTH_STENCIL to glCopyPixels error checkBrian Paul
2009-08-11mesa: remove _mesa_set_vp_override() from _mesa_Bitmap()Brian Paul
2009-08-08mesa: remove old, prototype codeBrian Paul
2009-08-07mesa: use _mesa_set_vp_override() in glDraw/CopyPixels and glBitmapBrian Paul
2009-08-07mesa: use _mesa_bufferobj_mapped()Brian Paul
2009-08-07mesa: use valid_fragment_program() helperBrian Paul
2009-08-07mesa: do error checking on glCopyPixels() type parameterBrian Paul
2009-04-02mesa: don't call ctx->Driver.Draw/CopyPixels() if width or height is zeroBrian Paul
2009-02-28mesa: replace FEEDBACK_TOKEN macro with _mesa_feedback_token() inline functionBrian Paul
2008-09-11Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell
2008-06-09mesa: refactor: move glReadPixels code into new readpix.c fileBrian Paul
2008-05-31mesa: Apply MSVC portability fixes from Alan Hourihane.José Fonseca
2008-04-29mesa: adjust glBitmap coords by a small epsilonBrian Paul
2008-04-24mesa: adjust glBitmap coords by a small epsilonBrian Paul
2008-03-21Refactor PBO validate/map code.Brian
2008-03-21Refactor PBO validate/map code.Brian
2008-03-21Fix some PBO breakage.Brian
2008-03-21Fix some PBO breakage.Brian
2008-03-17mesa: Follow GL spec to draw DEPTH_COMPONENT pixels whenXiang, Haihao
2007-11-05no-op glCopyPixels if width or height is zeroBrian
2007-10-17Add some FLUSH_CURRENT() calls.Brian
2007-10-15check for width or height = 0 before calling driver Bitmap funcBrian
2006-03-26merge from texman branchBrian Paul
2006-03-20use new _mesa_sourc/dest_buffer_exists() functionsBrian Paul
2006-03-18Don't call Driver->Bitmap() if no image to renderBrian Paul
2005-11-17move _mesa_update_state() calls before error tests that depend on framebuffer...Brian Paul
2005-11-17improved error checking in error_check_format_type()Brian Paul
2005-10-01move around some error checkingBrian Paul
2005-09-28add error checks for framebuffer completenessBrian Paul
2005-09-28Initial work for GL_EXT_packed_depth_stencil extension.Brian Paul
2005-09-27Lift all the format/type error checking out of the _swrast_Draw/Read/CopyPixelsBrian Paul
2005-09-09don't generate selection hits for glBitmap, glDraw/CopyPixels. Misc clean-upsBrian Paul
2005-08-25removed GL_HP_occlusion_test extensionBrian Paul
2004-04-23Added ctx->Vertex/FragmentProgram._Enable flags. Set when vertex/fragmentBrian Paul
2004-03-13Implementation of GL_EXT_pixel_buffer_object extension.Brian Paul
2004-02-26check for invalid fragment program in glDrawPixels, glCopyPixels and glBitmapBrian Paul
2003-10-21Added GLAPIENTRY decorations for all first level OpenGL API function entryKendall Bennett