summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/drawpix.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: Eliminate index parameter to _mesa_feedback_vertexIan Romanick2010-03-031-3/+0
* mesa: Move src/mesa/glapi/dispatch.h to mesa.Chia-I Wu2010-02-251-1/+1
* mesa: Remove unnecessary header from drawpix.c.Vinson Lee2010-01-181-1/+0
* mesa/main: Make FEATURE_drawpix follow feature conventions.Chia-I Wu2009-09-301-8/+18
* mesa: skip bitmap drawing code if width==0 or height==0Brian Paul2009-09-011-19/+22
* mesa: add GL_DEPTH_STENCIL to glCopyPixels error checkBrian Paul2009-08-201-1/+8
* mesa: remove _mesa_set_vp_override() from _mesa_Bitmap()Brian Paul2009-08-111-12/+4
* mesa: remove old, prototype codeBrian Paul2009-08-081-65/+0
* mesa: use _mesa_set_vp_override() in glDraw/CopyPixels and glBitmapBrian Paul2009-08-071-14/+38
* mesa: use _mesa_bufferobj_mapped()Brian Paul2009-08-071-2/+2
* mesa: use valid_fragment_program() helperBrian Paul2009-08-071-3/+15
* mesa: do error checking on glCopyPixels() type parameterBrian Paul2009-08-071-8/+15
* 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 branchBrian 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