summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/drawpix.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: don't call ctx->Driver.Draw/CopyPixels() if width or height is zeroBrian Paul2009-04-021-24/+28
* mesa: replace FEEDBACK_TOKEN macro with _mesa_feedback_token() inline functionBrian Paul2009-02-281-4/+4
* Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell2008-09-111-160/+4
|\
| * mesa: refactor: move glReadPixels code into new readpix.c fileBrian Paul2008-06-091-161/+2
| * mesa: Apply MSVC portability fixes from Alan Hourihane.José Fonseca2008-05-311-1/+1
| * mesa: adjust glBitmap coords by a small epsilonBrian Paul2008-04-241-2/+3
| * Refactor PBO validate/map code.Brian2008-03-211-0/+50
| * Fix some PBO breakage.Brian2008-03-211-8/+6
| * no-op glCopyPixels if width or height is zeroBrian2007-11-051-1/+1
| * Add some FLUSH_CURRENT() calls.Brian2007-10-171-0/+2
| * check for width or height = 0 before calling driver Bitmap funcBrian2007-10-151-1/+1
* | mesa: adjust glBitmap coords by a small epsilonBrian Paul2008-04-291-2/+3
* | Refactor PBO validate/map code.Brian2008-03-211-0/+50
* | Fix some PBO breakage.Brian2008-03-211-8/+6
* | mesa: Follow GL spec to draw DEPTH_COMPONENT pixels whenXiang, Haihao2008-03-171-2/+1
|/
* merge from texman branchmesa_20060325Brian Paul2006-03-261-12/+12
* use new _mesa_sourc/dest_buffer_exists() functionsBrian Paul2006-03-201-48/+26
* Don't call Driver->Bitmap() if no image to renderBrian Paul2006-03-181-5/+7
* move _mesa_update_state() calls before error tests that depend on framebuffer...Brian Paul2005-11-171-11/+11
* improved error checking in error_check_format_type()Brian Paul2005-11-171-6/+6
* move around some error checkingBrian Paul2005-10-011-7/+8
* add error checks for framebuffer completenessBrian Paul2005-09-281-4/+41
* Initial work for GL_EXT_packed_depth_stencil extension.Brian Paul2005-09-281-0/+36
* Lift all the format/type error checking out of the _swrast_Draw/Read/CopyPixelsBrian Paul2005-09-271-5/+110
* don't generate selection hits for glBitmap, glDraw/CopyPixels. Misc clean-upsBrian Paul2005-09-091-89/+72
* removed GL_HP_occlusion_test extensionBrian Paul2005-08-251-7/+2
* Added ctx->Vertex/FragmentProgram._Enable flags. Set when vertex/fragmentBrian Paul2004-04-231-6/+3
* Implementation of GL_EXT_pixel_buffer_object extension.Brian Paul2004-03-131-20/+13
* check for invalid fragment program in glDrawPixels, glCopyPixels and glBitmapBrian Paul2004-02-261-3/+23
* Added GLAPIENTRY decorations for all first level OpenGL API function entryKendall Bennett2003-10-211-5/+5
* added minor assertionBrian Paul2003-08-311-1/+2
* Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell2003-07-171-29/+34
* Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick2003-06-051-1/+0
* Killed mmath.[ch]. Moved low-level functions/assembly code into imports.[ch]Brian Paul2003-03-011-2/+1
* Header file clean-up:Brian Paul2002-10-241-8/+2
* minor error message changesBrian Paul2002-08-211-3/+3
* Added ctx parameter to _mesa_debug()Brian Paul2002-06-151-1/+66
* Minor change to current raster position and texcoords.Brian Paul2002-05-091-4/+4
* added some missing error checksBrian Paul2002-01-151-5/+14
* vertex program check-inBrian Paul2001-12-141-9/+10
* fixed errors in feedback for glDraw/CopyPixels and glBitmapBrian Paul2001-12-131-38/+23
* More raster fog coord fixes.Brian Paul2001-06-261-18/+8
* added GL_IBM_rasterpos_clip extensionBrian Paul2001-06-261-4/+16
* Consolidated source files. Since the re-org a number of source filesBrian Paul2001-06-181-1/+132
* Support for floating point color representation in tnl module.Keith Whitwell2001-04-281-8/+5
* Added IROUND_POS() macro to mmath.h and use where appropriate. (Klaus Niederk...Brian Paul2001-04-101-3/+3
* Split driver struct into swrast/tnl/core components.Keith Whitwell2001-03-191-5/+1
* Consistent copyright info (version number, date) across all files.Gareth Hughes2001-03-121-3/+2
* lots of gl_*() to _mesa_*() namespace clean-upBrian Paul2001-03-031-4/+4
* Removed knowledge of swrast Clear/Bitmap/Accum/Draw/Read/CopyPixelsKeith Whitwell2001-01-291-11/+3