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
/
gallium
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
radeonsi/gfx9: get GS wave ID from the correct input
Marek Olšák
2017-04-28
1
-3
/
+11
*
radeonsi/gfx9: add the function signature of merged ES-GS
Marek Olšák
2017-04-28
2
-12
/
+74
*
radeonsi/gfx9: set registers and shader key for merged ES-GS
Marek Olšák
2017-04-28
5
-27
/
+218
*
radeonsi/gfx9: add GS user SGPRs
Marek Olšák
2017-04-28
4
-7
/
+25
*
radeonsi: rename declare_tess_lds -> declare_lds_as_pointer
Marek Olšák
2017-04-28
1
-4
/
+4
*
radeonsi: simplify some shader type conditions
Marek Olšák
2017-04-28
1
-6
/
+2
*
radeonsi: rename the swizzle parameter of lds_store
Marek Olšák
2017-04-28
1
-2
/
+2
*
radeonsi: add si_shader::prolog2
Marek Olšák
2017-04-28
3
-1
/
+25
*
radeonsi/gfx9: move RW_BUFFERS to s[0:1] for merged shaders
Marek Olšák
2017-04-28
3
-21
/
+24
*
radeonsi/gfx9: add support for monolithic merged LS-HS
Marek Olšák
2017-04-28
2
-17
/
+128
*
radeonsi/gfx9: set EXEC for non-mono merged shaders, add a barrier between them
Marek Olšák
2017-04-28
1
-2
/
+41
*
radeonsi/gfx9: don't store the HS control word
Marek Olšák
2017-04-28
1
-7
/
+12
*
radeonsi/gfx9: pass inputs from LS to TCS
Marek Olšák
2017-04-28
2
-2
/
+69
*
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
*
clover: Fix build since clang r301442
Jan Vesely
2017-04-27
2
-1
/
+3
*
nvc0: Enable compute support for Pascal
Boyan Ding
2017-04-27
3
-4
/
+7
*
nvc0: Add new launch descriptor format for GP100
Boyan Ding
2017-04-27
2
-34
/
+197
*
nvc0: Fix index of unk fields in nve4_cp_launch_desc
Boyan Ding
2017-04-27
1
-2
/
+2
*
nouveau: Fix indentation of maxwell compute class definitions
Boyan Ding
2017-04-27
1
-2
/
+2
*
radeonsi/ac: move vertex export remove to common code.
Dave Airlie
2017-04-27
3
-163
/
+14
*
svga: fix vertex buffer binding issue
Brian Paul
2017-04-26
1
-2
/
+29
*
gallium/util: reduce util_snprintf() calls in debug_flush_might_flush_cb()
Brian Paul
2017-04-26
1
-5
/
+6
*
gallium/util: add some comments in u_debug_flush.c
Brian Paul
2017-04-26
1
-0
/
+15
*
svga: Removed the unused label 'done' in svga_validate_surface_view()
Charmaine Lee
2017-04-26
1
-1
/
+0
*
svga: use the winsys interface to invalidate surface
Charmaine Lee
2017-04-26
1
-5
/
+1
*
svga: fix format for screen target
Charmaine Lee
2017-04-26
1
-0
/
+26
*
svga: cache the backing surface handle in the texture object
Charmaine Lee
2017-04-26
5
-10
/
+57
*
svga: Update the backing resource only if needed
Charmaine Lee
2017-04-26
2
-3
/
+14
*
svga: Set the surface dirty bit for the right surface view
Charmaine Lee
2017-04-26
1
-5
/
+19
*
svga: Move rendertarget view related fields to hw_clear state
Charmaine Lee
2017-04-26
4
-17
/
+18
*
svga: Move setting the rendered_to flags to framebuffer emit time
Charmaine Lee
2017-04-26
2
-18
/
+28
*
svga: add const qualifiers on svga_check_sampler_view_resource_collision()
Brian Paul
2017-04-26
2
-4
/
+4
*
svga: improve surface view debug messages
Brian Paul
2017-04-26
1
-4
/
+5
*
svga: add DEBUG_SAMPLERS
Brian Paul
2017-04-26
3
-1
/
+4
[prev]
[next]