Age | Commit message (Expand) | Author |
2009-01-22 | mesa: additional FBO/RB id error checking for ARB_fbo | Brian Paul |
2009-01-22 | mesa: for ARB_fbo, lift restriction that all FBO attachments are same size an... | Brian Paul |
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 | glapi: include ARB_framebuffer_object.xml | Brian Paul |
2009-01-22 | glapi: XML spec for GL_ARB_framebuffer_object | Brian Paul |
2009-01-22 | glsl: call _mesa_write_shader_to_file(). Debug-only, disabled | Brian Paul |
2009-01-22 | glsl: new _mesa_write_shader_to_file() function | Brian Paul |
2009-01-22 | glsl: set shader->CompileStatus in _slang_compile() | Brian Paul |
2009-01-22 | mesa: added _mesa_fprintf() wrapper | Brian Paul |
2009-01-22 | docs: placeholder 7.5 release notes | Brian Paul |
2009-01-22 | mesa: master is open for new development, eventually will be Mesa 7.5 | Brian Paul |
2009-01-22 | docs: skeleton 7.4 release notes file | Brian Paul |
2009-01-22 | docs: 7.3 md5 sums | Brian Paul |
2009-01-22 | mesa: set version to 7.3 | Brian Paul |
2009-01-22 | docs: set 7.3 release date | Brian Paul |
2009-01-22 | docs: assorted updates, link fixes | Brian Paul |
2009-01-21 | i915: Add decode for PS in batchbuffers. | Eric Anholt |
2009-01-21 | i965: Remove gratuitous whitespace in INTEL_DEBUG=wm output. | Eric Anholt |
2009-01-21 | i965: Use _mesa_num_inst_src_regs() instead of keeping a copy of its contents. | Eric Anholt |
2009-01-21 | [intel] Remove remaining references to intel_wait_flips(). | Kristian Høgsberg |
2009-01-21 | windows: fix output dir for glut project file | Thomas Henn |
2009-01-21 | swrast: fix redundant texture application in affine_textured_triangle(). | Brian Paul |
2009-01-21 | mesa: add some debug assertions to detect null current texture object pointers | Brian Paul |
2009-01-21 | windows: another round of VC8 project file updates | Karl Schultz |
2009-01-21 | Revert "windows: new VC8 projects statically linked against libcmt" | Brian Paul |
2009-01-20 | docs: document glXMakeContextCurrent() and Windows fixes | Brian Paul |
2009-01-20 | Fix issues with glXMakeContextCurrent and glXMakeCurrentReadSGI | Ian Romanick |
2009-01-20 | [intel] Go back to using the typedef for the sarea struct | Timo Aaltonen |
2009-01-20 | Remove intel pageflipping support in its entirety. | Owain G. Ainsworth |
2009-01-20 | glsl: silence unused var warnings | Brian Paul |
2009-01-20 | mesa: silence uninitialized var warnings | Brian Paul |
2009-01-20 | mesa: silence compiler warning at -O2 | Brian Paul |
2009-01-20 | mesa: bump version to 7.3-rc3 | Brian Paul |
2009-01-20 | mesa: inlclude whole windows/VC8/ directory in tarballs | Brian Paul |
2009-01-20 | windows: new VC8 projects statically linked against libcmt | Thomas Henn |
2009-01-20 | windows: more VC8 project file updates | Karl Schultz |
2009-01-20 | Add a comment about _tnl_emit_indexed_vertices_to_buffer. | Thomas Hellstrom |
2009-01-20 | tnl: Add a utility to emit indexed vertices to a DMA buffer. | Thomas Hellstrom |
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-20 | dri1: Add a macro to validate two dri drawables in one go. | Thomas Hellstrom |
2009-01-19 | mesa: fix build of stand-alone glslcompiler driver | Brian Paul |
2009-01-19 | tests: test pseudo-XOR blend mode. | Brian Paul |
2009-01-19 | dri: add fake front definitions | Alan Hourihane |
2009-01-19 | windows: updated VC8 project files | Thomas Henn |
2009-01-18 | glx: gcc 2.95 build fix (move declaration before code) | Brian Paul |
2009-01-16 | i965: fix polygon culling bug when rendering to a texture/FBO | Brian Paul |
2009-01-16 | intel: added intel_rendering_to_texture() helper function. | Brian Paul |