Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-01-22 | mesa: fix some renderbuffer/framebuffer delete semantics | Brian Paul | |
Need to unbind buffers if referenced by the current read/draw pointers when being deleted. | |||
2009-01-22 | mesa: add support for GL_DEPTH_STENCIL_ATTACHMENT point. | Brian Paul | |
Used to set both the depth and stencil attachment points to one renderbuffer of texture. | |||
2009-01-22 | mesa: additional FBO error checking for multisample-related things | Brian Paul | |
Plus some new comments. | |||
2009-01-22 | mesa: update Visual.samples field in _mesa_update_framebuffer_visual() | Brian Paul | |
2009-01-22 | mesa: refactor glRenderbufferStorage(), glRenderbufferStorageMultisample() code | Brian Paul | |
Use a common helper routine for both functions. | |||
2009-01-22 | mesa: init MaxSamples = 0 (no multisampling) | Brian Paul | |
2009-01-22 | mesa: added GL_MAX_SAMPLES query for GL_ARB_fbo | Brian Paul | |
2009-01-22 | mesa: added NumSamples, MaxSamples for ARB_fbo | Brian Paul | |
2009-01-22 | mesa: stub for _mesa_RenderbufferStorageMultisample() | Brian Paul | |
2009-01-22 | mesa: call fbo_incomplete() if driver marks FBO as incomplete (debug only) | Brian Paul | |
2009-01-22 | mesa: update update_framebuffer_size() for ARB_fbo and mixed renderbuffer sizes | Brian Paul | |
2009-01-22 | mesa: added ctx->Driver.ValidateFramebuffer() callback | Brian Paul | |
Called from the _mesa_test_framebuffer_completeness() function to give the driver the chance to make a framebuffer as incomplete if it doesn't meet some specific hardware restriction. | |||
2009-01-22 | mesa: add new ARB_fbo queries, fix some error tests | Brian Paul | |
2009-01-22 | mesa: add new ColorEncoding and ComponentType to gl_renderbuffer | Brian Paul | |
2009-01-22 | mesa: additional FBO/RB id error checking for ARB_fbo | Brian Paul | |
It's illegal to bind a FBO/RB id that didn't come from glGenRender/Framebuffer(). | |||
2009-01-22 | mesa: for ARB_fbo, lift restriction that all FBO attachments are same size ↵ | Brian Paul | |
and color format | |||
2009-01-22 | mesa: initial extension bits for GL_ARB_framebuffer_object | Brian Paul | |
2009-01-22 | mesa: regenerated GL API files | Brian Paul | |
2009-01-22 | mesa: added _mesa_fprintf() wrapper | Brian Paul | |
2009-01-22 | mesa: master is open for new development, eventually will be Mesa 7.5 | Brian Paul | |
2009-01-22 | mesa: set version to 7.3 | Brian Paul | |
2009-01-22 | Merge commit 'origin/master' into gallium-0.2 | Alan Hourihane | |
Conflicts: windows/VC8/mesa/osmesa/osmesa.vcproj windows/VC8/progs/demos/gears.vcproj windows/VC8/progs/progs.sln | |||
2009-01-21 | mesa: add some debug assertions to detect null current texture object pointers | Brian Paul | |
See bug #17895. These assertions could be removed when this is resolved. | |||
2009-01-20 | mesa: bump version to 7.3-rc3 | Brian Paul | |
2009-01-20 | Fix store texel for argb4444. | Thomas Hellstrom | |
2009-01-20 | Fix store texel for argb8888_rev. | Thomas Hellstrom | |
2009-01-20 | Add RGBA4444 and RGBA5551 texture formats. | Thomas Hellstrom | |
2009-01-16 | mesa: remove GL_DEPTH_TEST + no depth buffer test | Brian Paul | |
One could enable depth testing before binding an FBO that has a depth buffer so this test is no longer useful or correct. | |||
2009-01-16 | Merge commit 'origin/master' into gallium-0.2 | Alan Hourihane | |
Conflicts: src/mesa/shader/slang/slang_compile.c | |||
2009-01-15 | mesa: check frambuffer complete status before rendering | Alan Hourihane | |
2009-01-15 | mesa: check frambuffer complete status before rendering | Alan Hourihane | |
2009-01-14 | mesa: bump version to 7.3-rc2 | Brian Paul | |
2009-01-14 | Merge commit 'origin/master' into gallium-0.2 | Alan Hourihane | |
Conflicts: docs/install.html docs/relnotes-7.3.html src/mesa/shader/slang/slang_codegen.c src/mesa/shader/slang/slang_compile.c src/mesa/shader/slang/slang_emit.c src/mesa/shader/slang/slang_preprocess.c src/mesa/shader/slang/slang_preprocess.h | |||
2009-01-14 | glsl: propagate pragma info down into compiler from preprocessor | Brian Paul | |
2009-01-14 | mesa: fix incorrect transformation of GL_SPOT_DIRECTION | Brian Paul | |
This was changed between GL 1.0 and 1.1. Mesa still had the 1.0 behaviour. | |||
2009-01-11 | Big endian fixes. | Matthieu Herrb | |
2009-01-09 | mesa: set version string to 7.3-rc1 | Brian Paul | |
2009-01-09 | mesa: Remove _Active and _UseTexEnvProgram flags from fragment programs. | Eric Anholt | |
There was a note in state.c about _Active deserving to die, and there were potential issues with it due to i965 forgetting to set _UseTexEnvProgram. Removing both simplifies things. Reviewed-by: Brian Paul <brianp@vmware.com> | |||
2009-01-08 | mesa: set version string to 7.3-rc1 | Brian Paul | |
2009-01-08 | mesa: Add _mesa_snprintf. | José Fonseca | |
On Windows snprintf is renamed as _snprintf. | |||
2009-01-08 | mesa: fix GL_DEPTH_CLEAR_VALUE casting | Brian Paul | |
2009-01-08 | mesa: fix float->int mapping for glGetIntegerv(GL_DEPTH_CLEAR_VALUE) | Brian Paul | |
(cherry picked from commit 8124faf89d638285d8e9aa93adc3ca7f4ee729f3) Conflicts: src/mesa/main/get.c | |||
2009-01-08 | mesa: Use explicit casts when precision is lost. | José Fonseca | |
Silences MSVC. | |||
2009-01-08 | mesa: Fix windows build when UNICODE is defined. | José Fonseca | |
2009-01-07 | mesa: Remove _Active and _UseTexEnvProgram flags from fragment programs. | Eric Anholt | |
There was a note in state.c about _Active deserving to die, and there were potential issues with it due to i965 forgetting to set _UseTexEnvProgram. Removing both simplifies things. Reviewed-by: Brian Paul <brianp@vmware.com> | |||
2009-01-07 | mesa: Add _mesa_snprintf. | José Fonseca | |
On Windows snprintf is renamed as _snprintf. (cherry picked from commit f8f9a1b620d31d1a59855fd502caed325d4a324f) | |||
2009-01-06 | mesa: fix GL_DEPTH_CLEAR_VALUE casting | Brian Paul | |
(cherry picked from commit d14d494dcda3d80ec2cf452551c680ffb432e306) | |||
2009-01-06 | Merge commit 'origin/master' into gallium-0.2 | Brian Paul | |
Conflicts: src/mesa/drivers/dri/common/dri_util.c | |||
2009-01-06 | mesa: Fix the size per pixel for packed pixel format data type. | Xiang, Haihao | |
2009-01-06 | mesa: Fix the number of components for GL_UNSIGNED_SHORT_1_5_5_5_REV. (bug ↵ | Xiang, Haihao | |
#19390) |