Merge branch 'gallium-0.1' into gallium-0.2
[mesa.git] / src / mesa / main / drawpix.c
2008-09-11 Keith WhitwellMerge branch 'gallium-0.1' into gallium-0.2
2008-06-09 Brian Paulmesa: refactor: move glReadPixels code into new readpix...
2008-06-03 Keith WhitwellMerge branch 'gallium-tex-surfaces' into gallium-0.1
2008-05-31 José Fonsecamesa: Apply MSVC portability fixes from Alan Hourihane.
2008-05-23 Jakob BornecrantzMerge branch 'gallium-i915-current' into gallium-0.1
2008-05-02 Corbin SimpsonMerge branch 'r500test' of git://people.freedesktop...
2008-05-01 Alex DeucherMerge branch 'r500test' of git://people.freedesktop...
2008-04-30 Brian Paulmesa: adjust glBitmap coords by a small epsilon
2008-04-24 Brian Paulmesa: adjust glBitmap coords by a small epsilon
2008-04-16 Dave AirlieMerge branch 'master' into r500test
2008-03-29 Oliver McFaddenMerge branch 'r300-vertprog-branch' of ssh://people...
2008-03-21 BrianRefactor PBO validate/map code.
2008-03-21 BrianRefactor PBO validate/map code.
2008-03-21 BrianFix some PBO breakage.
2008-03-21 BrianFix some PBO breakage.
2008-03-17 Xiang, Haihaomesa: Follow GL spec to draw DEPTH_COMPONENT pixels...
2007-11-05 Brianno-op glCopyPixels if width or height is zero
2007-10-17 BrianAdd some FLUSH_CURRENT() calls.
2007-10-15 Briancheck for width or height = 0 before calling driver...
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-03-26 Brian Paulmerge from texman branch
2006-03-20 Brian Pauluse new _mesa_sourc/dest_buffer_exists() functions
2006-03-18 Brian PaulDon't call Driver->Bitmap() if no image to render
2005-11-17 Brian Paulmove _mesa_update_state() calls before error tests...
2005-11-17 Brian Paulimproved error checking in error_check_format_type()
2005-10-01 Brian Paulmove around some error checking
2005-09-28 Brian Pauladd error checks for framebuffer completeness
2005-09-28 Brian PaulInitial work for GL_EXT_packed_depth_stencil extension.
2005-09-27 Brian PaulLift all the format/type error checking out of the...
2005-09-09 Brian Pauldon't generate selection hits for glBitmap, glDraw...
2005-08-25 Brian Paulremoved GL_HP_occlusion_test extension
2004-04-23 Brian PaulAdded ctx->Vertex/FragmentProgram._Enable flags. Set...
2004-03-13 Brian PaulImplementation of GL_EXT_pixel_buffer_object extension.
2004-02-26 Brian Paulcheck for invalid fragment program in glDrawPixels...
2003-10-21 Kendall BennettAdded GLAPIENTRY decorations for all first level OpenGL...
2003-08-31 Brian Pauladded minor assertion
2003-07-17 Keith WhitwellMerge Jose's documentation and core Mesa changes from...
2003-06-05 Ian RomanickRemoved all RCS / CVS tags (Id, Header, Date, etc....
2003-03-01 Brian PaulKilled mmath.[ch]. Moved low-level functions/assembly...
2002-10-24 Brian PaulHeader file clean-up:
2002-08-21 Brian Paulminor error message changes
2002-06-15 Brian PaulAdded ctx parameter to _mesa_debug()
2002-05-09 Brian PaulMinor change to current raster position and texcoords.
2002-01-15 Brian Pauladded some missing error checks
2001-12-14 Brian Paulvertex program check-in
2001-12-13 Brian Paulfixed errors in feedback for glDraw/CopyPixels and...
2001-06-26 Brian PaulMore raster fog coord fixes.
2001-06-26 Brian Pauladded GL_IBM_rasterpos_clip extension
2001-06-18 Brian PaulConsolidated source files. Since the re-org a number...
2001-04-28 Keith WhitwellSupport for floating point color representation in...
2001-04-10 Brian PaulAdded IROUND_POS() macro to mmath.h and use where appro...
2001-03-19 Keith WhitwellSplit driver struct into swrast/tnl/core components.
2001-03-12 Gareth HughesConsistent copyright info (version number, date) across...
2001-03-03 Brian Paullots of gl_*() to _mesa_*() namespace clean-up
2001-01-29 Keith WhitwellRemoved knowledge of swrast Clear/Bitmap/Accum/Draw...
2000-12-26 Keith WhitwellMajor rework of tnl module
2000-11-22 Jouk Jansen Committing in .
2000-11-16 Keith WhitwellMove the transform and lighting code to two new directories
2000-10-31 Keith WhitwellMoved the software rasterizer to a new directory.
2000-10-30 Brian PaulRemoved UPDATE_IMAGE_TRANSFER_STATE, use _NEW_PIXEL...
2000-10-29 Brian Paulrenamed Current.ByteColor Current.Color
2000-10-29 Brian PaulMore GLchan color channel changes.
2000-10-28 Brian PaulNew colormac.h file for color-related macros.
2000-10-27 Keith WhitwellImplement EXT_fog_coord and EXT_secondary_color.
2000-10-17 Brian Paulported render begin/end calls from Mesa 3.4
2000-10-05 Brian Pauldrawing color-index image to RGB window was broken
2000-09-30 Brian Paulsupport for N texture units
2000-09-26 Brian PaulFirst batch of OpenGL SI related changes:
2000-09-12 Brian Pauladded format/type error check to draw_rgba_pixels()
2000-09-08 Brian Paulchanged gl_frame_buffer Xmax and Ymax to be exclusive...
2000-09-06 Brian Paulsilence compiler warning (zoomY0)
2000-08-30 Brian Paulmore convolution work
2000-08-23 Brian Paulenabling 1D convolution caused a problem
2000-08-21 Brian Paulbasic glDrawPixels convolution implemented
2000-08-16 Brian Pauloptimized glDrawPixels for glPixelZoom(1,-1) (Andrew...
2000-08-16 Brian Paulfixed typo which disabled simple_DrawPixels
2000-06-30 Brian Pauladded histogram sink test
2000-06-30 Brian Paulenabled GL_POST_CONVOLUTION_COLOR_TABLE
2000-06-27 Brian Pauladded GL_EXT_texture_env_combine (Holger Waechtler)
2000-06-27 Brian Paulfixed type checking error
2000-05-04 Brian Paulimplemented GL_EXT_histogram extension
2000-04-18 Brian Paulmore color table and imaging work
2000-04-12 Brian Paulmore work on GL_SGI_color_table, pixel transfer code...
2000-04-11 Brian Paulclip depth/stencil spans to window bounds
2000-04-08 Brian Pauladded GL_SGI_color_matrix extension
2000-04-07 Brian Pauladded GL_SGIX/SGIS_pixel_texture extension
2000-04-01 Brian Paulchanges for GL_HP_occlusion_test
2000-03-21 Brian Paulchanged imaging functions to _mesa_ prefix
2000-03-03 Brian Paulruntime selectable depth buffer depth
2000-03-03 Brian Paulmoved device driver DrawPixels call
2000-02-08 Brian PaulglDrawPixels w/ format=GL_COLOR_INDEX was broken
2000-02-02 Brian Paulupdated includes for source file reorg
1999-11-26 Brian Paulgenerate Z values when fog enabled (Andree Borrmann)
1999-11-24 Brian Pauladded support for separate read/draw buffers per context
1999-11-22 Brian Pauladded _mesa_clip_pixelrect()
1999-11-18 Brian Paulsilence an uninitialized var warning
1999-11-11 Brian Paulfirst big check-in of new Mesa 3.3 code
1999-11-08 Brian Paulclean-up of header includes (Daryll)
1999-10-19 Brian Paulmore image type error checking in draw_stencil_pixels()
1999-10-08 Keith WhitwellFixed includes & added a few hooks for the DRI.
next