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
*
radeonsi/gfx9: add TCS epilog support for merged LS-HS
Marek Olšák
2017-04-28
1
-34
/
+76
*
radeonsi/gfx9: add VS prolog support for merged LS-HS
Marek Olšák
2017-04-28
2
-10
/
+21
*
radeonsi/gfx9: merged shaders have scratch offset at the beginning
Marek Olšák
2017-04-28
2
-1
/
+13
*
radeonsi/gfx9: define LS-HS main shader function prototype
Marek Olšák
2017-04-28
1
-38
/
+147
*
radeonsi: assign VS/TCS/TES/GS shader input parameter locations dynamically
Marek Olšák
2017-04-28
3
-193
/
+190
*
radeonsi/gfx9: define and set LS-HS user SGPRs
Marek Olšák
2017-04-28
5
-20
/
+57
*
radeonsi/gfx9: set up shader registers for merged LS-HS
Marek Olšák
2017-04-28
3
-15
/
+55
*
radeonsi/gfx9: add initial code generation for non-monolithic merged LS-HS
Marek Olšák
2017-04-28
3
-1
/
+23
*
radeonsi: separate out code for selecting the VS prolog
Marek Olšák
2017-04-28
1
-17
/
+29
*
radeonsi/gfx9: add si_shader::previous_stage for merged shaders
Marek Olšák
2017-04-28
3
-1
/
+39
*
radeonsi/gfx9: enlarge num_input_sgprs in shader keys due to higher hw limit
Marek Olšák
2017-04-28
1
-2
/
+2
*
radeonsi/gfx9: update the summary of shader stage configs
Marek Olšák
2017-04-28
1
-4
/
+9
*
radeonsi: adjust the signature of si_get_vs_prolog_key
Marek Olšák
2017-04-28
1
-9
/
+21
*
radeonsi: separate out VS prolog key generation
Marek Olšák
2017-04-28
1
-11
/
+20
*
radeonsi: separate out VS prolog key printing
Marek Olšák
2017-04-28
1
-19
/
+29
*
radeonsi: code shuffling in si_emit_derived_tess_state
Marek Olšák
2017-04-28
1
-31
/
+38
*
radeonsi: separate out TGSI initialization of si_shader_context
Marek Olšák
2017-04-28
3
-43
/
+72
*
st/mesa: use min_index and max_index directly from vbo
Marek Olšák
2017-04-28
1
-7
/
+2
*
vbo: set min_index = 0 so gallium can use the value directly
Marek Olšák
2017-04-28
2
-4
/
+4
*
Revert "glsl: reject image qualifiers with non-image types inside uniform blo...
Matt Turner
2017-04-28
1
-2
/
+0
*
st/mesa: add more fallback gallium formats for GL integer formats
Brian Paul
2017-04-28
1
-25
/
+25
*
mesa: optimize color_buffer_writes_enabled()
Brian Paul
2017-04-28
1
-4
/
+5
*
st/mesa: whitespace clean-ups in st_manager.c
Brian Paul
2017-04-28
1
-7
/
+8
*
Revert "glsl: set vector_elements to 1 for samplers"
Matt Turner
2017-04-28
2
-6
/
+16
*
anv: Drop 'x11' prefix from non-X11 WSI funcs
Chad Versace
2017-04-28
1
-16
/
+16
*
anv: Alphabetize KHR extensions
Jason Ekstrand
2017-04-28
1
-18
/
+18
*
ac: automake: sort sources list alphabetically
Emil Velikov
2017-04-28
1
-3
/
+3
*
ac: include all sources in the tarball
Emil Velikov
2017-04-28
1
-0
/
+1
*
st/mesa: remove redundant stfb->iface checks
Nicolai Hähnle
2017-04-28
2
-9
/
+2
*
st/mesa: don't cast the incomplete framebufer to st_framebuffer
Nicolai Hähnle
2017-04-28
2
-2
/
+4
*
st/glsl_to_tgsi: make undef_src and undef_dst const
Nicolai Hähnle
2017-04-28
1
-2
/
+2
*
st/glsl_to_tgsi: cleanup using visit_generic_intrinsic
Nicolai Hähnle
2017-04-28
1
-8
/
+2
*
glsl: remove the shader_group_vote and shader_ballot expression ops
Nicolai Hähnle
2017-04-28
5
-77
/
+0
*
glsl: implement arb_shader_ballot builtins using intrinsics
Nicolai Hähnle
2017-04-28
1
-3
/
+83
*
glsl: implement arb_shader_group_vote builtins via intrinsics
Nicolai Hähnle
2017-04-28
1
-6
/
+32
*
st/glsl_to_tgsi: implement shader_group_vote and shader_ballot intrinsics
Nicolai Hähnle
2017-04-28
1
-0
/
+36
*
glsl: add intrinsics for ARB_shader_group_vote and ARB_shader_ballot
Nicolai Hähnle
2017-04-28
2
-0
/
+13
*
glsl: reject image qualifiers with non-image types inside uniform blocks
Samuel Pitoiset
2017-04-28
1
-0
/
+2
*
glsl: introduce validate_image_qualifier_for_type() helper
Samuel Pitoiset
2017-04-28
1
-9
/
+20
*
glsl: fix error when using format qualifiers with non-image types
Samuel Pitoiset
2017-04-28
1
-2
/
+6
*
util/disk_cache: remove percentage based max cache limit
Timothy Arceri
2017-04-28
1
-6
/
+2
*
anv: Move queues, events, and semaphores to their own file
Jason Ekstrand
2017-04-27
3
-484
/
+516
*
anv: Implement VK_KHX_external_memory_fd
Jason Ekstrand
2017-04-27
3
-18
/
+113
*
anv: Use the BO cache for DeviceMemory allocations
Jason Ekstrand
2017-04-27
5
-26
/
+30
*
anv/allocator: Add a BO cache
Jason Ekstrand
2017-04-27
2
-0
/
+278
*
anv: Implement VK_KHX_external_memory
Jason Ekstrand
2017-04-27
2
-0
/
+5
*
anv: Implement VK_KHX_external_memory_capabilities
Chad Versace
2017-04-27
4
-14
/
+116
*
anv/physical_device: Rename uuid to pipeline_cache_uuid
Jason Ekstrand
2017-04-27
3
-5
/
+6
*
anv: Refactor device_get_cache_uuid into physical_device_init_uuids
Jason Ekstrand
2017-04-27
1
-13
/
+17
*
anv: Set EXEC_OBJECT_ASYNC when available
Jason Ekstrand
2017-04-27
4
-0
/
+10
[next]