summaryrefslogtreecommitdiff
path: root/src/mesa/main/drawpix.c
AgeCommit message (Expand)Author
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
2003-08-31added minor assertionBrian Paul
2003-07-17Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick
2003-03-01Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul
2002-10-24Header file clean-up:Brian Paul
2002-08-21minor error message changesBrian Paul
2002-06-15Added ctx parameter to _mesa_debug()Brian Paul
2002-05-09Minor change to current raster position and texcoords.Brian Paul
2002-01-15added some missing error checksBrian Paul
2001-12-14vertex program check-inBrian Paul