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
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: fix GLES 3.1 version calculation
Rob Clark
2018-06-21
1
-1
/
+2
*
freedreno/a5xx: MSAA
Rob Clark
2018-06-21
14
-42
/
+89
*
freedreno: update generated headers
Rob Clark
2018-06-21
8
-41
/
+53
*
freedreno/ir3: txf_ms support
Rob Clark
2018-06-21
3
-7
/
+51
*
freedreno/a5xx: fix gpu hangs with large compute shaders
Rob Clark
2018-06-21
1
-3
/
+11
*
freedreno/ir3: fix base_vertex
Rob Clark
2018-06-21
1
-0
/
+1
*
i965: Link uniforms of SPIR-V programs using the NIR linker
Eduardo Lima Mitev
2018-06-21
1
-0
/
+6
*
i965: Setup glsl uniforms by index rather than name matching
Neil Roberts
2018-06-21
1
-13
/
+37
*
i965: account for NIR uniforms without name
Eduardo Lima Mitev
2018-06-21
2
-8
/
+5
*
i965: Update TexturesUsed after linking the shaders
Neil Roberts
2018-06-21
1
-1
/
+3
*
i965: Build SPIR-V programs' resource list using NIR
Eduardo Lima Mitev
2018-06-21
1
-1
/
+7
*
nir/linker: Add nir_build_program_resource_list()
Eduardo Lima Mitev
2018-06-21
4
-0
/
+72
*
compiler/link: move add_program_resource to linker_util
Alejandro Piñeiro
2018-06-21
5
-56
/
+91
*
nir/linker: Set the uniform initial values
Neil Roberts
2018-06-21
5
-0
/
+298
*
nir/linker: Add gl_nir_link_uniforms()
Eduardo Lima Mitev
2018-06-21
4
-0
/
+506
*
compiler/link: add linker_util.h, move linker_error/warning to it
Alejandro Piñeiro
2018-06-21
6
-14
/
+48
*
spirv: Set nir_variable->explicit_binding
Neil Roberts
2018-06-21
2
-0
/
+3
*
spirv: Get rid of vtn_variable_mode_image/sampler
Neil Roberts
2018-06-21
5
-39
/
+20
*
spirv: translate default-block uniforms
Nicolai Hähnle
2018-06-21
2
-10
/
+16
*
nir/types: Add a utility wrapper to glsl_type::sampler_index()
Eduardo Lima Mitev
2018-06-21
2
-0
/
+8
*
nir/types: Add a glsl_get_component_slots() utility
Eduardo Lima Mitev
2018-06-21
2
-0
/
+7
*
nir/lower_samplers: Limit assert to GLSL shader programs
Eduardo Lima Mitev
2018-06-21
1
-1
/
+2
*
nir: Add explicit_binding to nir_variable
Neil Roberts
2018-06-21
2
-0
/
+6
*
mesa/main: add NULL name check when searching for a resource name
Alejandro Piñeiro
2018-06-21
1
-0
/
+5
*
i965: use gl_shader_program_data::spirv
Alejandro Piñeiro
2018-06-21
1
-1
/
+1
*
mesa/main: Add a 'spirv' flag to gl_shader_program_data
Eduardo Lima Mitev
2018-06-21
2
-0
/
+7
*
docs/release-calendar: restore the missing 18.1 column
Emil Velikov
2018-06-21
1
-0
/
+1
*
configure: use compliant grep regex checks
Emil Velikov
2018-06-21
1
-2
/
+2
*
glsl/tests/glcpp: reinstate "error out if no tests found"
Emil Velikov
2018-06-21
1
-0
/
+9
*
glsl/glcpp/tests: reinstate srcdir/abs_builddir blurb
Emil Velikov
2018-06-21
1
-0
/
+13
*
glsl: fold glcpp-test-cr-lf.sh into glcpp-test.sh
Emil Velikov
2018-06-21
3
-5
/
+1
*
st/dri: constify dri_fill_st_visual's screen
Emil Velikov
2018-06-21
2
-2
/
+4
*
mesa: remove struct gl_extensions::ATI_separate_stencil
Emil Velikov
2018-06-21
7
-15
/
+2
*
travis: add libXrandr and its randrproto dependency
Eric Engestrom
2018-06-21
1
-0
/
+10
*
swr: bump minimum supported LLVM version to 5.0
Juan A. Suarez Romero
2018-06-21
5
-17
/
+16
*
radeonsi: add a debug flag to zero vram allocations
Grazvydas Ignotas
2018-06-21
5
-0
/
+7
*
radeonsi: use shifts for sign extension
Grazvydas Ignotas
2018-06-21
1
-2
/
+2
*
radv: set EVENT_WRITE_EOP.INT_SEL = wait for write confirmation
Samuel Pitoiset
2018-06-21
1
-3
/
+9
*
radv: use EOP_DATA_SEL_* instead of magic numbers
Samuel Pitoiset
2018-06-21
3
-6
/
+12
*
r600: fix copy/paste bug for sampleMaskIn workaround
Roland Scheidegger
2018-06-21
1
-1
/
+1
*
v3d: Fix min vs mag determination when not doing mip filtering.
Eric Anholt
2018-06-20
1
-2
/
+10
*
vulkan: EXT_acquire_xlib_display requires libXrandr headers to build
Keith Packard
2018-06-20
8
-5
/
+13
*
v3d: Implement ALPHA_TO_COVERAGE.
Eric Anholt
2018-06-20
2
-2
/
+15
*
v3d: Track write reference to the separate stencil buffer.
Eric Anholt
2018-06-20
1
-1
/
+16
*
v3d: Add missing reference to the separate stencil buffer.
Eric Anholt
2018-06-20
1
-11
/
+13
*
v3d: Fix return value from fence_finish.
Eric Anholt
2018-06-20
1
-1
/
+1
*
mesa/st: only do scalar lowerings if driver benefits
Christian Gmeiner
2018-06-20
1
-9
/
+30
*
gallium: add scalar isa shader cap
Christian Gmeiner
2018-06-20
15
-1
/
+32
*
radv: Add VK_EXT_display_surface_counter to radv driver
Keith Packard
2018-06-20
2
-0
/
+13
*
anv: Add VK_EXT_display_surface_counter to anv driver [v2]
Keith Packard
2018-06-20
2
-0
/
+13
[next]