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
*
iris: put render batch first in fence code
Kenneth Graunke
2019-02-21
1
-2
/
+2
*
iris: flush the compute batch too if border pool is redone
Kenneth Graunke
2019-02-21
1
-0
/
+2
*
iris: leave a TODO
Kenneth Graunke
2019-02-21
1
-0
/
+4
*
iris: Add fence support using drm_syncobj
Chris Wilson
2019-02-21
5
-36
/
+258
*
iris: Add wait fences to properly sync between render/compute
Kenneth Graunke
2019-02-21
1
-0
/
+2
*
iris: Hang on to the last batch's sync-point, so we can wait on it
Kenneth Graunke
2019-02-21
2
-0
/
+9
*
iris: Tag each submitted batch with a syncobj
Chris Wilson
2019-02-21
6
-0
/
+190
*
iris: Drop vestiges of throttling code
Kenneth Graunke
2019-02-21
2
-12
/
+1
*
iris: Merge two walks of the exec_bos list
Chris Wilson
2019-02-21
1
-5
/
+2
*
iris: replace vestiges of fence fds with newer exec_fence API
Kenneth Graunke
2019-02-21
2
-34
/
+55
*
iris: Avoid synchronizing due to the workaround BO
Kenneth Graunke
2019-02-21
1
-0
/
+8
*
iris: Avoid cross-batch synchronization on read/reads
Kenneth Graunke
2019-02-21
1
-6
/
+21
*
iris: Combine iris_use_pinned_bo and add_exec_bo
Kenneth Graunke
2019-02-21
1
-35
/
+34
*
iris: Use iris_use_pinned_bo rather than add_exec_bo directly
Kenneth Graunke
2019-02-21
1
-1
/
+1
*
iris: Fix assigning the output handle for exporting for KMS
Chris Wilson
2019-02-21
1
-1
/
+2
*
iris: Tidy exporting the flink handle
Chris Wilson
2019-02-21
1
-9
/
+16
*
iris: Fix SLM
Kenneth Graunke
2019-02-21
2
-3
/
+2
*
iris: Don't set constant read lengths at upload time
Jason Ekstrand
2019-02-21
1
-3
/
+0
*
iris: Configure the L3$ on the compute context
Jason Ekstrand
2019-02-21
1
-0
/
+24
*
iris: properly pin stencil buffers
Kenneth Graunke
2019-02-21
1
-3
/
+8
*
iris: Fix TCS/TES slot unification
Kenneth Graunke
2019-02-21
1
-2
/
+2
*
iris: more todo notes
Kenneth Graunke
2019-02-21
1
-0
/
+1
*
iris: scissored and mirrored blits
Kenneth Graunke
2019-02-21
1
-10
/
+206
*
iris: more TODO
Kenneth Graunke
2019-02-21
1
-0
/
+3
*
iris: Fix independent alpha blending.
Kenneth Graunke
2019-02-21
1
-27
/
+34
*
iris: "Fix" transfer maps of buffers
Kenneth Graunke
2019-02-21
1
-5
/
+12
*
iris: Fix SourceAlphaBlendFactor
Kenneth Graunke
2019-02-21
1
-2
/
+2
*
iris: leave another TODO
Kenneth Graunke
2019-02-21
1
-0
/
+3
*
iris: only clip lower if there's something to clip against
Kenneth Graunke
2019-02-21
1
-1
/
+2
*
iris: fix sysval only binding tables
Kenneth Graunke
2019-02-21
1
-12
/
+24
*
iris: don't forget to upload CS consts
Kenneth Graunke
2019-02-21
1
-0
/
+3
*
iris: drop param stuffs
Kenneth Graunke
2019-02-21
1
-9
/
+0
*
iris: don't trip on param asserts
Kenneth Graunke
2019-02-21
1
-3
/
+7
*
iris: don't support pull constants.
Kenneth Graunke
2019-02-21
1
-0
/
+1
*
iris: regather info so we get CLIP_DIST slots, not CLIP_VERTEX
Kenneth Graunke
2019-02-21
1
-0
/
+1
*
iris: enable push constants if we have sysvals but no uniforms
Kenneth Graunke
2019-02-21
1
-1
/
+1
*
iris: drop iris_setup_push_uniform_range
Kenneth Graunke
2019-02-21
1
-33
/
+0
*
iris: fix more uniform setup
Kenneth Graunke
2019-02-21
1
-1
/
+6
*
iris: fix num clip plane consts
Kenneth Graunke
2019-02-21
1
-3
/
+5
*
iris: actually upload clip planes.
Kenneth Graunke
2019-02-21
2
-2
/
+15
*
iris: bypass params and do it ourselves
Kenneth Graunke
2019-02-21
4
-31
/
+78
*
iris: dodge backend UCP lowering
Kenneth Graunke
2019-02-21
1
-1
/
+7
*
iris: fix system value remapping
Kenneth Graunke
2019-02-21
1
-2
/
+12
*
iris: hook up key stuff for clip plane lowering
Kenneth Graunke
2019-02-21
3
-1
/
+15
*
iris: lower user clip planes
Kenneth Graunke
2019-02-21
1
-0
/
+8
*
iris: only bother with params if there are any...
Kenneth Graunke
2019-02-21
2
-36
/
+30
*
iris: fill out params array with built-ins, like clip planes
Kenneth Graunke
2019-02-21
1
-0
/
+71
*
iris: add param domain defines
Kenneth Graunke
2019-02-21
2
-0
/
+37
*
iris: drop unnecessary param[] setup from iris_setup_uniforms
Kenneth Graunke
2019-02-21
1
-10
/
+2
*
iris: Defer cbuf0 upload to draw time
Kenneth Graunke
2019-02-21
2
-29
/
+66
[next]