summaryrefslogtreecommitdiff
path: root/src/mesa/swrast/swrast.h
AgeCommit message (Expand)Author
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2009-11-05mesa/main: Add more OpenGL ES types to glheader.h.Chia-I Wu
2009-09-19swrast: remove prototypes for obsolete functionsBrian Paul
2009-09-19swrast: remove prototypes for obsolete functionsBrian Paul
2009-03-07mesa: remove GL_MESA_program_debug extensionBrian Paul
2009-02-28mesa: move GLfixed type and related macros to swrast moduleBrian Paul
2007-11-30fix broken two-sided stencilBrian
2007-07-04Be more consistant with paths in #includes. Eventually, eliminate a bunch of...Brian
2007-05-20Overhaul/simplify SWvertex and SWspan attribute handling.Brian
2007-04-23remove SWvertex->fog field, use attrib fieldBrian
2007-02-05Merge SWvertex texcoord and varying fields into attrib[] array field.Brian
2006-12-21s/attribute/varying/Brian
2006-11-01Remove x/y/width/height parameters from Clear functions.Brian Paul
2006-10-18Don't pass x/y/width/height to ctx->Driver.Accum().Brian Paul
2006-10-10Move the fp_machine struct into s_nvfragmprog.c since (except for programBrian Paul
2006-04-11More GLSL code:Michal Krol
2006-03-26merge from texman branchBrian Paul
2006-03-02implementation of _swrast_BlitFramebuffer()Brian Paul
2006-03-01_swrast_blit_framebuffer() functionBrian Paul
2005-09-16more GLuint->GLbitfield changesBrian Paul
2005-09-15updated commentsBrian Paul
2005-09-03Remove last remnants of pre-renderbuffer code.Brian Paul
2005-07-26improve comments about win[0..3] values (bug 2554)Brian Paul
2005-07-01Remove NEW_RENDERBUFFER stuff.Brian Paul
2005-06-04remove old span functions from swrast_device_driver structBrian Paul
2005-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul
2004-10-31Removed _swrast_validate_pbo_access().Brian Paul
2004-10-02added support for GL_ARB_draw_buffersBrian Paul
2004-09-24patches for clearing hw depth buffers from software fallback (Nicolai Haehnle)Brian Paul
2004-03-21Implemented support for software-based AUX color buffers.Brian Paul
2004-03-13Implementation of GL_EXT_pixel_buffer_object extension.Brian Paul
2004-03-09Fix color index mode rendering.Brian Paul
2003-09-17changed a commentBrian Paul
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick
2003-02-23Move span stuff from swrast.h to s_context.h (it's private).Brian Paul
2003-01-14First batch of code for GL_NV_fragment_program.Brian Paul
2002-11-13added comments about NULL mask parameter to span-write functionsBrian Paul
2002-10-29updated email addressesBrian Paul
2002-10-21doxygen comments (Klaus Niederkrueger)Brian Paul
2002-10-11Another round of glRead/DrawBuffer() clean-ups and simplifications.Brian Paul
2002-10-04multiple GL_POINTS can now be rendered together into one fragment spanBrian Paul
2002-10-02finished up GL_EXT_stencil_two_sideBrian Paul
2002-09-17pull-in changes from DRI/Mesa-4.0.4Brian Paul
2002-08-07struct sw_span is again allocated on the stack, but the arrays of spanBrian Paul
2002-07-09Overhaul of glRead/DrawBuffer() code. Now, swrast->Driver.SetBuffer()Brian Paul
2002-04-19Allocate a sw_span struct in the swrast context instead of allocating itBrian Paul
2002-04-12updated a few commentsBrian Paul
2002-04-12Klaus Niederkrueger's latest changes: use INIT_SPAN() to init span primitiveBrian Paul
2002-03-16Lots of changes related to framebuffer/window buffer resizing. Basically,Brian Paul
2002-02-02sw_span can now hold x/y arrays of fragment positions - getting ready toBrian Paul