summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-11-10Update config linux-opengl-es.Chia-I Wu
2009-11-10progs/es1: Port eglgears to OpenGL ES 1.1.Chia-I Wu
2009-11-10progs/es1: Port egltri to OpenGL ES 1.1.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-10progs/es: Add .gitignore.Chia-I Wu
2009-11-10mesa/es: Add .gitignore.Chia-I Wu
2009-11-06Add new config for OpenGL ES.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-05progs/es: OpenGL ES 1.x and 2.X demo programs.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-04progs/tests: Fix MSVC build.Vinson Lee
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-04util: Remove homegrown Windows KM profiler.José Fonseca
2009-11-04tgsi/ureg: Allow for multiple extended instruction tokens.Michal Krol
2009-11-04nv50: fix shader emit_tex for cube texturesChristoph Bumiller