summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mesa: updated fragment shader codegen for GL_NV_texture_env_combine4Brian Paul2009-01-231-31/+90
* swrast: updates for GL_NV_texture_env_combine4Brian Paul2009-01-232-17/+117
* mesa: update state setup/validation for GL_NV_texture_env_combine4Brian Paul2009-01-231-7/+18
* mesa: update glTexEnv(), glGetTexEnv() for GL_NV_texture_env_combine4Brian Paul2009-01-231-2/+83
* mesa: initial changes for GL_NV_texture_env_combine4Brian Paul2009-01-232-10/+9
* mesa: consolidate glGetTexEnvi/f() code with new get_texenvi() helperBrian Paul2009-01-231-214/+125
* mesa: refactor _mesa_TexEnvfv() code with helper functionsBrian Paul2009-01-231-348/+373
* Merge branch 'vertex_array_bgra'Brian Paul2009-01-237-96/+154
|\
| * i965: enable GL_EXT_vertex_array_bgraBrian Paul2009-01-232-2/+19
| * mesa: enable GL_EXT_vertex_array_bgra for sw driversBrian Paul2009-01-231-0/+1
| * mesa: update tnl module for GL_EXT_vertex_array_bgraBrian Paul2009-01-231-1/+30
| * mesa: improve array initialization code, and set the new array->Format field.Brian Paul2009-01-231-75/+33
| * mesa: update glColorPointer, etc for GL_EXT_vertex_array_bgraBrian Paul2009-01-231-18/+68
| * mesa: initial bits for GL_EXT_vertex_array_bgraBrian Paul2009-01-232-0/+3
* | r300: Enable GL_ATI_separate_stencil in R300Ian Romanick2009-01-232-4/+22
* | 965: Enable GL_EXT_stencil_two_sideIan Romanick2009-01-231-0/+2
* | swrast: Enable GL_EXT_stencil_two_sideIan Romanick2009-01-232-2/+4
* | Track two sets of back-face stencil stateIan Romanick2009-01-239-104/+128
|/
* i965: whitespace changes and reformattingBrian Paul2009-01-223-47/+42
* docs: first 7.5 feature: GL_ARB_framebuffer_objectBrian Paul2009-01-221-0/+1
* i965: enable GL_ARB_framebuffer_objectBrian Paul2009-01-221-0/+2
* intel: add GL_EXT_framebuffer blit extensionBrian Paul2009-01-222-2/+74
* intel: remove/disable the "paired depth/stencil" codeBrian Paul2009-01-225-12/+2
* intel: asst clean-ups, simplifications in intel_draw_buffer()Brian Paul2009-01-221-30/+16
* intel: remove unneeded call to ctx->Driver.DepthRange()Brian Paul2009-01-221-3/+0
* i965: disallow separate depth/stencil renderbuffersBrian Paul2009-01-221-11/+11
* i965: minor reformattingBrian Paul2009-01-221-5/+9
* intel: plug in stub intel_validate_framebuffer() functionBrian Paul2009-01-221-0/+14
* intel: inline some renderbuffer functionsBrian Paul2009-01-222-55/+52
* demos: revamp the fbotexture.c demoBrian Paul2009-01-221-113/+268
* demos: updated FBO tests to for ARB_fboBrian Paul2009-01-222-7/+15
* mesa: enable ARB_fbo for s/w driversBrian Paul2009-01-221-0/+3
* mesa: avoid calling _mesa_test_framebuffer_completeness() more than neededBrian Paul2009-01-222-4/+34
* mesa: fix some renderbuffer/framebuffer delete semanticsBrian Paul2009-01-221-1/+33
* mesa: add support for GL_DEPTH_STENCIL_ATTACHMENT point.Brian Paul2009-01-221-1/+46
* mesa: additional FBO error checking for multisample-related thingsBrian Paul2009-01-221-24/+98
* mesa: update Visual.samples field in _mesa_update_framebuffer_visual()Brian Paul2009-01-221-0/+1
* mesa: refactor glRenderbufferStorage(), glRenderbufferStorageMultisample() codeBrian Paul2009-01-221-13/+41
* mesa: init MaxSamples = 0 (no multisampling)Brian Paul2009-01-221-0/+3
* mesa: add ARB_framebuffer_object.xml to API_XMLBrian Paul2009-01-221-0/+1
* mesa: added GL_MAX_SAMPLES query for GL_ARB_fboBrian Paul2009-01-222-1/+17
* mesa: added NumSamples, MaxSamples for ARB_fboBrian Paul2009-01-221-0/+3
* mesa: stub for _mesa_RenderbufferStorageMultisample()Brian Paul2009-01-223-1/+26
* mesa: call fbo_incomplete() if driver marks FBO as incomplete (debug only)Brian Paul2009-01-221-0/+3
* mesa: update update_framebuffer_size() for ARB_fbo and mixed renderbuffer sizesBrian Paul2009-01-221-17/+16
* mesa: added ctx->Driver.ValidateFramebuffer() callbackBrian Paul2009-01-222-8/+20
* mesa: add new ARB_fbo queries, fix some error testsBrian Paul2009-01-221-10/+97
* mesa: add new ColorEncoding and ComponentType to gl_renderbufferBrian Paul2009-01-222-2/+11
* mesa: additional FBO/RB id error checking for ARB_fboBrian Paul2009-01-221-0/+10
* mesa: for ARB_fbo, lift restriction that all FBO attachments are same size an...Brian Paul2009-01-221-23/+45