summaryrefslogtreecommitdiff
path: root/src/mesa/swrast/swrast.h
AgeCommit message (Expand)AuthorFilesLines
2013-06-05mesa: remove outdated version lines in commentsRico Schüller1-1/+0
2013-05-17mesa: Make FinishRenderTexture just take the renderbuffer being finished.Eric Anholt1-1/+1
2013-04-30swrast: Move ImageOffsets allocation to shared code.Eric Anholt1-1/+1
2013-04-23mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke1-3/+4
2013-04-23mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke1-1/+1
2013-04-23mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke1-1/+1
2013-04-21mesa: Generalize TexStorage allocator between swrast and intel.Eric Anholt1-8/+0
2013-03-15Replace gl_frag_attrib enum with gl_varying_slot.Paul Berry1-3/+3
2012-08-12mesa: Remove unnecessary parameters from AllocTextureImageBufferPauli Nieminen1-5/+2
2012-02-24mesa: move more swrast-related #defines out of core MesaBrian Paul1-0/+20
2012-02-24swrast: define, use SWRAST_MAX_WIDTH/HEIGHTBrian Paul1-0/+8
2012-02-22i915: Initialize swrast_texture_image structure fields.Paul Berry1-0/+4
2012-01-06swrast: Use the fast copypixels code to implement fast glBlitFramebuffer().Eric Anholt1-0/+5
2011-12-08mesa: remove dead swrast and state tracker accum buffer codeBrian Paul1-3/+0
2011-11-15mesa: remove _swrast_ReadPixels()Brian Paul1-7/+0
2011-10-31swrast: implement GL_ARB_texture_storageBrian Paul1-0/+7
2011-09-20mesa: move last bits of GLchan stuff into swrastBrian Paul1-0/+1
2011-09-17swrast: add Alloc/FreeTextureImageBuffer() driver functionsBrian Paul1-0/+10
2011-09-17swrast: introduce new swrast_texture_image structBrian Paul1-0/+7
2011-08-29swrast: Add implementation of MapTextureImage/UnmapTextureImage.Brian Paul1-0/+14
2011-06-13mesa: move texrender.c to swrastBrian Paul1-0/+10
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-27/+27
2009-11-05mesa/main: Add more OpenGL ES types to glheader.h.Chia-I Wu1-6/+0
2009-09-19swrast: remove prototypes for obsolete functionsBrian Paul1-21/+0
2009-09-19swrast: remove prototypes for obsolete functionsBrian Paul1-33/+0
2009-03-07mesa: remove GL_MESA_program_debug extensionBrian Paul1-6/+0
2009-02-28mesa: move GLfixed type and related macros to swrast moduleBrian Paul1-0/+6
2007-11-30fix broken two-sided stencilBrian1-0/+7
2007-07-04Be more consistant with paths in #includes. Eventually, eliminate a bunch of...Brian1-1/+1
2007-05-20Overhaul/simplify SWvertex and SWspan attribute handling.Brian1-10/+13
2007-04-23remove SWvertex->fog field, use attrib fieldBrian1-1/+0
2007-02-05Merge SWvertex texcoord and varying fields into attrib[] array field.Brian1-2/+1
2006-12-21s/attribute/varying/Brian1-1/+1
2006-11-01Remove x/y/width/height parameters from Clear functions.Brian Paul1-2/+1
2006-10-18Don't pass x/y/width/height to ctx->Driver.Accum().Brian Paul1-3/+1
2006-10-10Move the fp_machine struct into s_nvfragmprog.c since (except for programBrian Paul1-0/+7
2006-04-11More GLSL code:Michal Krol1-1/+2
2006-03-26merge from texman branchmesa_20060325Brian Paul1-0/+4
2006-03-02implementation of _swrast_BlitFramebuffer()Brian Paul1-4/+4
2006-03-01_swrast_blit_framebuffer() functionBrian Paul1-0/+6
2005-09-16more GLuint->GLbitfield changesBrian Paul1-1/+1
2005-09-15updated commentsBrian Paul1-11/+9
2005-09-03Remove last remnants of pre-renderbuffer code.Brian Paul1-29/+1
2005-07-26improve comments about win[0..3] values (bug 2554)Brian Paul1-2/+5
2005-07-01Remove NEW_RENDERBUFFER stuff.Brian Paul1-1/+1
2005-06-04remove old span functions from swrast_device_driver structBrian Paul1-176/+1
2005-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul1-42/+45
2004-10-31Removed _swrast_validate_pbo_access().Brian Paul1-5/+0
2004-10-02added support for GL_ARB_draw_buffersBrian Paul1-1/+5
2004-09-24patches for clearing hw depth buffers from software fallback (Nicolai Haehnle)Brian Paul1-0/+7