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
/
drivers
/
freedreno
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: Use enum pipe_shader_type in bind_sampler_states() (v2)
Kai Wasserbäch
2016-08-29
4
-4
/
+4
*
nir: Change nir_shader_get_entrypoint to return an impl.
Kenneth Graunke
2016-08-25
1
-1
/
+1
*
gallium: add a cap to expose whether driver supports mixed color/zs bits
Ilia Mirkin
2016-08-23
1
-0
/
+1
*
a4xx: make sure to actually clamp depth as requested
Ilia Mirkin
2016-08-19
2
-2
/
+29
*
a4xx: only disable depth clipping, not all clipping, when requested
Ilia Mirkin
2016-08-19
2
-1
/
+4
*
ttn: Use nir_load_front_face instead of the TGSI-style input.
Eric Anholt
2016-08-19
1
-46
/
+0
*
ttn: Make FRAG_RESULT_DEPTH be a float variable to match gtn and ptn.
Eric Anholt
2016-08-19
2
-7
/
+0
*
gallium: change pipe_sampler_view::first_element/last_element -> offset/size
Marek Olšák
2016-08-17
3
-8
/
+5
*
freedreno/a3xx: fix generic clear path
Rob Clark
2016-08-16
1
-0
/
+1
*
freedreno/a4xx: use generic clear path
Rob Clark
2016-08-16
2
-215
/
+4
*
freedreno/a3xx: use generic clear path
Rob Clark
2016-08-16
2
-200
/
+4
*
freedreno: support for using generic clear path
Rob Clark
2016-08-16
5
-10
/
+92
*
freedreno/a3xx+a4xx: move common VBOs to fd_context
Rob Clark
2016-08-13
10
-185
/
+116
*
freedreno/a2xx: add missing casts to silence notices
[email protected]
2016-08-13
1
-2
/
+2
*
freedreno/ir3: fix issue with emit_tex()
Rob Clark
2016-08-13
1
-19
/
+28
*
gallium: add a pipe_context parameter to fence_finish
Marek Olšák
2016-08-10
2
-0
/
+2
*
gallium: add render_condition_enable param to clear_render_target/depth_stencil
Marek Olšák
2016-08-10
1
-2
/
+4
*
freedreno/a4xx: fix comparison out of range warnings
[email protected]
2016-07-30
1
-7
/
+7
*
freedreno/a3xx: fix comparison out of range warnings
[email protected]
2016-07-30
1
-7
/
+7
*
freedreno/a2xx: fix comparison out of range warnings
[email protected]
2016-07-30
1
-4
/
+4
*
freedreno/ir3: init ir3_shader_key with memset()
[email protected]
2016-07-30
1
-1
/
+2
*
gallium/freedreno: move cast to avoid integer overflow
Eric Engestrom
2016-07-30
1
-2
/
+2
*
freedreno/a2xx: remove duplicate assignment
Eric Engestrom
2016-07-30
1
-2
/
+2
*
freedreno: defer flush_queue allocation
Rob Clark
2016-07-30
2
-2
/
+4
*
freedreno: add some hw query traces
Rob Clark
2016-07-30
1
-0
/
+16
*
freedreno: some locking
Rob Clark
2016-07-30
9
-23
/
+157
*
freedreno: drop needs_rb_fbd
Rob Clark
2016-07-30
6
-31
/
+12
*
freedreno: move needs_wfi into batch
Rob Clark
2016-07-30
19
-94
/
+93
*
freedreno: a bit of micro-optimization
Rob Clark
2016-07-30
2
-10
/
+10
*
freedreno: drop mem2gmem/gmem2mem query stages
Rob Clark
2016-07-30
2
-17
/
+1
*
freedreno: threaded batch flush
Rob Clark
2016-07-30
9
-26
/
+99
*
freedreno: track batch/blit types
Rob Clark
2016-07-30
5
-24
/
+52
*
freedreno: re-order support for hw queries
Rob Clark
2016-07-30
19
-264
/
+288
*
freedreno: use prsc for hw queries
Rob Clark
2016-07-30
3
-35
/
+45
*
freedreno: support discarding previous rendering in special cases
Rob Clark
2016-07-30
3
-5
/
+32
*
freedreno: shadow textures if possible to avoid stall/flush
Rob Clark
2016-07-30
3
-11
/
+211
*
freedreno: spiff up some debug traces
Rob Clark
2016-07-30
6
-6
/
+18
*
freedreno: add batch-cache and batch reordering
Rob Clark
2016-07-30
15
-111
/
+760
*
freedreno: move more batch related tracking to fd_batch
Rob Clark
2016-07-30
23
-398
/
+420
*
freedreno: dynamically sized/growable cmd buffers
Rob Clark
2016-07-30
2
-23
/
+33
*
freedreno: push resource tracking down into batch
Rob Clark
2016-07-30
7
-42
/
+51
*
freedreno: introduce fd_batch
Rob Clark
2016-07-30
20
-177
/
+252
*
freedreno: limit non-user constant buffers to a4xx
Rob Clark
2016-07-29
1
-1
/
+1
*
freedreno/a4xx: time-elapsed query should be active for clears
Rob Clark
2016-07-24
1
-1
/
+1
*
freedreno/a4xx: timestamp queries
Rob Clark
2016-07-23
3
-1
/
+34
*
freedreno: hw timestamp support
Rob Clark
2016-07-23
2
-2
/
+15
*
freedreno: prep work for timestamp queries
Rob Clark
2016-07-23
3
-6
/
+10
*
freedreno/ir3: Add missing braces in initializer
[email protected]
2016-07-23
1
-1
/
+1
*
freedreno/a2xx: silence missing case 'SHADER_COMPUTE' warning (v2)
[email protected]
2016-07-23
1
-0
/
+2
*
gallium: split transfer_inline_write into buffer and texture callbacks
Marek Olšák
2016-07-23
1
-2
/
+2
[next]