Age | Commit message (Expand) | Author |
2010-01-04 | mesa/es: Generate _mesa_GetFixedv. | Chia-I Wu |
2010-01-04 | mesa/es: Add a sanity check to APIspec.py. | Chia-I Wu |
2010-01-04 | mesa/es: Switch to APIspec.xml. | Chia-I Wu |
2010-01-04 | mesa/es: Add APIspec.xml and its parser. | Chia-I Wu |
2009-11-10 | mesa/es: Add .gitignore. | Chia-I Wu |
2009-11-06 | mesa/main: linear_to_nonlinear is not always available. | Chia-I Wu |
2009-11-06 | mesa/es: Improve support for parallel execution of make. | Chia-I Wu |
2009-11-06 | mesa/es: Fix symbol conflicts and warnings. | Chia-I Wu |
2009-11-06 | glapi: Add OpenGL ES compatibility mode to scripts. | Chia-I Wu |
2009-11-05 | mesa/es: Add support for GL_OES_draw_texture. | Chia-I Wu |
2009-11-05 | mesa/es: Add OpenGL ES overlay. | Chia-I Wu |
2009-11-05 | mesa/es: Add OpenGL ES XMLs. | Chia-I Wu |
2009-11-05 | mesa/main: Make _mesa_TexGenf and _mesa_GetTexGenfv global again. | Chia-I Wu |
2009-11-05 | glapi: Include headers with directory prefixes. | Chia-I Wu |
2009-11-05 | glapi: Avoid hardcoded category names in remap helper script. | Chia-I Wu |
2009-11-05 | glapi: Add is_abi() to test if a function is in the ABI. | Chia-I Wu |
2009-11-05 | mesa/main: Add more OpenGL ES types to glheader.h. | Chia-I Wu |
2009-11-05 | mesa/main: Add support for point size array in _mesa_GetPointerv. | Chia-I Wu |
2009-11-05 | mesa/xlib: Fix missing symbols when GLX_INDIRECT_RENDERING is defined. | Chia-I Wu |
2009-11-05 | glapi: Allow normal entry points to be skipped. | Chia-I Wu |
2009-11-05 | mesa: fix infinite loop bug in _mesa_drawbuffers() | Brian Paul |
2009-11-04 | Merge branch 'mesa_7_6_branch' | Brian Paul |
2009-11-04 | vbo: fix out-of-bounds array access | Brian Paul |
2009-11-04 | mesa: fix broken pack_histogram() case for GLhalf | Brian Paul |
2009-11-04 | mesa: silence warning from gcc 4.4.1 | Brian Paul |
2009-11-04 | ARB prog parser: include variable name in error text | Brian Paul |
2009-11-04 | r600: rework draw functions | Alex Deucher |
2009-11-04 | r600: fix count prediction for IB case | Alex Deucher |
2009-11-04 | Fix YTILE spantmp functions | Alan Hourihane |
2009-11-04 | Fix YTILE spantmp functions | Alan Hourihane |
2009-11-04 | glslcompiler: Fix Mac OS build. | Vinson Lee |
2009-11-03 | mesa: (GLint64) casts in get.c to silence Visual Studio warnings | Brian Paul |
2009-11-03 | windows: remove old entrypoints from mesa.def file | Karl Schultz |
2009-11-03 | mesa: added GLAPIENTRY keywords for sync object functions | Karl Schultz |
2009-11-03 | Merge branch 'mesa_7_6_branch' | Brian Paul |
2009-11-03 | mesa: clean-up, remove some flushing in FBO functions | Brian Paul |
2009-11-03 | mesa: fix indentation | Brian Paul |
2009-11-03 | mesa: clean-up formatting | Brian Paul |
2009-11-03 | mesa: avoid extraneous _NEW_BUFFER changes in _mesa_BindFramebufferEXT() | Brian Paul |
2009-11-03 | mesa: use FLUSH_VERTICES() in _mesa_drawbuffers() | Brian Paul |
2009-11-03 | mesa: avoid extraneous _NEW_BUFFER state in _mesa_drawbuffers() | Brian Paul |
2009-11-03 | mesa: use ffs() to shorten loop in _mesa_drawbuffers() | Brian Paul |
2009-11-03 | mesa: added assertion, another comment | Brian Paul |
2009-11-03 | intel: avoid unnecessary front buffer flushing/updating | Brian Paul |
2009-11-03 | st/mesa: clip pixels in draw_stencil_pixels to avoid crash | Marek Olšák |
2009-11-03 | st/mesa: don't use util_blit_pixels_writemask() for depth or depth/stencil | Brian Paul |
2009-11-03 | st/mesa: fix tests for depth and depth/stencil texture formats | Brian Paul |
2009-11-02 | mesa: added comment | Brian Paul |
2009-11-02 | mesa: use _mesa_get_current_tex_object() | Brian Paul |
2009-11-02 | mesa: use _mesa_get_current_tex_object() | Brian Paul |