summaryrefslogtreecommitdiff
path: root/src/mesa/main/drawpix.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-06-09mesa: refactor: move glReadPixels code into new readpix.c fileBrian Paul1-161/+2
2008-05-31mesa: Apply MSVC portability fixes from Alan Hourihane.José Fonseca1-1/+1
2008-04-29mesa: adjust glBitmap coords by a small epsilonBrian Paul1-2/+3
2008-04-24mesa: adjust glBitmap coords by a small epsilonBrian Paul1-2/+3
2008-03-21Refactor PBO validate/map code.Brian1-0/+50
2008-03-21Refactor PBO validate/map code.Brian1-0/+50
2008-03-21Fix some PBO breakage.Brian1-8/+6
2008-03-21Fix some PBO breakage.Brian1-8/+6
2008-03-17mesa: Follow GL spec to draw DEPTH_COMPONENT pixels whenXiang, Haihao1-2/+1
2007-11-05no-op glCopyPixels if width or height is zeroBrian1-1/+1
2007-10-17Add some FLUSH_CURRENT() calls.Brian1-0/+2
2007-10-15check for width or height = 0 before calling driver Bitmap funcBrian1-1/+1
2006-03-26merge from texman branchmesa_20060325Brian Paul1-12/+12
2006-03-20use new _mesa_sourc/dest_buffer_exists() functionsBrian Paul1-48/+26
2006-03-18Don't call Driver->Bitmap() if no image to renderBrian Paul1-5/+7
2005-11-17move _mesa_update_state() calls before error tests that depend on framebuffer...Brian Paul1-11/+11
2005-11-17improved error checking in error_check_format_type()Brian Paul1-6/+6
2005-10-01move around some error checkingBrian Paul1-7/+8
2005-09-28add error checks for framebuffer completenessBrian Paul1-4/+41
2005-09-28Initial work for GL_EXT_packed_depth_stencil extension.Brian Paul1-0/+36
2005-09-27Lift all the format/type error checking out of the _swrast_Draw/Read/CopyPixelsBrian Paul1-5/+110
2005-09-09don't generate selection hits for glBitmap, glDraw/CopyPixels. Misc clean-upsBrian Paul1-89/+72
2005-08-25removed GL_HP_occlusion_test extensionBrian Paul1-7/+2
2004-04-23Added ctx->Vertex/FragmentProgram._Enable flags. Set when vertex/fragmentBrian Paul1-6/+3
2004-03-13Implementation of GL_EXT_pixel_buffer_object extension.Brian Paul1-20/+13
2004-02-26check for invalid fragment program in glDrawPixels, glCopyPixels and glBitmapBrian Paul1-3/+23
2003-10-21Added GLAPIENTRY decorations for all first level OpenGL API function entryKendall Bennett1-5/+5
2003-08-31added minor assertionBrian Paul1-1/+2
2003-07-17Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell1-29/+34
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick1-1/+0
2003-03-01Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul1-2/+1
2002-10-24Header file clean-up:Brian Paul1-8/+2
2002-08-21minor error message changesBrian Paul1-3/+3
2002-06-15Added ctx parameter to _mesa_debug()Brian Paul1-1/+66
2002-05-09Minor change to current raster position and texcoords.Brian Paul1-4/+4