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
path:
root
/
src
/
gallium
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
freedreno/a6xx: stop using ir3_emit_{vs,fs}_consts()
Rob Clark
2019-08-13
3
-17
/
+53
*
freedreno/ir3: push ctx further up call chain
Rob Clark
2019-08-13
1
-21
/
+22
*
freedreno/ir3: move ring_wfi() further up call chain
Rob Clark
2019-08-13
1
-10
/
+8
*
freedreno/all: move more emit helpers to screen
Rob Clark
2019-08-13
9
-24
/
+21
*
freedreno/a3xx-a6xx+ir3: move emit_const* to screen
Rob Clark
2019-08-13
7
-19
/
+24
*
freedreno/a6xx: add fd6_emit_init_screen()
Rob Clark
2019-08-13
3
-0
/
+9
*
freedreno/a5xx: add fd5_emit_init_screen()
Rob Clark
2019-08-13
3
-0
/
+9
*
freedreno/a3xx: add fd3_emit_init_screen()
Rob Clark
2019-08-13
3
-0
/
+8
*
freedreno/a2xx: add fd2_emit_init_screen()
Rob Clark
2019-08-13
3
-0
/
+9
*
freedreno/a4xx: add fd4_emit_init_screen()
Rob Clark
2019-08-13
3
-0
/
+8
*
freedreno/a2xx: call fd2_emit_ib() directly from fd2
Rob Clark
2019-08-13
3
-8
/
+8
*
freedreno/a5xx: call fd5_emit_ib() directly from fd5
Rob Clark
2019-08-13
3
-16
/
+16
*
freedreno/a4xx: call fd4_emit_ib() directly from fd4
Rob Clark
2019-08-13
3
-7
/
+7
*
freedreno/a3xx: call fd3_emit_ib() directly from fd3
Rob Clark
2019-08-13
3
-7
/
+7
*
freedreno/ir3: move VS driver-param emit
Rob Clark
2019-08-13
2
-68
/
+89
*
panfrost: Add support for KHR_partial_update()
Boris Brezillon
2019-08-13
7
-7
/
+188
*
st/dri2: Implement DRI2bufferDamageExtension
Daniel Stone
2019-08-13
2
-0
/
+52
*
iris: Implement pipe_screen::resource_get_param
Jordan Justen
2019-08-13
1
-0
/
+48
*
gallium/dri2: Use pipe_screen::resource_get_param in image queries
Jordan Justen
2019-08-13
1
-0
/
+71
*
gallium/dri2: Support images with multiple planes for modifiers
Jordan Justen
2019-08-13
2
-3
/
+33
*
gallium/dri2: Refactor image property queries
Jordan Justen
2019-08-13
1
-69
/
+79
*
state_tracker/winsys_handle: Add plane input field
Jordan Justen
2019-08-13
1
-0
/
+5
*
gallium/dri2: Support creating multi-planar modifier images
Jordan Justen
2019-08-13
1
-10
/
+19
*
gallium/dri2: Implement dri2ImageExtension.queryDmaBufFormatModifierAttribs
Jordan Justen
2019-08-13
1
-0
/
+50
*
gallium/screen: Add pipe_screen::resource_get_param
Jordan Justen
2019-08-13
2
-0
/
+25
*
vc4: clamp gl_PointSize to a minimum of 1.0
Iago Toral Quiroga
2019-08-13
1
-5
/
+3
*
v3d: do not automatically flush current job for SSBOs and shader images
Iago Toral Quiroga
2019-08-13
5
-41
/
+90
*
v3d: only process glMemoryBarrier() for SSBOs and images
Iago Toral Quiroga
2019-08-13
1
-1
/
+7
*
v3d: fix flushing of SSBOs and shader images
Iago Toral Quiroga
2019-08-13
1
-3
/
+9
*
iris/gen11: Emit SLICE_HASH_TABLE when pipes are unbalanced.
Rafael Antognolli
2019-08-12
1
-1
/
+80
*
intel/compiler: Fill a compiler statistics struct
Jason Ekstrand
2019-08-12
1
-6
/
+7
*
freedreno: disable tiling for cubemaps
Khaled Emara
2019-08-12
1
-2
/
+5
*
freedreno: add tiling parameters for 2D/2DArray/3D
Khaled Emara
2019-08-12
1
-2
/
+19
*
freedreno: simplified slices setup for a3xx
Khaled Emara
2019-08-12
1
-12
/
+3
*
freedreno: enable tiled textures for debug builds
Khaled Emara
2019-08-12
9
-8
/
+173
*
nir: merge and extend nir_opt_move_comparisons and nir_opt_move_load_ubo
Rhys Perry
2019-08-12
1
-1
/
+1
*
nir: replace nir_move_load_const() with nir_opt_sink()
Rhys Perry
2019-08-12
1
-1
/
+1
*
lima/ppir: Add fddx and fddy
Andreas Baierl
2019-08-12
4
-0
/
+60
*
iris/gen9: Optimize slice and subslice load balancing behavior.
Francisco Jerez
2019-08-12
5
-0
/
+110
*
pan/midgard: Implement nir_intrinsic_load_num_work_groups
Alyssa Rosenzweig
2019-08-12
3
-0
/
+17
*
panfrost: Force flush every compute job
Alyssa Rosenzweig
2019-08-12
1
-0
/
+2
*
panfrost: Add SSBO system value
Alyssa Rosenzweig
2019-08-12
1
-0
/
+25
*
gallium/util: Add u_stream_outputs_for_vertices helper
Alyssa Rosenzweig
2019-08-12
1
-0
/
+19
*
radeonsi: remove the always_nir option
Marek Olšák
2019-08-12
4
-6
/
+2
*
radeonsi/nir: implement default tess level system values
Marek Olšák
2019-08-12
1
-15
/
+35
*
compiler: add SYSTEM_VALUE_TESS_LEVEL_OUTER/INNER_DEFAULT
Marek Olšák
2019-08-12
1
-0
/
+8
*
gallium: add TGSI_SEMANTIC_DEFAULT_OUTER/INNER_LEVEL
Marek Olšák
2019-08-12
5
-12
/
+19
*
tgsi_to_nir: handle tess level inner/outer varyings
Marek Olšák
2019-08-12
1
-0
/
+7
*
tgsi_to_nir: add support for the stencil FS output
Marek Olšák
2019-08-12
1
-5
/
+12
*
tgsi_to_nir: add support for TEX_LZ
Marek Olšák
2019-08-12
1
-2
/
+9
[prev]
[next]