summaryrefslogtreecommitdiff
path: root/src/mesa/main/drawpix.c
AgeCommit message (Expand)Author
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
2001-12-13fixed errors in feedback for glDraw/CopyPixels and glBitmapBrian Paul
2001-06-26More raster fog coord fixes.Brian Paul
2001-06-26added GL_IBM_rasterpos_clip extensionBrian Paul
2001-06-18Consolidated source files. Since the re-org a number of source filesBrian Paul
2001-04-28Support for floating point color representation in tnl module.Keith Whitwell
2001-04-10Added IROUND_POS() macro to mmath.h and use where appropriate. (Klaus Niederk...Brian Paul
2001-03-19Split driver struct into swrast/tnl/core components.Keith Whitwell
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes
2001-03-03lots of gl_*() to _mesa_*() namespace clean-upBrian Paul
2001-01-29Removed knowledge of swrast Clear/Bitmap/Accum/Draw/Read/CopyPixelsKeith Whitwell
2000-12-26Major rework of tnl moduleKeith Whitwell
2000-11-22 Committing in .Jouk Jansen