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
*
r600/sb: Check whether optimizations would result in reladdr conflict
Gert Wollny
2018-02-09
3
-4
/
+55
*
r600g: Implement spilling of temp arrays (v2)
Glenn Kennard
2018-02-09
3
-8
/
+292
*
r600/sb: handle scratch mem reads on r600
Dave Airlie
2018-02-09
2
-5
/
+23
*
r600g/sb: Add dependency tracking for scratch ops
Glenn Kennard
2018-02-09
8
-4
/
+22
*
r600g/sb: Support scratch ops
Glenn Kennard
2018-02-09
5
-1
/
+153
*
r600g: Implement scratch buffer state management (v2)
Glenn Kennard
2018-02-09
6
-1
/
+152
*
r600g: Add pending output function
Glenn Kennard
2018-02-09
2
-0
/
+22
*
r600g: Support emitting scratch ops
Glenn Kennard
2018-02-09
4
-1
/
+77
*
r600: fix texture gather swizzling.
Dave Airlie
2018-02-09
1
-7
/
+7
*
ac: add ac_build_export_null() helper
Samuel Pitoiset
2018-02-08
1
-20
/
+1
*
meson: Add build option for tools
Scott D Phillips
2018-02-08
2
-2
/
+4
*
gallium/util: silence clang warning in blitter code
Brian Paul
2018-02-08
1
-1
/
+1
*
tgsi: s/unsigned/enum tgsi_semantic/ in ureg_DECL_output()
Brian Paul
2018-02-08
1
-1
/
+1
*
tgsi: use TGSI_INTERPOLATE_x arguments instead of zeros in ureg code
Brian Paul
2018-02-08
1
-2
/
+5
*
gallium/util: s/uint/enum tgsi_semantic/ in simple shader code
Brian Paul
2018-02-08
5
-11
/
+11
*
tgsi: s/unsigned/enum pipe_shader_type/ in ureg code
Brian Paul
2018-02-08
2
-5
/
+9
*
gallium/util: s/uint/enum tgsi_semantic/ in u_blitter.c
Brian Paul
2018-02-08
1
-4
/
+6
*
gallium/util: trivial whitespace/formatting fixes in u_blit.c
Brian Paul
2018-02-08
1
-9
/
+9
*
cso: add a couple sanity check assertions in cso_draw_vbo()
Brian Paul
2018-02-08
1
-0
/
+6
*
r600: implement tg4 integer workaround. (v2)
Dave Airlie
2018-02-08
1
-0
/
+162
*
r600: clean up initial shader register setup
Glenn Kennard
2018-02-08
1
-20
/
+17
*
r600: partly fix sampleMaskIn value
Roland Scheidegger
2018-02-08
1
-0
/
+54
*
r600: clean up fragment shader input scan code
Roland Scheidegger
2018-02-08
1
-52
/
+23
*
r600/cm: (trivial) code cleanup for emitting msaa state
Roland Scheidegger
2018-02-08
3
-16
/
+14
*
tgsi: use tgsi_semantic enum type in ureg code
Brian Paul
2018-02-07
2
-23
/
+23
*
tgsi: use TGSI enum types in ureg code
Brian Paul
2018-02-07
2
-51
/
+55
*
gallium/util: replace uint with tgsi enum types
Brian Paul
2018-02-07
2
-6
/
+7
*
gallium/util: replace unsigned with tgsi enum types
Brian Paul
2018-02-07
2
-31
/
+34
*
r600: fix rendering regression on r6/7 gpus
Dave Airlie
2018-02-08
1
-1
/
+6
*
radeonsi: avoid int-to-pointer-cast warnings on 32bit
Grazvydas Ignotas
2018-02-08
1
-6
/
+12
*
gallium/hud: update some query functions
Grazvydas Ignotas
2018-02-08
4
-4
/
+4
*
Revert "gallium: build ddebug, noop, rbug, trace as part of auxiliary"
Roland Scheidegger
2018-02-07
14
-54
/
+98
*
gallium: build ddebug, noop, rbug, trace as part of auxiliary
Marek Olšák
2018-02-07
14
-98
/
+54
*
u_blit: (trivial) fix bogus argument order for set_fragment_shader
Roland Scheidegger
2018-02-07
1
-2
/
+2
*
u_blit,u_simple_shaders: add shader to convert from xrbias format
Roland Scheidegger
2018-02-07
4
-16
/
+78
*
u_simple_shaders: fix mask handling in util_make_fragment_tex_shader_writemask
Roland Scheidegger
2018-02-07
1
-1
/
+1
*
radeonsi/nir: add nir support for compiling compute shaders
Timothy Arceri
2018-02-07
3
-18
/
+39
*
ac/radeonsi: add num_work_groups to the abi
Timothy Arceri
2018-02-07
2
-3
/
+2
*
ac/radeonsi: create ac_build_shader_clock() helper
Timothy Arceri
2018-02-07
1
-5
/
+1
*
ac/radeonsi: add load_local_group_size() to the abi
Timothy Arceri
2018-02-07
1
-0
/
+1
*
radeonsi: add get_block_size() helper
Timothy Arceri
2018-02-07
1
-20
/
+27
*
ac/radeonsi: add local_invocation_ids to the abi
Timothy Arceri
2018-02-07
2
-3
/
+2
*
ac/radeonsi: add workgroup_ids to the abi
Timothy Arceri
2018-02-07
2
-6
/
+4
*
radeonsi/nir: gather some compute info in si_nir_scan_shader()
Timothy Arceri
2018-02-07
1
-6
/
+27
*
radeonsi/nir: always set input_usage_mask as using all components
Timothy Arceri
2018-02-07
1
-4
/
+10
*
r600: fixup sparse color exports.
Dave Airlie
2018-02-07
3
-1
/
+12
*
r600: work out target mask at framebuffer bind.
Dave Airlie
2018-02-07
3
-4
/
+9
*
r600: work out shader export mask at shader build time (v1.1)
Dave Airlie
2018-02-07
6
-3
/
+13
*
r600: fix xfb stream check.
Dave Airlie
2018-02-07
1
-1
/
+1
*
r600/compute: add render cond support.
Dave Airlie
2018-02-07
1
-2
/
+5
[next]