summaryrefslogtreecommitdiff
path: root/src/mesa/sources.mak
AgeCommit message (Expand)AuthorFilesLines
2013-04-15build: Rename sources.mak -> Makefile.sourcesMatt Turner1-350/+0
2013-04-11st/mesa: add support for get sample positionDave Airlie1-0/+1
2013-03-12mesa/build: Get rid of dead ALL_FILES variableMatt Turner1-6/+0
2013-01-15mesa: Add skeleton implementation of glGetInternalformativIan Romanick1-0/+1
2012-12-07program/hash_table.c: rename to program/prog_hash_table.cJordan Justen1-1/+1
2012-12-06mesa: add set support (stores a set of pointers)Eric Anholt1-0/+1
2012-11-12mesa: Import a copy of the open-addressing hash table code I wrote.Eric Anholt1-0/+1
2012-11-12automake,android: Build program/ into a helper lib (v2)Eric Anholt1-2/+0
2012-11-12automake: Merge separated *_CXX_FILES variables to *_FILES in core mesa.Eric Anholt1-20/+7
2012-11-12automake: Remove dead *_OBJECTS variables from the old build system.Eric Anholt1-17/+0
2012-11-06dispatch: Code generate api_exec.c.Paul Berry1-1/+1
2012-11-01dispatch: stop generating separate GLES1 API code.Paul Berry1-1/+0
2012-10-16mesa: Remove support for parsing NV fragment programs.Kenneth Graunke1-1/+0
2012-10-16mesa: Remove the NV program API functions.Kenneth Graunke1-1/+0
2012-10-15mesa: Remove support for parsing NV vertex programs.Eric Anholt1-1/+0
2012-08-29mesa: Kill ES2 wrapper functionsIan Romanick1-1/+0
2012-08-24Move _mesa_dl* functions into dlopen.h and inline themMatt Turner1-1/+0
2012-08-24mesa: rename texpal.[ch] to texcompress_cpal.[ch]Brian Paul1-1/+1
2012-08-17mesa/es: Don't generate ES1 type conversion wrappersIan Romanick1-1/+2
2012-08-14build/sources.mak: Add src/glsl/glcpp to INCLUDE_DIRSMatt Turner1-0/+1
2012-08-14build/sources.mak: Remove unused GLSL_LIBSMatt Turner1-6/+0
2012-08-13build: fix location of generated files in src/mesa (v4)Christopher James Halse Rogers1-13/+18
2012-07-26android-build: fix dricore build for autogenerated files (v3)Daniel Charles1-280/+281
2012-07-21mesa: add glformats integer type/format detection routinesJordan Justen1-0/+1
2012-07-13Rename sparc/clip.S -> sparc/sparc_clip.SJon TURNEY1-1/+1
2012-06-15st/mesa: atomize vertex array stateMarek Olšák1-0/+1
2012-06-11scons: Fix scons build.José Fonseca1-0/+2
2012-05-29automake: Add a prefix variable to the common sources lists.Eric Anholt1-277/+277
2012-05-29automake: Rename variables in sources.mak to be automake compatible.Eric Anholt1-54/+54
2012-05-17vbo: add software primitive restart supportJordan Justen1-0/+1
2012-03-10mesa: split error handling into its own filenobled1-0/+1
2012-01-31Revert "automake: src/glsl and src/glsl/glcpp"Matt Turner1-1/+1
2012-01-31Revert "Make sure libGL.so links with libglsl"Matt Turner1-1/+1
2012-01-31Make sure libGL.so links with libglslMatt Turner1-1/+1
2012-01-30automake: src/glsl and src/glsl/glcppMatt Turner1-1/+1
2012-01-21Remove src/mesa/ppcMatt Turner1-2/+0
2012-01-06swrast: remove s_depthstencil.[ch] filesBrian Paul1-1/+0
2011-12-13mesa: remove unused depthstencil.[ch] filesBrian Paul1-1/+0
2011-12-13mesa: build swrast/s_depthstencil.cBrian Paul1-0/+1
2011-12-08mesa: build new s_renderbuffer.c fileBrian Paul1-0/+1
2011-12-08mesa: rewrite accum buffer supportBrian Paul1-2/+0
2011-12-08mesa: new format_pack.c codeBrian Paul1-0/+1
2011-12-02mesa: add ETC1 decoding routinesChia-I Wu1-0/+1
2011-11-15mesa: remove _swrast_ReadPixels()Brian Paul1-1/+0
2011-11-11mesa: replace api_noop.[ch] with vbo_noop.[ch]Brian Paul1-1/+1
2011-11-07Delete code made dead by previous uniform related patchesIan Romanick1-1/+0
2011-10-31mesa: compile new texstore.c fileBrian Paul1-0/+1
2011-10-18mesa: Move _mesa_GetActiveUniformARB to uniform_query.cppIan Romanick1-1/+2
2011-10-04mesa: Add string_to_uint_map facade classIan Romanick1-1/+2
2011-10-04mesa: Move _mesa_GetAttribLocationARB to shader_query.cppIan Romanick1-1/+2