summaryrefslogtreecommitdiff
path: root/src/mesa/Makefile.sources
AgeCommit message (Expand)AuthorFilesLines
2015-10-09st/mesa: implement DrawPixels shader transformation using tgsi_transform_shaderMarek Olšák1-0/+1
2015-10-09st/mesa: implement glBitmap shader transformation using tgsi_transform_shaderMarek Olšák1-0/+1
2015-10-09glsl: move shader_enums into nirRob Clark1-3/+1
2015-09-16mesa: move GL_APPLE_object_purgeable functions to new fileBrian Paul1-0/+2
2015-09-16glsl: shader-enum to name debug fxnsRob Clark1-1/+3
2015-07-23st/mesa: set default tessellation levelsMarek Olšák1-0/+1
2015-05-06st/mesa: implement GL_AMD_performance_monitorChristoph Bumiller1-0/+2
2015-04-16glapi: add GL_ARB_program_interface_query skeletonTapani Pälli1-0/+2
2015-03-27nir: Implement a Mesa IR -> NIR translator.Kenneth Graunke1-0/+5
2015-03-05mesa: fix dependency tracking of generated sourcesEmil Velikov1-0/+2
2015-02-20util: Move Mesa's bitset.h to util/.Eric Anholt1-1/+0
2015-01-28mesa: Move simple_list.h to src/util.Eric Anholt1-1/+0
2015-01-23mesa: Build with subdir-objects.Matt Turner1-555/+549
2015-01-23mesa: Remove pack_tmp.h from sources.Matt Turner1-1/+0
2015-01-22meta: Add a BlitFramebuffers-based implementation of TexSubImageJason Ekstrand1-0/+1
2015-01-15util: Move main/set to util/hash_setJason Ekstrand1-2/+0
2015-01-12mesa: Autogenerate format_unpack.cJason Ekstrand1-2/+2
2015-01-12mesa: Autogenerate most of format_pack.cJason Ekstrand1-1/+1
2014-12-13mesa: remove long dead 3Dnow optimisationTimothy Arceri1-1/+0
2014-12-12drivers/common: Add headers to distribution.Matt Turner1-1/+3
2014-12-12vbo: Add headers to distribution.Matt Turner1-0/+8
2014-12-12vbo: Alphabetize VBO_FILES.Matt Turner1-6/+6
2014-12-12tnl: Add headers to distribution.Matt Turner1-1/+9
2014-12-12tnl: Alphabetize TNL_FILES.Matt Turner1-7/+7
2014-12-12swrast: Add headers to distribution.Matt Turner1-3/+37
2014-12-12state_trackers: Add headers to distribution.Matt Turner1-6/+45
2014-12-12x86: Add headers to distribution.Matt Turner1-1/+12
2014-12-12x86-64: Add headers to distribution.Matt Turner1-0/+1
2014-12-12sparc: Add headers to distribution.Matt Turner1-0/+2
2014-12-12math: Add headers to distribution.Matt Turner1-2/+15
2014-12-12program: Add headers to distribution.Matt Turner1-1/+19
2014-12-12program: Alphabetize PROGRAM_FILES.Matt Turner1-8/+8
2014-12-12mesa: Remove moved texcompress_rgtc_tmp.h from source list.Matt Turner1-1/+0
2014-12-12mesa: Add headers to distribution.Matt Turner1-3/+128
2014-12-12mesa: Alphabetize MAIN_FILES.Matt Turner1-9/+9
2014-09-23mesa: Move register_allocate.c to util.Eric Anholt1-1/+0
2014-08-12mesa: Add texel fetch functions for BPTC-compressed texturesNeil Roberts1-0/+1
2014-08-11mesa/meta: Add a partial implementation of CopyImageSubDataJason Ekstrand1-0/+1
2014-08-11mesa: Add GL API support for ARB_copy_imageJason Ekstrand1-0/+1
2014-08-05mesa/format_utils: Add a general format conversion functionJason Ekstrand1-0/+1
2014-08-04util: Move the open-addressing linear-probing hash_table to src/util.Kenneth Graunke1-1/+0
2014-08-04util: Move ralloc to a new src/util directory.Kenneth Graunke1-0/+1
2014-08-04mesa/SConscript: Use Makefile.sources instead of duplicating the file listsJason Ekstrand1-0/+3
2014-03-07meta: Split GenerateMipmap() into its own file.Kenneth Graunke1-0/+1
2014-02-21mesa/sso: Add extension entry points for GL_ARB_separate_shader_objectsGregory Hainaut1-0/+1
2014-02-12meta: Move glBlitFramebuffer() to a separate file.Eric Anholt1-0/+1
2014-02-05mesa/cs: Add dispatch API stubs for ARB_compute_shader.Paul Berry1-0/+1
2014-02-02mesa: move glGenerateMipmap() code into new genmipmap.c fileBrian Paul1-0/+1
2014-02-02mesa: move glBlitFramebuffer code into new blit.c fileBrian Paul1-0/+1
2014-01-15mesa: Implement the GL entry points defined by ARB_shader_image_load_store.Francisco Jerez1-0/+1