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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "configure: allow building with python3"
Emil Velikov
2018-08-24
25
-33
/
+33
*
Revert "mesa: bump GL_MAX_ELEMENTS_INDICES and GL_MAX_ELEMENTS_VERTICES"
Kenneth Graunke
2018-08-24
2
-5
/
+2
*
Revert recent changes about not including compute in combined limits.
Kenneth Graunke
2018-08-24
3
-27
/
+26
*
gallivm: don't use saturated unsigned add/sub intrinsics for llvm 8.0
Roland Scheidegger
2018-08-24
1
-27
/
+60
*
st/mesa: expose KHR_texture_compression_astc_sliced_3d
Marek Olšák
2018-08-24
1
-2
/
+4
*
st/mesa: expose EXT_disjoint_timer_query
Marek Olšák
2018-08-24
1
-0
/
+1
*
mesa: expose EXT_vertex_attrib_64bit
Marek Olšák
2018-08-24
3
-0
/
+73
*
mesa: expose AMD_query_buffer_object
Marek Olšák
2018-08-24
1
-0
/
+1
*
mesa: expose AMD_multi_draw_indirect
Marek Olšák
2018-08-24
2
-0
/
+21
*
mesa: expose AMD_gpu_shader_int64
Marek Olšák
2018-08-24
8
-12
/
+260
*
mesa: expose ARB_post_depth_coverage in the Compatibility profile
Marek Olšák
2018-08-24
2
-1
/
+2
*
intel/nir: Enable nir_opt_find_array_copies
Jason Ekstrand
2018-08-23
2
-13
/
+28
*
nir: Add an array copy optimization
Jason Ekstrand
2018-08-23
4
-0
/
+415
*
intel/nir: Use nir_shrink_vec_array_vars
Jason Ekstrand
2018-08-23
1
-0
/
+1
*
nir: Add a array-of-vector variable shrinking pass
Jason Ekstrand
2018-08-23
2
-0
/
+718
*
intel/nir: Use the new structure and array splitting passes
Jason Ekstrand
2018-08-23
1
-0
/
+2
*
nir: Add an array splitting pass
Jason Ekstrand
2018-08-23
2
-0
/
+584
*
nir: Add a structure splitting pass
Jason Ekstrand
2018-08-23
4
-0
/
+278
*
nir/types: Add array_or_matrix helpers
Jason Ekstrand
2018-08-23
2
-0
/
+17
*
i965: don't include compute resources in "Combined" limits
Kenneth Graunke
2018-08-23
1
-11
/
+11
*
radeonsi: increase the maximum UBO size to 2 GB
Marek Olšák
2018-08-23
1
-1
/
+1
*
radeonsi: bump MAX_GS_INVOCATIONS
Marek Olšák
2018-08-23
2
-3
/
+3
*
gallium: add PIPE_CAP_MAX_SHADER_BUFFER_SIZE
Marek Olšák
2018-08-23
19
-1
/
+39
*
gallium: add PIPE_CAP_MAX_GS_INVOCATIONS
Marek Olšák
2018-08-23
19
-1
/
+40
*
tgsi/ureg: don't call tgsi_sanity when it's too slow
Marek Olšák
2018-08-23
1
-1
/
+12
*
st/mesa: fix up uniform limits to be able to expose large UBOs
Marek Olšák
2018-08-23
1
-8
/
+23
*
st/mesa: don't include compute resources in "Combined" limits
Marek Olšák
2018-08-23
1
-6
/
+3
*
st/mesa: set ctx->Const.SubPixelBits
Marek Olšák
2018-08-23
1
-0
/
+1
*
glsl: fix error checking against MAX_UNIFORM_LOCATIONS
Marek Olšák
2018-08-23
1
-2
/
+6
*
mesa: make MaxCombinedUniformComponents 64-bit to allow large UBOs
Marek Olšák
2018-08-23
2
-7
/
+7
*
mesa: add ctx->Const.MaxGeometryShaderInvocations
Marek Olšák
2018-08-23
5
-3
/
+7
*
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
*
glapi: actually implement GL_EXT_robustness for GLES
Marek Olšák
2018-08-23
1
-0
/
+32
*
intel/decoder: Decode SFIXED values.
Kenneth Graunke
2018-08-23
1
-3
/
+7
*
configure: allow building with python3
Emil Velikov
2018-08-23
25
-33
/
+33
*
vk/wsi: avoid reading uninitialised memory
Eric Engestrom
2018-08-23
1
-2
/
+2
*
egl: drop unused _EGL_BUILT_IN_DRIVER_DRI2
Eric Engestrom
2018-08-23
3
-4
/
+1
*
radv/gfx9: implement coherent shaders for VK_ACCESS_SHADER_READ_BIT
Samuel Pitoiset
2018-08-23
1
-1
/
+20
*
meson: Run the install script with Python 3
Mathieu Bridon
2018-08-23
5
-0
/
+5
*
glsl: remove execute bit and shebang from python tests
Emil Velikov
2018-08-23
3
-3
/
+0
*
i965: Enable INTEL_shader_atomic_float_minmax on Gen9+
Ian Romanick
2018-08-22
1
-0
/
+1
*
i965: Sort Gen9+ extension enables
Ian Romanick
2018-08-22
1
-3
/
+3
*
intel/compiler: Implement untyped atomic float min, max, and compare-swap dat...
Ian Romanick
2018-08-22
14
-1
/
+261
*
intel/compiler: Expand untyped atomic message type field by a bit
Ian Romanick
2018-08-22
3
-4
/
+9
*
intel/compiler: Silence unused parameter warnings
Ian Romanick
2018-08-22
5
-7
/
+5
*
nir: Add floating point atomic min, max, and compare-swap instrinsics
Ian Romanick
2018-08-22
4
-8
/
+50
*
nir: Add floating point atomic add instrinsics
Ian Romanick
2018-08-22
5
-5
/
+22
*
glsl: Add support for lowering shared-variable float atomics
Ian Romanick
2018-08-22
1
-3
/
+3
[next]