summaryrefslogtreecommitdiff
path: root/src
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-10st/egl: Allow APIs other than OpenGL.Chia-I Wu
2009-11-10egl_softpipe: Clean up Makefile.Chia-I Wu
2009-11-10mesa/es: Add .gitignore.Chia-I Wu
2009-11-06gallium: Allow state trackers to install files.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-05st/es: Add OpenGL ES state trackers.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-05gallium/xlib: Fix missing symbols when GLX_INDIRECT_RENDERING is defined.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-05softpipe: Implement PIPE_BLENDFACTOR_SRC_ALPHA_SATURATE for destination.José Fonseca
2009-11-05g3dvl: remove a debug lineCooper Yuan
2009-11-05g3dvl: add scissor settingCooper Yuan
2009-11-04r300g: add polygon modeMarek Olšák
2009-11-04r300g: fix the size of CS when emitting the fragprog constant bufferMarek Olšák
2009-11-04r300g: set the correct offset in a colorbuffer surfaceMarek Olšák
2009-11-04r300g: add color channel maskingMarek Olšák
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-04st/xorg: these flushes shouldn't be necessaryZack Rusin
2009-11-04r600: rework draw functionsAlex Deucher
2009-11-04r600: fix count prediction for IB caseAlex Deucher
2009-11-04Fix YTILE spantmp functionsAlan Hourihane