summaryrefslogtreecommitdiff
path: root/src/mesa/main/drawpix.c
AgeCommit message (Expand)AuthorFilesLines
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
2002-01-15added some missing error checksBrian Paul1-5/+14
2001-12-14vertex program check-inBrian Paul1-9/+10
2001-12-13fixed errors in feedback for glDraw/CopyPixels and glBitmapBrian Paul1-38/+23
2001-06-26More raster fog coord fixes.Brian Paul1-18/+8
2001-06-26added GL_IBM_rasterpos_clip extensionBrian Paul1-4/+16
2001-06-18Consolidated source files. Since the re-org a number of source filesBrian Paul1-1/+132
2001-04-28Support for floating point color representation in tnl module.Keith Whitwell1-8/+5
2001-04-10Added IROUND_POS() macro to mmath.h and use where appropriate. (Klaus Niederk...Brian Paul1-3/+3
2001-03-19Split driver struct into swrast/tnl/core components.Keith Whitwell1-5/+1
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes1-3/+2
2001-03-03lots of gl_*() to _mesa_*() namespace clean-upBrian Paul1-4/+4
2001-01-29Removed knowledge of swrast Clear/Bitmap/Accum/Draw/Read/CopyPixelsKeith Whitwell1-11/+3
2000-12-26Major rework of tnl moduleKeith Whitwell1-4/+3
2000-11-22 Committing in .Jouk Jansen1-6/+6
2000-11-16Move the transform and lighting code to two new directoriesKeith Whitwell1-2/+6