index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
main
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: Only require independent blending for GLES 3.2.
Eric Anholt
2018-01-21
1
-1
/
+1
*
autotools: include meson build files in tarball
Dylan Baker
2018-01-19
1
-0
/
+2
*
mesa: Make numSamples an unsigned int
Gert Wollny
2018-01-19
4
-6
/
+6
*
mesa: move gl_external_samplers() to program.[ch]
Brian Paul
2018-01-17
1
-17
/
+0
*
mesa: remove unneeded #includes of main/compiler.h
Brian Paul
2018-01-17
11
-11
/
+0
*
mesa: include util/macros.h in format_fallback.c
Brian Paul
2018-01-17
1
-0
/
+1
*
mesa: remove unneeded semicolons
Grazvydas Ignotas
2018-01-17
2
-2
/
+2
*
mesa: require at least 14 UBOs for GL 4.3
Roland Scheidegger
2018-01-12
1
-0
/
+1
*
meson: Use consistent style for tests
Dylan Baker
2018-01-11
1
-1
/
+3
*
glsl: remove Lower{TCS,TES}PatchVerticesIn
Iago Toral Quiroga
2018-01-10
1
-2
/
+0
*
Fix use of alloca() without #include <c99_alloca.h>
Jon Turney
2018-01-09
1
-0
/
+1
*
mesa: remove dd_function_table::GetCompressedTexSubImage and clean it up
Marek Olšák
2018-01-06
3
-30
/
+11
*
mesa/bindless: fix missing image _Layer initialization
Ilia Mirkin
2018-01-04
1
-0
/
+1
*
mesa: Add GL_UNSIGNED_INT_2_10_10_10_REV OES read type for BGRX1010102.
Mario Kleiner
2018-01-03
1
-1
/
+2
*
mesa: Add GL_RGBA + GL_UNSIGNED_INT_2_10_10_10_REV for OES read type.
Mario Kleiner
2018-01-03
1
-0
/
+3
*
mesa: Add _mesa_bind_texture method
Ian Romanick
2018-01-02
2
-2
/
+26
*
Revert "mesa: remove unused _mesa_delete_nameless_texture()"
Ian Romanick
2018-01-02
2
-0
/
+46
*
mesa: Fold _mesa_record_error into its only caller
Ian Romanick
2018-01-02
3
-30
/
+2
*
mesa: always compare optype with symbolic name in ATI_fs
Miklós Máté
2017-12-25
1
-3
/
+3
*
mesa: document ati_fragment_shader::cur_pass and swizzlerq
Miklós Máté
2017-12-25
1
-0
/
+4
*
mesa: move ATI_fs state compile changes after the error checks
Miklós Máté
2017-12-25
1
-54
/
+53
*
mesa: fix not having secondary color in ATI_fs in swrast
Miklós Máté
2017-12-25
1
-7
/
+10
*
mesa: fix validate for secondary interpolator
Miklós Máté
2017-12-25
1
-13
/
+27
*
mesa: fix typo in ATI_fs dstMod error checking
Miklós Máté
2017-12-25
1
-1
/
+1
*
mesa: fix crash when an ATI_fs pass begins with an alpha inst
Miklós Máté
2017-12-25
1
-3
/
+7
*
mesa: add fallback texture for SampleMapATI if there is nothing
Miklós Máté
2017-12-25
1
-0
/
+30
*
mesa: GL_EXT_disjoint_timer_query extension API bits
Tapani Pälli
2017-12-15
6
-1
/
+30
*
glapi: add GL_EXT_disjoint_timer_query
Tapani Pälli
2017-12-15
1
-0
/
+5
*
mesa: add DisjointOperation to gl_shared_state
Tapani Pälli
2017-12-15
2
-0
/
+9
*
mesa: Add glSpecializeShaderARB to common_desktop_functions
Dylan Baker
2017-12-13
1
-0
/
+3
*
mesa: remove second include of errors.h in src/mesa/main/glspirv.c
Kai Wasserbäch
2017-12-12
1
-4
/
+0
*
mesa: refuse to compile SPIR-V shaders or link mixed shaders
Nicolai Hähnle
2017-12-12
1
-0
/
+12
*
mesa/shaderapi: add a getter for GL_SPIR_V_BINARY_ARB
Nicolai Hähnle
2017-12-12
1
-0
/
+3
*
mesa: implement SPIR-V loading in glShaderBinary
Nicolai Hähnle
2017-12-12
5
-3
/
+97
*
mesa/glspirv: Add struct gl_shader_spirv_data
Eduardo Lima Mitev
2017-12-12
2
-0
/
+42
*
mesa/glspirv: Add struct gl_spirv_module
Nicolai Hähnle
2017-12-12
2
-0
/
+33
*
mesa: add GL_ARB_gl_spirv boilerplate
Nicolai Hähnle
2017-12-12
5
-0
/
+95
*
main: Clear shader program data whenever ProgramBinary is called
Jordan Justen
2017-12-08
1
-0
/
+3
*
main: add binary support to ProgramBinary
Jordan Justen
2017-12-08
1
-17
/
+19
*
main: add binary support to GetProgramBinary
Jordan Justen
2017-12-08
1
-6
/
+9
*
main: Support getting GL_PROGRAM_BINARY_LENGTH
Jordan Justen
2017-12-08
1
-1
/
+6
*
mesa: Add Mesa ARB_get_program_binary helper functions
Jordan Justen
2017-12-08
2
-0
/
+347
*
mesa: add driver callbacks for serialising ProgramBinary blobs
Timothy Arceri
2017-12-08
1
-0
/
+17
*
main: Support 1 Mesa format with get for GL_PROGRAM_BINARY_FORMATS
Jordan Justen
2017-12-08
2
-1
/
+10
*
main: Allow non-zero NUM_PROGRAM_BINARY_FORMATS
Jordan Justen
2017-12-08
2
-1
/
+4
*
main, glsl: Add UniformDataDefaults which stores uniform defaults
Jordan Justen
2017-12-08
1
-0
/
+11
*
mesa/spirv: move and rename nir_spirv_supported_capabilities
Alejandro Piñeiro
2017-12-07
1
-13
/
+0
*
mesa: remove set_entry from forward type declarations
Alejandro Piñeiro
2017-12-07
1
-1
/
+0
*
mesa: define nir_spirv_supported_capabilities
Alejandro Piñeiro
2017-12-06
1
-0
/
+12
*
mesa: document _mesa_extension_override_* variables
Emil Velikov
2017-12-06
1
-0
/
+9
[next]