| Commit message (Expand) | Author | Age | Files | Lines |
* | vbo: Move vbo_rebase into its only caller module tnl. | Mathias Fröhlich | 2018-02-06 | 1 | -1/+2 |
* | mesa/st: add support for semaphore object create/import/delete v3 | Andres Rodriguez | 2018-01-30 | 1 | -0/+2 |
* | automake: mesa: include vbo_private.h in the tarball | Emil Velikov | 2018-01-25 | 1 | -0/+1 |
* | vbo: remove vbo_context.h and change includes to use vbo.h instead | Brian Paul | 2018-01-24 | 1 | -1/+0 |
* | mesa: add GL_ARB_gl_spirv boilerplate | Nicolai Hähnle | 2017-12-12 | 1 | -0/+2 |
* | mesa: Add Mesa ARB_get_program_binary helper functions | Jordan Justen | 2017-12-08 | 1 | -0/+2 |
* | meta: Delete the PBO texture upload/download path | Jason Ekstrand | 2017-10-12 | 1 | -1/+0 |
* | mesa: move _mesa_exec_malloc/free() prototypes to their own header | Brian Paul | 2017-10-10 | 1 | -0/+1 |
* | automake: add texcompress_s3tc_tmp.h to the sources list | Emil Velikov | 2017-10-04 | 1 | -0/+1 |
* | mesa: Delete now unused dlopen.h | Matt Turner | 2017-10-02 | 1 | -1/+0 |
* | mesa: Combine libtxc_dxtn sources into texcompress_s3tc_tmp.h | Matt Turner | 2017-10-02 | 1 | -3/+0 |
* | mesa: Import libtxc_dxtn sources | Matt Turner | 2017-10-02 | 1 | -0/+3 |
* | mesa/st: glsl_to_tgsi: implement new temporary register lifetime tracker | Gert Wollny | 2017-09-06 | 1 | -0/+2 |
* | mesa/st: glsl_to_tgsi move some helper classes to extra files | Gert Wollny | 2017-09-06 | 1 | -0/+2 |
* | st/mesa: correctly calculate the storage offset | Timothy Arceri | 2017-08-15 | 1 | -0/+2 |
* | mesa/st: start adding memory object support | Dave Airlie | 2017-08-06 | 1 | -0/+2 |
* | mapi: add EXT_external_objects and EXT_external_objects_fd | Andres Rodriguez | 2017-08-06 | 1 | -0/+2 |
* | st/mesa: get rid of st_glsl_types | Nicolai Hähnle | 2017-07-31 | 1 | -2/+0 |
* | st/mesa: remove st_cache.h | Samuel Pitoiset | 2017-07-28 | 1 | -1/+0 |
* | mesa: Add _mesa_format_fallback_rgbx_to_rgba() [v2] | Chad Versace | 2017-06-27 | 1 | -0/+1 |
* | mapi: add GL_ARB_bindless_texture entry points | Samuel Pitoiset | 2017-06-14 | 1 | -0/+2 |
* | mesa: automake: add all headers to the tarball. | Emil Velikov | 2017-03-17 | 1 | -0/+2 |
* | mesa: Custom thread marshalling for ShaderSource. | Paul Berry | 2017-03-16 | 1 | -0/+1 |
* | mesa: Connect the generated GL command marshalling code to the build. | Eric Anholt | 2017-03-16 | 1 | -0/+2 |
* | mesa: Add infrastructure for a worker thread to process GL commands. | Eric Anholt | 2017-03-16 | 1 | -0/+1 |
* | st/mesa: implement a tgsi on-disk shader cache | Timothy Arceri | 2017-02-23 | 1 | -0/+2 |
* | mesa: Separate INTEL_performance_query frontend | Robert Bragg | 2017-02-22 | 1 | -0/+2 |
* | i965: Delete the meta-base CopyImageSubData implementation | Jason Ekstrand | 2016-12-05 | 1 | -1/+0 |
* | st/mesa: move all sampler view code into new st_sampler_view.[ch] files | Brian Paul | 2016-10-06 | 1 | -0/+2 |
* | mesa/st: add nir pass to lower tex_src_plane | Rob Clark | 2016-09-26 | 1 | -0/+1 |
* | mesa/st: add lowering pass for YUV samplers | Rob Clark | 2016-09-26 | 1 | -0/+2 |
* | mesa/glsl: Move string_to_uint_map into the util folder | Thomas Helland | 2016-09-12 | 1 | -2/+0 |
* | mesa: Remove prog_hash_table.c | Thomas Helland | 2016-09-12 | 1 | -1/+0 |
* | mesa: add scaffolding for OES/EXT_primitive_bounding_box | Ilia Mirkin | 2016-08-30 | 1 | -0/+2 |
* | glsl: Generate ir_expression_operation.h from Python | Ian Romanick | 2016-08-30 | 1 | -0/+1 |
* | mesa: Rename "texturebarrier" source files to "barrier". | Francisco Jerez | 2016-08-24 | 1 | -2/+2 |
* | st/mesa: completely rewrite state atoms | Marek Olšák | 2016-07-30 | 1 | -0/+1 |
* | glsl: reuse main extension table to appropriately restrict extensions | Ilia Mirkin | 2016-07-23 | 1 | -0/+1 |
* | mesa: automake: list builddir before srcdir | Emil Velikov | 2016-07-20 | 1 | -3/+3 |
* | st/mesa: add support for GL_EXT_window_rectangles | Ilia Mirkin | 2016-06-18 | 1 | -0/+2 |
* | st/mesa: begin moving PBO functions into their own file | Nicolai Hähnle | 2016-06-01 | 1 | -0/+2 |
* | automake: move the git_sha1.h rule a level up | Emil Velikov | 2016-05-30 | 1 | -0/+1 |
* | mesa: Move robustness code to main/robustness.c | Kristian Høgsberg Kristensen | 2016-05-26 | 1 | -0/+1 |
* | mesa/st: add support for NIR as possible driver IR | Rob Clark | 2016-05-17 | 1 | -0/+1 |
* | mesa/st: add nir pass for lowering builtin uniforms | Rob Clark | 2016-05-17 | 1 | -0/+2 |
* | mesa/st: split the type_size calculation into it's own file | Rob Clark | 2016-05-11 | 1 | -0/+2 |
* | mesa: add missing header to the tarball | Emil Velikov | 2016-04-11 | 1 | -0/+1 |
* | mesa: automake: update and reuse X86_SSE41_FILES list | Emil Velikov | 2016-04-11 | 1 | -1/+3 |
* | Android: fix x86 gallium builds | Rob Herring | 2016-04-01 | 1 | -0/+4 |
* | st/mesa: implement GL_ATI_fragment_shader | Miklós Máté | 2016-03-27 | 1 | -0/+1 |