summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-03-03Use standard ARB names instead of vendor-specific NV names for the ARB/NV_ver...Roland Scheidegger
2006-03-03fix up the emit_func list in the experimental arbprogram sse code.Roland Scheidegger
2006-03-03Fix bogus span mask in s_atifragshader.c leading to trouble when the pixel wa...Roland Scheidegger
2006-03-02Add position_invarient supportKeith Whitwell
2006-03-02Fix more enums defined not only by one extension when queried by glGet (GL_CO...Roland Scheidegger
2006-03-02added GL_EXT_framebuffer_blit, etcBrian Paul
2006-03-02test glBlitFramebufferEXT w/ -blit flagBrian Paul
2006-03-02improved error msgBrian Paul
2006-03-02check FEATURE_EXT_framebuffer_blitBrian Paul
2006-03-02plug in BlitFramebuffer functionBrian Paul
2006-03-02implementation of _swrast_BlitFramebuffer()Brian Paul
2006-03-01Fix glGet with enums which are used not only in NV_vertex_program, but other ...Roland Scheidegger
2006-03-01No need for _mesa_save_error() to be public.Brian Paul
2006-03-01added BlitFramebuffer() supportBrian Paul
2006-03-01New comments. Use tuples () instead of lists [] in a few places.Brian Paul
2006-03-01added Flush in glXCopyContext()Brian Paul
2006-03-01updated commentBrian Paul
2006-03-01Added glBlitFramebufferEXT function.Brian Paul
2006-03-01remove temporary tokens, more error checks for blit functionBrian Paul
2006-03-01added s_blit.cBrian Paul
2006-03-01_swrast_blit_framebuffer() functionBrian Paul
2006-03-01GL_EXT_framebuffer_blit tokens/functionsBrian Paul
2006-02-28Free temps when possibleAapo Tahkola
2006-02-28Dont let (possibly) undefined z component reach hw as its unusedAapo Tahkola
2006-02-28No need to call *_FIREVERTICES twice.Aapo Tahkola
2006-02-28Fix aliasing bug (Benjamin Herrenschmidt)Aapo Tahkola
2006-02-28Allow error checking to look for presence of either of two extensions.Brian Paul
2006-02-28only run shader on active fragments in the spanBrian Paul
2006-02-28check if active fragment shader for deferred texturing/shadingBrian Paul
2006-02-28check for active shader, set FRAGPROG_BIT in raster maskBrian Paul
2006-02-27silence a bunch of warningsBrian Paul
2006-02-27More GLSL code:Michal Krol
2006-02-26re-formated with indent.Brian Paul
2006-02-26Remove need to initialize the InstSize[] array elements by just storingBrian Paul
2006-02-26display list clean-upsBrian Paul
2006-02-25Add all pci ids known by ddx to radeon dri driver. Remove the entries not kno...Roland Scheidegger
2006-02-24fix broken _mesa_copy_context() for GL_LIGHTING_BITBrian Paul
2006-02-24need to check for _NEW_BUFFERS in xmesa_update_state()Brian Paul
2006-02-24Fix _mesa_copy_texture_state() so that we copy texture object bindings,Brian Paul
2006-02-24EXT_framebuffer_object (Dave Reveman)Brian Paul
2006-02-23include inttypes.h if __osf__ defined (Randall Hand)Brian Paul
2006-02-23update Blender linkBrian Paul
2006-02-22add some #includes, fix some prototypes (bug 5992)Brian Paul
2006-02-22include proper header file, remove local extern declarationsBrian Paul
2006-02-22add missing prototypes, use _slang_ prefix on non-static functionsBrian Paul
2006-02-22silence a variety of compiler warningsBrian Paul
2006-02-22updated GLUT linkBrian Paul
2006-02-21More GLSL code:Michal Krol
2006-02-21 Committing in .Jouk Jansen
2006-02-19Added xcb dri config file.Jeremy Kolb