index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
nir/builder: Add deref building helpers
Jason Ekstrand
2018-06-22
1
-0
/
+106
*
nir: Add a deref instruction type
Jason Ekstrand
2018-06-22
9
-13
/
+580
*
nir/validate: Rework intrinsic type validation
Jason Ekstrand
2018-06-22
1
-31
/
+31
*
nv50/ir: only avoid spilling constrained def if a mov is added
Karol Herbst
2018-06-23
1
-2
/
+2
*
radv: always check the return error when submitting a CS
Samuel Pitoiset
2018-06-22
1
-5
/
+11
*
radv: check the return values of radv_signal_fence()
Samuel Pitoiset
2018-06-22
1
-2
/
+7
*
radv: change the returned error in radv_signal_fence()
Samuel Pitoiset
2018-06-22
1
-2
/
+1
*
freedreno: a2xx: fix clear color
Jonathan Marek
2018-06-22
1
-1
/
+1
*
freedreno: a2xx: fix crash when freeing context
Jonathan Marek
2018-06-22
1
-0
/
+2
*
freedreno: a2xx: fix crash on first clear
Jonathan Marek
2018-06-22
1
-4
/
+4
*
freedreno: add a20x
Jonathan Marek
2018-06-22
7
-31
/
+85
*
freedreno: a2xx: increase size of the offset field in instr_fetch_vtx_t
Jonathan Marek
2018-06-22
1
-4
/
+2
*
v3d: Don't forget to initialize the buffer offset of a new winsys handle.
Eric Anholt
2018-06-21
1
-0
/
+1
*
v3d, vc4: Disable valgrind checking of CLE inputs when NDEBUG is set.
Eric Anholt
2018-06-21
1
-0
/
+2
*
mesa: fix glGetInteger64v for arrays of integers
Marek Olšák
2018-06-21
1
-1
/
+1
*
ac/surface: disallow rotated micro tile mode
Marek Olšák
2018-06-21
1
-2
/
+19
*
radeonsi: fix occlusion queries with 16x AA without FBO attachments on Stoney
Marek Olšák
2018-06-21
1
-1
/
+9
*
radeonsi: handle non-clearable DCC buffers as MSAA resolve dst
Marek Olšák
2018-06-21
2
-1
/
+6
*
radeonsi: disable DCC MSAA for 128bpp formats on Stoney
Marek Olšák
2018-06-21
1
-0
/
+5
*
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
*
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
[next]