mesa/program: Add missing file types to printout
[mesa.git] / src / mesa / main /
2018-01-24 Brian Paulvbo: remove vbo_context.h and change includes to use...
2018-01-24 Brian Paulmesa: use new _vbo_install_exec_vtxfmt() function
2018-01-24 Brian Paulmesa: move vbo_count_tessellated_primitives() to api_va...
2018-01-24 Brian Paulmesa: update comment on gl_display_list
2018-01-24 Brian Paulmesa: whitespace clean-ups in mtypes.h
2018-01-24 Brian Paulmesa: remove unused MAT_INDEX_AMBIENT/DIFFUSE/SPECULAR...
2018-01-24 Brian Paulvbo: move DLIST_DANGLING_REFS from mtypes.h to vbo_save...
2018-01-21 Eric Anholtmesa: Only require independent blending for GLES 3.2.
2018-01-20 Dylan Bakerautotools: include meson build files in tarball
2018-01-19 Gert Wollnymesa: Make numSamples an unsigned int
2018-01-17 Brian Paulmesa: move gl_external_samplers() to program.[ch]
2018-01-17 Brian Paulmesa: remove unneeded #includes of main/compiler.h
2018-01-17 Brian Paulmesa: include util/macros.h in format_fallback.c
2018-01-16 Grazvydas Ignotasmesa: remove unneeded semicolons
2018-01-12 Roland Scheideggermesa: require at least 14 UBOs for GL 4.3
2018-01-11 Dylan Bakermeson: Use consistent style for tests
2018-01-10 Iago Toral Quirogaglsl: remove Lower{TCS,TES}PatchVerticesIn
2018-01-09 Jon TurneyFix use of alloca() without #include <c99_alloca.h>
2018-01-06 Marek Olšákmesa: remove dd_function_table::GetCompressedTexSubImag...
2018-01-04 Ilia Mirkinmesa/bindless: fix missing image _Layer initialization
2018-01-03 Mario Kleinermesa: Add GL_UNSIGNED_INT_2_10_10_10_REV OES read type...
2018-01-03 Mario Kleinermesa: Add GL_RGBA + GL_UNSIGNED_INT_2_10_10_10_REV...
2018-01-03 Ian Romanickmesa: Add _mesa_bind_texture method
2018-01-03 Ian RomanickRevert "mesa: remove unused _mesa_delete_nameless_textu...
2018-01-03 Ian Romanickmesa: Fold _mesa_record_error into its only caller
2017-12-25 Miklós Mátémesa: always compare optype with symbolic name in ATI_fs
2017-12-25 Miklós Mátémesa: document ati_fragment_shader::cur_pass and swizzlerq
2017-12-25 Miklós Mátémesa: move ATI_fs state compile changes after the error...
2017-12-25 Miklós Mátémesa: fix not having secondary color in ATI_fs in swrast
2017-12-25 Miklós Mátémesa: fix validate for secondary interpolator
2017-12-25 Miklós Mátémesa: fix typo in ATI_fs dstMod error checking
2017-12-25 Miklós Mátémesa: fix crash when an ATI_fs pass begins with an...
2017-12-25 Miklós Mátémesa: add fallback texture for SampleMapATI if there...
2017-12-15 Tapani Pällimesa: GL_EXT_disjoint_timer_query extension API bits
2017-12-15 Tapani Pälliglapi: add GL_EXT_disjoint_timer_query
2017-12-15 Tapani Pällimesa: add DisjointOperation to gl_shared_state
2017-12-13 Dylan Bakermesa: Add glSpecializeShaderARB to common_desktop_functions
2017-12-13 Kai Wasserbächmesa: remove second include of errors.h in src/mesa...
2017-12-12 Nicolai Hähnlemesa: refuse to compile SPIR-V shaders or link mixed...
2017-12-12 Nicolai Hähnlemesa/shaderapi: add a getter for GL_SPIR_V_BINARY_ARB
2017-12-12 Nicolai Hähnlemesa: implement SPIR-V loading in glShaderBinary
2017-12-12 Eduardo Lima Mitevmesa/glspirv: Add struct gl_shader_spirv_data
2017-12-12 Nicolai Hähnlemesa/glspirv: Add struct gl_spirv_module
2017-12-12 Nicolai Hähnlemesa: add GL_ARB_gl_spirv boilerplate
2017-12-08 Jordan Justenmain: Clear shader program data whenever ProgramBinary...
2017-12-08 Jordan Justenmain: add binary support to ProgramBinary
2017-12-08 Jordan Justenmain: add binary support to GetProgramBinary
2017-12-08 Jordan Justenmain: Support getting GL_PROGRAM_BINARY_LENGTH
2017-12-08 Jordan Justenmesa: Add Mesa ARB_get_program_binary helper functions
2017-12-08 Timothy Arcerimesa: add driver callbacks for serialising ProgramBinar...
2017-12-08 Jordan Justenmain: Support 1 Mesa format with get for GL_PROGRAM_BIN...
2017-12-08 Jordan Justenmain: Allow non-zero NUM_PROGRAM_BINARY_FORMATS
2017-12-08 Jordan Justenmain, glsl: Add UniformDataDefaults which stores unifor...
2017-12-07 Alejandro Piñeiromesa/spirv: move and rename nir_spirv_supported_capabil...
2017-12-07 Alejandro Piñeiromesa: remove set_entry from forward type declarations
2017-12-06 Alejandro Piñeiromesa: define nir_spirv_supported_capabilities
2017-12-06 Emil Velikovmesa: document _mesa_extension_override_* variables
2017-12-05 Brian Paulmesa: add const qualifier on _mesa_is_renderable_textur...
2017-12-05 Brian Paulmesa: add const qualifier on _mesa_base_fbo_format()
2017-12-05 Brian Paulmesa: s/%u/%d/ in _mesa_error() call in check_layer()
2017-12-05 Brian Paulmesa: simplify/improve some _mesa_error() calls in...
2017-12-05 Brian Paulmesa: trivial whitespace fixes in transformfeedback.c
2017-12-05 Brian Paulmesa: add const qualifier in test_attachment_completeness()
2017-12-04 Fabian Bielerglsl: Fix gl_NormalScale.
2017-11-30 Tapani Pällimesa: add AllowGLSLCrossStageInterpolationMismatch...
2017-11-28 Tapani Pällimesa/gles: adjust internal format in glTexSubImage2D...
2017-11-27 Timothy Arcerist/glsl_to_tgsi: make use of driver_cache_blob with...
2017-11-25 Marek Olšákmesa: shrink VERT_ATTRIB bitfields to 32 bits
2017-11-25 Marek Olšákmesa: remove unused vertex attrib WEIGHT
2017-11-21 Juan A. Suarez Romeromesa/teximage: add TEXTURE_CUBE_MAP_ARRAY target for...
2017-11-17 Gert Wollnymesa/main/texcompress_s3tc_tmp.h: Fix two -Wparam-unuse...
2017-11-16 Emil Velikovmesa: return 'unrecognized' extensions in glGetStringi
2017-11-16 Emil Velikovmesa: rework the way we manage extra_extensions
2017-11-16 Emil Velikovmesa: pass the ctx to _mesa_one_time_init_extension_ove...
2017-11-16 Emil Velikovmesa: call atexit() only as needed
2017-11-16 Emil Velikovmesa: remove unnecessary 'sort by year' for the GL...
2017-11-16 Emil Velikovmesa: reuse set_extension() for _mesa_extension_overrid...
2017-11-16 Emil Velikovmesa: drop unnecessary coping of extra_extensions
2017-11-16 Emil Velikovmesa: remove duplicate 'disabled extensions' list
2017-11-16 Emil Velikovmesa: call _mesa_make_extension_string only as needed
2017-11-16 Emil Velikovmesa: split extensions overrides and glGetString(GL_EXT...
2017-11-14 Andres Rodriguezmesa: minor tidy up for memory object error strings
2017-11-09 Marek Olšákmesa: enable ARB_texture_buffer_* extensions in the...
2017-11-09 Dave Airliemesa/program: add hw atomic counter file
2017-11-09 Brian Paulmesa: s/GLint/gl_buffer_index/ for _ColorDrawBufferIndexes
2017-11-09 Brian Paulmesa: s/GLint/gl_buffer_index/ for _ColorReadBufferIndex
2017-11-09 Brian Paulmesa: minor reformatting, add const to gl_external_samp...
2017-11-09 Nicolai Hähnlemesa: flush and wait after creating a fallback texture
2017-11-09 Nicolai Hähnlemesa: increase MaxServerWaitTimeout
2017-11-09 Timothy Arcerimesa: use simple mtx in core mesa
2017-11-09 Timothy Arcerimesa: rework how we free gl_shader_program_data
2017-11-09 Timothy Arceriglsl: drop cache_fallback
2017-11-07 Miklós Mátémesa: fix deleting the dummy ATI_fs
2017-11-01 Timothy Arcerimesa/glsl: add api_enabled flag to gl_transform_feedbac...
2017-11-01 Jordan Justenmain: Add driver cache blob fields to gl_program
2017-10-27 Kenneth Graunkemesa: Accept GL_BACK in get_fb0_attachment with ARB_ES3...
2017-10-27 Alejandro Piñeiroformatquery: use correct target check for IMAGE_FORMAT_...
2017-10-25 Harish Krupogles2: support for GL_EXT_occlusion_query_boolean
2017-10-25 Tapani Pällimesa: enum checks for GL_EXT_occlusion_query_boolean
2017-10-23 Dave Airliemesa/bufferobj: don't double negate the range
next