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: add ctx->Const.MaxGeometryShaderInvocations
Marek Olšák
2018-08-23
3
-2
/
+4
*
mesa: don't include compute resources in MAX_COMBINED_* limits
Marek Olšák
2018-08-23
1
-9
/
+13
*
mesa: bump GL_MAX_ELEMENTS_INDICES and GL_MAX_ELEMENTS_VERTICES
Marek Olšák
2018-08-23
2
-2
/
+5
*
mesa: remove incorrect change for EXT_disjoint_timer_query
Marek Olšák
2018-08-23
1
-2
/
+1
*
mesa: Extension boilerplate for INTEL_shader_atomic_float_minmax
Ian Romanick
2018-08-22
2
-0
/
+2
*
mesa: Extension boilerplate for NV_shader_atomic_float
Ian Romanick
2018-08-22
2
-0
/
+2
*
Add NV_fragment_shader_interlock support.
Kevin Rogovin
2018-08-20
1
-0
/
+1
*
bin: always define MESA_GIT_SHA1 to make it directly usable in code
Eric Engestrom
2018-08-16
2
-10
/
+2
*
mesa: shader dump/read support for ARB programs
Tapani Pälli
2018-08-15
3
-7
/
+31
*
mesa/glspirv: fix compilation with MSVC
Alejandro Piñeiro
2018-08-13
1
-1
/
+1
*
mesa/glspirv: Set separate_shader on shader_info
Neil Roberts
2018-08-13
1
-0
/
+2
*
mesa/glspirv: pick off the only entry point we need
Iago Toral Quiroga
2018-08-13
1
-0
/
+15
*
mesa/glspirv: compute double inputs and remap attributes
Alejandro Piñeiro
2018-08-13
1
-0
/
+19
*
mesa: enable EXT_render_snorm extension
Tapani Pälli
2018-08-13
6
-9
/
+61
*
meson: Build with Python 3
Mathieu Bridon
2018-08-10
1
-3
/
+3
*
python: Fix inequality comparisons
Mathieu Bridon
2018-08-10
1
-0
/
+6
*
python: Explicitly use a list
Mathieu Bridon
2018-08-09
1
-2
/
+2
*
python: Use explicit integer divisions
Mathieu Bridon
2018-08-07
3
-10
/
+10
*
dri: Define DRI_MutableRenderBuffer extensions
Chad Versace
2018-08-07
1
-0
/
+3
*
mesa: fix make check for AMD_framebuffer_multisample_advanced
Ian Romanick
2018-08-06
1
-0
/
+8
*
mesa: add functional FBO changes for AMD_framebuffer_multisample_advanced
Marek Olšák
2018-08-04
2
-17
/
+131
*
mesa: add gl_renderbuffer::NumStorageSamples
Marek Olšák
2018-08-04
2
-8
/
+18
*
mesa: implement glGet for AMD_framebuffer_multisample_advanced
Marek Olšák
2018-08-04
4
-0
/
+32
*
glapi: define AMD_framebuffer_multisample_advanced and add its functions
Marek Olšák
2018-08-04
2
-0
/
+32
*
mesa: add storageSamples parameter to renderbuffer functions
Marek Olšák
2018-08-04
5
-20
/
+32
*
mesa: add switch case for GL 2.0 in _mesa_compute_version()
Brian Paul
2018-08-02
1
-0
/
+2
*
mesa: replace binary constants with hexadecimal constants
18.2-branchpoint
Andres Gomez
2018-08-02
1
-58
/
+58
*
mesa: add ASTC 2D LDR decoder
Marek Olšák
2018-07-31
4
-0
/
+1963
*
arb_gl_spirv: add calls to several nir lowerings
Alejandro Piñeiro
2018-07-31
1
-0
/
+8
*
mesa/glspirv: Set last_vert_prog
Neil Roberts
2018-07-31
1
-0
/
+7
*
mesa: fix a typo (trivial)
Tapani Pälli
2018-07-31
1
-1
/
+1
*
mesa: add glRenderbufferStorage support for EXT_texture_norm16 formats
Tapani Pälli
2018-07-31
1
-3
/
+7
*
mesa: add switch case for GL 2.1 in _mesa_compute_version()
Brian Paul
2018-07-27
1
-0
/
+3
*
mesa: replace tabs with spaces in mipmap.c
Brian Paul
2018-07-27
1
-28
/
+28
*
mesa: whitespace clean-up in texstore.c
Brian Paul
2018-07-27
1
-45
/
+50
*
mesa: move var decls in texstore_rgba()
Brian Paul
2018-07-27
1
-6
/
+8
*
mesa: remove unneeded free() call in texstore_rgba()
Brian Paul
2018-07-27
1
-1
/
+0
*
mesa: GL_MESA_framebuffer_flip_y extension [v4]
Fritz Koenig
2018-07-27
8
-17
/
+48
*
mesa: allow indirect draws with the default VAO and compatibility profile
Marek Olšák
2018-07-24
1
-1
/
+2
*
mesa: Fix copy-paste error in ConservativeRasterDilateRange initialization
Danylo Piliaiev
2018-07-24
1
-1
/
+1
*
python: Use range() instead of xrange()
Mathieu Bridon
2018-07-24
1
-2
/
+2
*
mesa: fix make check for AMD_performance_monitor
Marek Olšák
2018-07-19
1
-0
/
+13
*
mesa: remove dead code from api_loopback
Marek Olšák
2018-07-19
1
-17
/
+0
*
mesa: expose ARB_indirect_parameters in the compatibility profile
Marek Olšák
2018-07-19
2
-5
/
+5
*
mesa: expose ARB_shader_viewport_layer_array in the compatibility profile
Marek Olšák
2018-07-19
1
-1
/
+1
*
mesa: expose ARB_ES3_1_compatibility in the compatibility profile
Marek Olšák
2018-07-19
1
-1
/
+1
*
Allow AMD_perfmon on GLES contexts
Eric Anholt
2018-07-18
1
-1
/
+1
*
mesa: don't double incr/decr ActiveCounters
Rob Clark
2018-07-18
1
-4
/
+8
*
mesa: fix error msg typo
Rob Clark
2018-07-18
1
-1
/
+1
*
mesa: handle a bunch of formats in IMPLEMENTATION_COLOR_READ_*
Tomeu Vizoso
2018-07-18
1
-32
/
+43
[next]