| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: Import a copy of the open-addressing hash table code I wrote. | Eric Anholt | 2012-11-12 | 1 | -0/+1 |
* | scons: Build src/mesa/main/es1_conversion.c for all builds. | Vinson Lee | 2012-11-06 | 1 | -1/+2 |
* | dispatch: Code generate api_exec.c. | Paul Berry | 2012-11-06 | 1 | -0/+8 |
* | dispatch: stop generating separate GLES1 API code. | Paul Berry | 2012-11-01 | 1 | -18/+0 |
* | mesa: Remove support for parsing NV fragment programs. | Kenneth Graunke | 2012-10-16 | 1 | -1/+0 |
* | mesa: Remove the NV program API functions. | Kenneth Graunke | 2012-10-16 | 1 | -1/+0 |
* | mesa: Remove support for parsing NV vertex programs. | Eric Anholt | 2012-10-15 | 1 | -1/+0 |
* | mesa: glGet: add script to generate hash tables in build time | Imre Deak | 2012-10-10 | 1 | -1/+17 |
* | scons/android: add flag to check for enabled GL APIs | Imre Deak | 2012-10-10 | 1 | -4/+5 |
* | scons: Disable build of assembly sources on Cygwin. | Vinson Lee | 2012-09-28 | 1 | -1/+1 |
* | scons: add new -p (prefix) options for yacc | Brian Paul | 2012-09-15 | 1 | -1/+1 |
* | scons : add HAVE_DLOPEN to build environment | Tapani Pälli | 2012-08-30 | 1 | -0/+1 |
* | mesa: Kill ES2 wrapper functions | Ian Romanick | 2012-08-29 | 1 | -18/+0 |
* | Move _mesa_dl* functions into dlopen.h and inline them | Matt Turner | 2012-08-24 | 1 | -1/+0 |
* | mesa: rename texpal.[ch] to texcompress_cpal.[ch] | Brian Paul | 2012-08-24 | 1 | -1/+1 |
* | mesa/es: Don't generate ES1 type conversion wrappers | Ian Romanick | 2012-08-17 | 1 | -1/+1 |
* | mesa: add glformats integer type/format detection routines | Jordan Justen | 2012-07-21 | 1 | -0/+1 |
* | Rename sparc/clip.S -> sparc/sparc_clip.S | Jon TURNEY | 2012-07-13 | 1 | -1/+1 |
* | scons: add st_atom_array.c to the build | Brian Paul | 2012-06-15 | 1 | -0/+1 |
* | scons: add code to generate the various GL API files | Brian Paul | 2012-05-31 | 1 | -2/+13 |
* | vbo: add software primitive restart support | Jordan Justen | 2012-05-17 | 1 | -0/+1 |
* | mesa: split error handling into its own file | nobled | 2012-03-10 | 1 | -0/+1 |
* | scons: Don't build the assembly sources on Mac OS X. | Vinson Lee | 2012-02-25 | 1 | -1/+1 |
* | Remove src/mesa/ppc | Matt Turner | 2012-01-21 | 1 | -8/+0 |
* | swrast: remove s_depthstencil.[ch] files | Brian Paul | 2012-01-06 | 1 | -1/+0 |
* | mesa: remove unused depthstencil.[ch] files | Brian Paul | 2011-12-13 | 1 | -1/+0 |
* | mesa: build swrast/s_depthstencil.c | Brian Paul | 2011-12-13 | 1 | -0/+1 |
* | mesa: build new s_renderbuffer.c file | Brian Paul | 2011-12-08 | 1 | -0/+1 |
* | mesa: rewrite accum buffer support | Brian Paul | 2011-12-08 | 1 | -2/+0 |
* | mesa: new format_pack.c code | Brian Paul | 2011-12-08 | 1 | -0/+1 |
* | mesa: add ETC1 decoding routines | Chia-I Wu | 2011-12-02 | 1 | -0/+1 |
* | mesa: remove _swrast_ReadPixels() | Brian Paul | 2011-11-15 | 1 | -1/+0 |
* | mesa: replace api_noop.[ch] with vbo_noop.[ch] | Brian Paul | 2011-11-11 | 1 | -1/+1 |
* | scons: Don't list m_xform.c twice. | José Fonseca | 2011-11-09 | 1 | -5/+0 |
* | mesa: remove prog_uniform.c from SConscript | Brian Paul | 2011-11-07 | 1 | -1/+0 |
* | mesa: compile new texstore.c file | Brian Paul | 2011-10-31 | 1 | -0/+1 |
* | scons: Add uniform_query.cpp to SConscript. | Vinson Lee | 2011-10-18 | 1 | -0/+1 |
* | scons: add new files to src/mesa/SConscript | Brian Paul | 2011-10-04 | 1 | -0/+2 |
* | scons: insert 'git-' into MESA_GIT_SHA1 string | Brian Paul | 2011-09-28 | 1 | -1/+1 |
* | scons: fix write_git_sha1_h_file() issue on Windows | Brian Paul | 2011-09-28 | 1 | -0/+2 |
* | scons: generate git_sha1.h file as with Makefile build | Brian Paul | 2011-09-28 | 1 | -6/+35 |
* | mesa: move software texel fetch code into swrast | Brian Paul | 2011-09-17 | 1 | -1/+1 |
* | mesa: add new pixel format unpacking code | Brian Paul | 2011-09-08 | 1 | -0/+1 |
* | scons: add swrast/s_texture.c to the build | Brian Paul | 2011-08-29 | 1 | -0/+1 |
* | mesa: Add partial constant propagation pass for Mesa IR | Ian Romanick | 2011-08-16 | 1 | -0/+1 |
* | glapi: generate ES dispatch headers from core mesa | Chia-I Wu | 2011-08-13 | 1 | -4/+4 |
* | glapi: use gl_and_es_API.xml to generate GLES headers | Chia-I Wu | 2011-08-13 | 1 | -8/+8 |
* | mesa: add st_glsl_to_tgsi.cpp to Sconscript | Brian Paul | 2011-08-04 | 1 | -0/+1 |
* | mesa: move texrender.c to swrast | Brian Paul | 2011-06-13 | 1 | -1/+1 |
* | mesa: merge glapidispatch.h into dispatch.h | Chia-I Wu | 2011-06-08 | 1 | -2/+2 |