| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | mesa: avoid calling _mesa_test_framebuffer_completeness() more than needed | Brian Paul | 2009-01-22 | 2 | -4/+34 |
* | mesa: fix some renderbuffer/framebuffer delete semantics | Brian Paul | 2009-01-22 | 1 | -1/+33 |
* | mesa: add support for GL_DEPTH_STENCIL_ATTACHMENT point. | Brian Paul | 2009-01-22 | 1 | -1/+46 |
* | mesa: additional FBO error checking for multisample-related things | Brian Paul | 2009-01-22 | 1 | -24/+98 |
* | mesa: update Visual.samples field in _mesa_update_framebuffer_visual() | Brian Paul | 2009-01-22 | 1 | -0/+1 |
* | mesa: refactor glRenderbufferStorage(), glRenderbufferStorageMultisample() code | Brian Paul | 2009-01-22 | 1 | -13/+41 |
* | mesa: init MaxSamples = 0 (no multisampling) | Brian Paul | 2009-01-22 | 1 | -0/+3 |
* | mesa: added GL_MAX_SAMPLES query for GL_ARB_fbo | Brian Paul | 2009-01-22 | 2 | -1/+17 |
* | mesa: added NumSamples, MaxSamples for ARB_fbo | Brian Paul | 2009-01-22 | 1 | -0/+3 |
* | mesa: stub for _mesa_RenderbufferStorageMultisample() | Brian Paul | 2009-01-22 | 3 | -1/+26 |
* | mesa: call fbo_incomplete() if driver marks FBO as incomplete (debug only) | Brian Paul | 2009-01-22 | 1 | -0/+3 |
* | mesa: update update_framebuffer_size() for ARB_fbo and mixed renderbuffer sizes | Brian Paul | 2009-01-22 | 1 | -17/+16 |
* | mesa: added ctx->Driver.ValidateFramebuffer() callback | Brian Paul | 2009-01-22 | 2 | -8/+20 |
* | mesa: add new ARB_fbo queries, fix some error tests | Brian Paul | 2009-01-22 | 1 | -10/+97 |
* | mesa: add new ColorEncoding and ComponentType to gl_renderbuffer | Brian Paul | 2009-01-22 | 2 | -2/+11 |
* | mesa: additional FBO/RB id error checking for ARB_fbo | Brian Paul | 2009-01-22 | 1 | -0/+10 |
* | mesa: for ARB_fbo, lift restriction that all FBO attachments are same size an... | Brian Paul | 2009-01-22 | 1 | -23/+45 |
* | mesa: initial extension bits for GL_ARB_framebuffer_object | Brian Paul | 2009-01-22 | 3 | -0/+3 |
* | mesa: regenerated GL API files | Brian Paul | 2009-01-22 | 1 | -2778/+2926 |
* | mesa: added _mesa_fprintf() wrapper | Brian Paul | 2009-01-22 | 2 | -1/+17 |
* | mesa: master is open for new development, eventually will be Mesa 7.5 | Brian Paul | 2009-01-22 | 1 | -3/+3 |
* | mesa: set version to 7.3 | Brian Paul | 2009-01-22 | 1 | -1/+1 |
* | mesa: add some debug assertions to detect null current texture object pointers | Brian Paul | 2009-01-21 | 2 | -0/+22 |
* | mesa: bump version to 7.3-rc3 | Brian Paul | 2009-01-20 | 1 | -1/+1 |
* | Fix store texel for argb4444. | Thomas Hellstrom | 2009-01-20 | 1 | -1/+1 |
* | Fix store texel for argb8888_rev. | Thomas Hellstrom | 2009-01-20 | 1 | -1/+1 |
* | Add RGBA4444 and RGBA5551 texture formats. | Thomas Hellstrom | 2009-01-20 | 6 | -0/+212 |
* | mesa: remove GL_DEPTH_TEST + no depth buffer test | Brian Paul | 2009-01-16 | 1 | -4/+0 |
* | mesa: check frambuffer complete status before rendering | Alan Hourihane | 2009-01-15 | 1 | -13/+20 |
* | mesa: bump version to 7.3-rc2mesa_7_3_rc2 | Brian Paul | 2009-01-14 | 1 | -1/+1 |
* | glsl: propagate pragma info down into compiler from preprocessor | Brian Paul | 2009-01-14 | 1 | -3/+10 |
* | mesa: fix incorrect transformation of GL_SPOT_DIRECTION | Brian Paul | 2009-01-14 | 1 | -1/+2 |
* | Big endian fixes. | Matthieu Herrb | 2009-01-11 | 1 | -1/+2 |
* | mesa: set version string to 7.3-rc1 | Brian Paul | 2009-01-08 | 1 | -1/+1 |
* | mesa: Remove _Active and _UseTexEnvProgram flags from fragment programs. | Eric Anholt | 2009-01-07 | 3 | -14/+0 |
* | mesa: Add _mesa_snprintf. | José Fonseca | 2009-01-07 | 2 | -0/+15 |
* | mesa: fix GL_DEPTH_CLEAR_VALUE casting | Brian Paul | 2009-01-06 | 2 | -4/+4 |
* | mesa: Fix the size per pixel for packed pixel format data type. | Xiang, Haihao | 2009-01-06 | 3 | -2/+9 |
* | mesa: Fix the number of components for GL_UNSIGNED_SHORT_1_5_5_5_REV. (bug #1... | Xiang, Haihao | 2009-01-06 | 1 | -1/+1 |
* | mesa: add GLushort cases for render to texture (Z-buffers) | Brian Paul | 2009-01-05 | 1 | -2/+50 |
* | mesa: comments, whitespace changes | Brian Paul | 2009-01-01 | 1 | -13/+31 |
* | mesa: increase max texture image units and GLSL samplers to 16 | Brian Paul | 2008-12-31 | 12 | -131/+182 |
* | mesa: increase max constants/uniforms to 256 (vec4 vectors) | Brian Paul | 2008-12-30 | 1 | -2/+2 |
* | Add do_row_3d for mipmapping 3D textures | Ian Romanick | 2008-12-19 | 1 | -21/+444 |
* | Fix typeo in mipmap filter for GL_UNSIGNED_SHORT_1_5_5_5_REV | Ian Romanick | 2008-12-19 | 1 | -1/+1 |
* | mesa: Clip copytexsubimage to read framebuffer bounds, not scissor region. | Eric Anholt | 2008-12-18 | 1 | -1/+1 |
* | mesa: Correct _mesa_clip_to_region() off-by-one. | Eric Anholt | 2008-12-18 | 1 | -2/+2 |
* | mesa: remove unneeded _mesa_reference_fragprog() call | Brian Paul | 2008-12-17 | 1 | -4/+2 |
* | mesa: updated comments | Brian Paul | 2008-12-17 | 1 | -10/+12 |
* | mesa: move _mesa_dlopen(), etc into separate dlopen.c file | Brian Paul | 2008-12-15 | 4 | -72/+146 |