summaryrefslogtreecommitdiff
path: root/src/mesa/main
AgeCommit message (Expand)Author
2009-01-23Track two sets of back-face stencil stateIan Romanick
2009-01-22mesa: enable ARB_fbo for s/w driversBrian Paul
2009-01-22mesa: avoid calling _mesa_test_framebuffer_completeness() more than neededBrian Paul
2009-01-22mesa: fix some renderbuffer/framebuffer delete semanticsBrian Paul
2009-01-22mesa: add support for GL_DEPTH_STENCIL_ATTACHMENT point.Brian Paul
2009-01-22mesa: additional FBO error checking for multisample-related thingsBrian Paul
2009-01-22mesa: update Visual.samples field in _mesa_update_framebuffer_visual()Brian Paul
2009-01-22mesa: refactor glRenderbufferStorage(), glRenderbufferStorageMultisample() codeBrian Paul
2009-01-22mesa: init MaxSamples = 0 (no multisampling)Brian Paul
2009-01-22mesa: added GL_MAX_SAMPLES query for GL_ARB_fboBrian Paul
2009-01-22mesa: added NumSamples, MaxSamples for ARB_fboBrian Paul
2009-01-22mesa: stub for _mesa_RenderbufferStorageMultisample()Brian Paul
2009-01-22mesa: call fbo_incomplete() if driver marks FBO as incomplete (debug only)Brian Paul
2009-01-22mesa: update update_framebuffer_size() for ARB_fbo and mixed renderbuffer sizesBrian Paul
2009-01-22mesa: added ctx->Driver.ValidateFramebuffer() callbackBrian Paul
2009-01-22mesa: add new ARB_fbo queries, fix some error testsBrian Paul
2009-01-22mesa: add new ColorEncoding and ComponentType to gl_renderbufferBrian Paul
2009-01-22mesa: additional FBO/RB id error checking for ARB_fboBrian Paul
2009-01-22mesa: for ARB_fbo, lift restriction that all FBO attachments are same size an...Brian Paul
2009-01-22mesa: initial extension bits for GL_ARB_framebuffer_objectBrian Paul
2009-01-22mesa: regenerated GL API filesBrian Paul
2009-01-22mesa: added _mesa_fprintf() wrapperBrian Paul
2009-01-22mesa: master is open for new development, eventually will be Mesa 7.5Brian Paul
2009-01-22mesa: set version to 7.3Brian Paul
2009-01-22Merge commit 'origin/master' into gallium-0.2Alan Hourihane
2009-01-21mesa: add some debug assertions to detect null current texture object pointersBrian Paul
2009-01-20mesa: bump version to 7.3-rc3Brian Paul
2009-01-20Fix store texel for argb4444.Thomas Hellstrom
2009-01-20Fix store texel for argb8888_rev.Thomas Hellstrom
2009-01-20Add RGBA4444 and RGBA5551 texture formats.Thomas Hellstrom
2009-01-16mesa: remove GL_DEPTH_TEST + no depth buffer testBrian Paul
2009-01-16Merge commit 'origin/master' into gallium-0.2Alan Hourihane
2009-01-15mesa: check frambuffer complete status before renderingAlan Hourihane
2009-01-15mesa: check frambuffer complete status before renderingAlan Hourihane
2009-01-14mesa: bump version to 7.3-rc2Brian Paul
2009-01-14Merge commit 'origin/master' into gallium-0.2Alan Hourihane
2009-01-14glsl: propagate pragma info down into compiler from preprocessorBrian Paul
2009-01-14mesa: fix incorrect transformation of GL_SPOT_DIRECTIONBrian Paul
2009-01-11Big endian fixes.Matthieu Herrb
2009-01-09mesa: set version string to 7.3-rc1Brian Paul
2009-01-09mesa: Remove _Active and _UseTexEnvProgram flags from fragment programs.Eric Anholt
2009-01-08mesa: set version string to 7.3-rc1Brian Paul
2009-01-08mesa: Add _mesa_snprintf.José Fonseca
2009-01-08mesa: fix GL_DEPTH_CLEAR_VALUE castingBrian Paul
2009-01-08mesa: fix float->int mapping for glGetIntegerv(GL_DEPTH_CLEAR_VALUE)Brian Paul
2009-01-08mesa: Use explicit casts when precision is lost.José Fonseca
2009-01-08mesa: Fix windows build when UNICODE is defined.José Fonseca
2009-01-07mesa: Remove _Active and _UseTexEnvProgram flags from fragment programs.Eric Anholt
2009-01-07mesa: Add _mesa_snprintf.José Fonseca
2009-01-06mesa: fix GL_DEPTH_CLEAR_VALUE castingBrian Paul