summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* mesa: initial extension bits for GL_ARB_framebuffer_objectBrian Paul2009-01-223-0/+3
* mesa: regenerated GL API filesBrian Paul2009-01-2210-5096/+5570
* glapi: include ARB_framebuffer_object.xmlBrian Paul2009-01-221-0/+3
* glapi: XML spec for GL_ARB_framebuffer_objectBrian Paul2009-01-221-0/+269
* glsl: call _mesa_write_shader_to_file(). Debug-only, disabledBrian Paul2009-01-221-0/+4
* glsl: new _mesa_write_shader_to_file() functionBrian Paul2009-01-222-159/+256
* glsl: set shader->CompileStatus in _slang_compile()Brian Paul2009-01-222-1/+6
* mesa: added _mesa_fprintf() wrapperBrian Paul2009-01-222-1/+17
* mesa: master is open for new development, eventually will be Mesa 7.5Brian Paul2009-01-221-3/+3
* mesa: set version to 7.3Brian Paul2009-01-221-1/+1
* i915: Add decode for PS in batchbuffers.Eric Anholt2009-01-212-6/+483
* i965: Remove gratuitous whitespace in INTEL_DEBUG=wm output.Eric Anholt2009-01-214-5/+8
* i965: Use _mesa_num_inst_src_regs() instead of keeping a copy of its contents.Eric Anholt2009-01-211-48/+6
* [intel] Remove remaining references to intel_wait_flips().Kristian Høgsberg2009-01-211-5/+1
* swrast: fix redundant texture application in affine_textured_triangle().Brian Paul2009-01-211-1/+9
* mesa: add some debug assertions to detect null current texture object pointersBrian Paul2009-01-212-0/+22
* Fix issues with glXMakeContextCurrent and glXMakeCurrentReadSGIIan Romanick2009-01-201-21/+25
* [intel] Go back to using the typedef for the sarea structmesa_7_3_rc3Timo Aaltonen2009-01-204-8/+8
* Remove intel pageflipping support in its entirety.Owain G. Ainsworth2009-01-205-328/+20
* glsl: silence unused var warningsBrian Paul2009-01-201-0/+2
* mesa: silence uninitialized var warningsBrian Paul2009-01-202-0/+6
* mesa: silence compiler warning at -O2Brian Paul2009-01-201-0/+1
* mesa: bump version to 7.3-rc3Brian Paul2009-01-201-1/+1
* Add a comment about _tnl_emit_indexed_vertices_to_buffer.Thomas Hellstrom2009-01-201-0/+6
* tnl: Add a utility to emit indexed vertices to a DMA buffer.Thomas Hellstrom2009-01-202-1/+50
* Fix store texel for argb4444.Thomas Hellstrom2009-01-201-1/+1
* Fix store texel for argb8888_rev.Thomas Hellstrom2009-01-201-1/+1
* Add RGBA4444 and RGBA5551 texture formats.Thomas Hellstrom2009-01-206-0/+212
* dri1: Add a macro to validate two dri drawables in one go.Thomas Hellstrom2009-01-201-0/+22
* mesa: fix build of stand-alone glslcompiler driverBrian Paul2009-01-191-1/+1
* 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
* mesa: remove GL_DEPTH_TEST + no depth buffer testBrian Paul2009-01-161-4/+0