summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)Author
2010-01-04mesa/es: Improve support for GL_OES_compressed_paletted_texture.Chia-I Wu
2010-01-04mesa/es: Fix GL_RGB565 support in FBO.Chia-I Wu
2010-01-04mesa/es: Fix GL_OES_texture_cube_map support.Chia-I Wu
2010-01-04mesa/es: Clean up extension string.Chia-I Wu
2010-01-04mesa/es: Add more exnteions to APIspec.Chia-I Wu
2010-01-04mesa/es: Add more extensions to glapi.Chia-I Wu
2010-01-04mesa/es: Generate code for special functions.Chia-I Wu
2010-01-04mesa/es: Remove unused code in es_generator.py.Chia-I Wu
2010-01-04mesa/es: Generate _mesa_GetFixedv.Chia-I Wu
2010-01-04mesa/es: Add a sanity check to APIspec.py.Chia-I Wu
2010-01-04mesa/es: Switch to APIspec.xml.Chia-I Wu
2010-01-04mesa/es: Add APIspec.xml and its parser.Chia-I Wu
2009-11-10mesa/es: Add .gitignore.Chia-I Wu
2009-11-06mesa/main: linear_to_nonlinear is not always available.Chia-I Wu
2009-11-06mesa/es: Improve support for parallel execution of make.Chia-I Wu
2009-11-06mesa/es: Fix symbol conflicts and warnings.Chia-I Wu
2009-11-06glapi: Add OpenGL ES compatibility mode to scripts.Chia-I Wu
2009-11-05mesa/es: Add support for GL_OES_draw_texture.Chia-I Wu
2009-11-05mesa/es: Add OpenGL ES overlay.Chia-I Wu
2009-11-05mesa/es: Add OpenGL ES XMLs.Chia-I Wu
2009-11-05mesa/main: Make _mesa_TexGenf and _mesa_GetTexGenfv global again.Chia-I Wu
2009-11-05glapi: Include headers with directory prefixes.Chia-I Wu
2009-11-05glapi: Avoid hardcoded category names in remap helper script.Chia-I Wu
2009-11-05glapi: Add is_abi() to test if a function is in the ABI.Chia-I Wu
2009-11-05mesa/main: Add more OpenGL ES types to glheader.h.Chia-I Wu
2009-11-05mesa/main: Add support for point size array in _mesa_GetPointerv.Chia-I Wu
2009-11-05mesa/xlib: Fix missing symbols when GLX_INDIRECT_RENDERING is defined.Chia-I Wu
2009-11-05glapi: Allow normal entry points to be skipped.Chia-I Wu
2009-11-05mesa: fix infinite loop bug in _mesa_drawbuffers()Brian Paul
2009-11-04Merge branch 'mesa_7_6_branch'Brian Paul
2009-11-04vbo: fix out-of-bounds array accessBrian Paul
2009-11-04mesa: fix broken pack_histogram() case for GLhalfBrian Paul
2009-11-04mesa: silence warning from gcc 4.4.1Brian Paul
2009-11-04ARB prog parser: include variable name in error textBrian Paul
2009-11-04r600: rework draw functionsAlex Deucher
2009-11-04r600: fix count prediction for IB caseAlex Deucher
2009-11-04Fix YTILE spantmp functionsAlan Hourihane
2009-11-04Fix YTILE spantmp functionsAlan Hourihane
2009-11-04glslcompiler: Fix Mac OS build.Vinson Lee
2009-11-03mesa: (GLint64) casts in get.c to silence Visual Studio warningsBrian Paul
2009-11-03windows: remove old entrypoints from mesa.def fileKarl Schultz
2009-11-03mesa: added GLAPIENTRY keywords for sync object functionsKarl Schultz
2009-11-03Merge branch 'mesa_7_6_branch'Brian Paul
2009-11-03mesa: clean-up, remove some flushing in FBO functionsBrian Paul
2009-11-03mesa: fix indentationBrian Paul
2009-11-03mesa: clean-up formattingBrian Paul
2009-11-03mesa: avoid extraneous _NEW_BUFFER changes in _mesa_BindFramebufferEXT()Brian Paul
2009-11-03mesa: use FLUSH_VERTICES() in _mesa_drawbuffers()Brian Paul
2009-11-03mesa: avoid extraneous _NEW_BUFFER state in _mesa_drawbuffers()Brian Paul
2009-11-03mesa: use ffs() to shorten loop in _mesa_drawbuffers()Brian Paul