summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* mesa: re-enable check for EXT_framebuffer_blitarb_fboBrian Paul2009-01-221-1/+1
* intel: fix a flipped image bug in intel_blit_framebuffer()Brian Paul2009-01-221-0/+15
* intel: add GL_EXT_framebuffer blit extensionBrian Paul2009-01-222-2/+58
* intel: remove/disable the "paired depth/stencil" codeBrian Paul2009-01-225-13/+1
* 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-211-11/+11
* i965: minor reformattingBrian Paul2009-01-211-5/+9
* mesa: avoid calling _mesa_test_framebuffer_completeness() more than neededBrian Paul2009-01-212-4/+34
* mesa: temporarily disable an assertionBrian Paul2009-01-211-1/+1
* demos: revamp the fbotexture.c demoBrian Paul2009-01-211-135/+232
* demos: add -ds2 option to fbotexture.c demo to test GL_DEPTH_STENCIL_ATTACHMENTBrian Paul2009-01-211-4/+30
* i965: enable GL_ARB_framebuffer_objectBrian Paul2009-01-211-0/+2
* mesa: fix some renderbuffer/framebuffer delete semanticsBrian Paul2009-01-211-1/+33
* mesa: add support for GL_DEPTH_STENCIL_ATTACHMENT point.Brian Paul2009-01-211-1/+46
* mesa: additional FBO error checking for multisample-related thingsBrian Paul2009-01-201-24/+98
* mesa: update Visual.samples field in _mesa_update_framebuffer_visual()Brian Paul2009-01-201-0/+1
* intel: plug in stub intel_validate_framebuffer() functionBrian Paul2009-01-201-0/+14
* mesa: refactor glRenderbufferStorage(), glRenderbufferStorageMultisample() codeBrian Paul2009-01-201-13/+41
* mesa: init MaxSamples = 0 (no multisampling)Brian Paul2009-01-201-0/+3
* mesa: regenerated glapi filesBrian Paul2009-01-207-1858/+1924
* mesa: add ARB_framebuffer_object.xml to API_XMLBrian Paul2009-01-201-0/+1
* mesa: added GL_MAX_SAMPLES query for GL_ARB_fboBrian Paul2009-01-202-1/+17
* mesa: added NumSamples, MaxSamples for ARB_fboBrian Paul2009-01-201-0/+3
* mesa: stub for _mesa_RenderbufferStorageMultisample()Brian Paul2009-01-203-1/+20
* mesa: added GL_ARB_fbo glRenderbufferStorageMultisample()Brian Paul2009-01-203-419/+435
* intel: inline some renderbuffer functionsBrian Paul2009-01-202-55/+52
* demos: add -arb option to fbotexture.c to test GL_ARB_fbo's mixed renderbuffe...Brian Paul2009-01-191-9/+41
* mesa: call fbo_incomplete() if driver marks FBO as incomplete (debug only)Brian Paul2009-01-191-0/+3
* mesa: update update_framebuffer_size() for ARB_fbo and mixed renderbuffer sizesBrian Paul2009-01-191-17/+16
* mesa: added ctx->Driver.ValidateFramebuffer() callbackBrian Paul2009-01-192-8/+20
* mesa: enable ARB_fbo for s/w driversBrian Paul2009-01-191-0/+3
* mesa: add new ARB_fbo queries, fix some error testsBrian Paul2009-01-191-10/+97
* mesa: add new ColorEncoding and ComponentType to gl_renderbufferBrian Paul2009-01-192-2/+11
* demos: updated FBO tests to for ARB_fboBrian Paul2009-01-192-7/+15
* mesa: additional FBO/RB id error checking for ARB_fboBrian Paul2009-01-191-0/+10
* mesa: for ARB_fbo, lift restriction that all FBO attachments are same size an...Brian Paul2009-01-191-23/+45
* mesa: remove redundant FBO function hook-upBrian Paul2009-01-191-18/+3
* mesa: initial GL_ARB_fbo bitsBrian Paul2009-01-194-0/+24
* mesa: regenerated glapi filesBrian Paul2009-01-199-3791/+2735
* mesa: alias GL_ARB_framebuffer_object functions with predecessorsBrian Paul2009-01-191-19/+19
* mesa: regenerated glapi filesBrian Paul2009-01-1910-5206/+6662
* mesa: include ARB_framebuffer_object.xmlBrian Paul2009-01-191-0/+3
* mesa: glapi/xml info for GL_ARB_framebuffer_objectBrian Paul2009-01-191-0/+261
* tests: test pseudo-XOR blend mode.Brian Paul2009-01-193-0/+443
* dri: add fake front definitionsAlan Hourihane2009-01-191-0/+2
* windows: updated VC8 project filesThomas Henn2009-01-195-46/+34
* glx: gcc 2.95 build fix (move declaration before code)Brian Paul2009-01-181-3/+7
* i965: fix polygon culling bug when rendering to a texture/FBOBrian Paul2009-01-161-12/+13
* intel: added intel_rendering_to_texture() helper function.Brian Paul2009-01-161-0/+17