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
/
iris
/
iris_state.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
iris: Put batches in an array
Kenneth Graunke
2019-02-21
1
-1
/
+1
*
iris: Fix SLM
Kenneth Graunke
2019-02-21
1
-3
/
+0
*
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: more todo notes
Kenneth Graunke
2019-02-21
1
-0
/
+1
*
iris: Fix independent alpha blending.
Kenneth Graunke
2019-02-21
1
-27
/
+34
*
iris: Fix SourceAlphaBlendFactor
Kenneth Graunke
2019-02-21
1
-2
/
+2
*
iris: only clip lower if there's something to clip against
Kenneth Graunke
2019-02-21
1
-1
/
+2
*
iris: don't forget to upload CS consts
Kenneth Graunke
2019-02-21
1
-0
/
+3
*
iris: enable push constants if we have sysvals but no uniforms
Kenneth Graunke
2019-02-21
1
-1
/
+1
*
iris: fix num clip plane consts
Kenneth Graunke
2019-02-21
1
-3
/
+5
*
iris: actually upload clip planes.
Kenneth Graunke
2019-02-21
1
-2
/
+14
*
iris: bypass params and do it ourselves
Kenneth Graunke
2019-02-21
1
-5
/
+4
*
iris: hook up key stuff for clip plane lowering
Kenneth Graunke
2019-02-21
1
-0
/
+10
*
iris: only bother with params if there are any...
Kenneth Graunke
2019-02-21
1
-19
/
+9
*
iris: add param domain defines
Kenneth Graunke
2019-02-21
1
-0
/
+28
*
iris: Defer cbuf0 upload to draw time
Kenneth Graunke
2019-02-21
1
-29
/
+63
*
iris: partial set_query_active_state
Kenneth Graunke
2019-02-21
1
-1
/
+4
*
iris: Fix multiple RTs with non-independent blending
Kenneth Graunke
2019-02-21
1
-11
/
+13
*
iris: Fix MSAA smooth points
Kenneth Graunke
2019-02-21
1
-2
/
+2
*
iris: implement scratch space!
Kenneth Graunke
2019-02-21
1
-27
/
+48
*
iris: Cross-link iris_batches so they can potentially flush each other
Kenneth Graunke
2019-02-21
1
-4
/
+0
*
iris: fix crash in sparse vertex array
Dave Airlie
2019-02-21
1
-1
/
+2
*
iris: Use at least 1x1 size for null FB surface state.
Kenneth Graunke
2019-02-21
1
-1
/
+4
*
iris: Disable a PIPE_CONTROL workaround on Icelake
Kenneth Graunke
2019-02-21
1
-1
/
+1
*
iris: allow binding a null vertex buffer
Kenneth Graunke
2019-02-21
1
-3
/
+7
*
iris: fix overhead regression from "don't stomp each other's dirty bits"
Kenneth Graunke
2019-02-21
1
-1
/
+1
*
iris: SO_DECL_LIST fix
Kenneth Graunke
2019-02-21
1
-0
/
+8
*
iris: Fall back to 1x1x1 null surface if no framebuffer supplied
Kenneth Graunke
2019-02-21
1
-0
/
+4
*
iris: Fix off by one in scissoring, empty scissors, default scissors
Kenneth Graunke
2019-02-21
1
-2
/
+24
*
iris: Clamp UBO and SSBO access to the actual BO size, for safety
Kenneth Graunke
2019-02-21
1
-2
/
+5
*
iris: Fix texture buffer / image buffer sizes.
Kenneth Graunke
2019-02-21
1
-25
/
+44
*
iris: fix SF_CLIP_VIEWPORT array indexing with multiple VPs
Kenneth Graunke
2019-02-21
1
-1
/
+2
*
iris: fix UBOs with bindings that have an offset
Kenneth Graunke
2019-02-21
1
-0
/
+1
*
iris: fix SBA flushing by refactoring code
Kenneth Graunke
2019-02-21
1
-50
/
+25
*
iris: do PIPELINE_SELECT for render engine, add flushes, GLK hacks
Kenneth Graunke
2019-02-21
1
-6
/
+80
*
iris: better dirty checking
Kenneth Graunke
2019-02-21
1
-52
/
+63
*
iris: rewrite grid surface handling
Kenneth Graunke
2019-02-21
1
-55
/
+16
*
iris: fix whitespace
Kenneth Graunke
2019-02-21
1
-3
/
+3
*
iris: bail if SLM is needed
Kenneth Graunke
2019-02-21
1
-0
/
+3
*
iris: leave XXX about unnecessary binding table uploads
Kenneth Graunke
2019-02-21
1
-0
/
+2
*
iris: drop unnecessary #ifdefs
Kenneth Graunke
2019-02-21
1
-2
/
+0
*
iris: drop XXX that Jordan handled
Kenneth Graunke
2019-02-21
1
-2
/
+0
*
iris/compute: Support indirect compute dispatch
Jordan Justen
2019-02-21
1
-0
/
+21
*
iris/compute: Push subgroup-id
Jordan Justen
2019-02-21
1
-6
/
+22
*
iris/compute: Provide binding table entry for gl_NumWorkGroups
Jordan Justen
2019-02-21
1
-6
/
+53
*
iris/compute: Get group counts from grid->grid
Jordan Justen
2019-02-21
1
-3
/
+3
*
iris/compute: Add MEDIA_STATE_FLUSH following WALKER
Jordan Justen
2019-02-21
1
-0
/
+2
*
iris: Add iris_restore_compute_saved_bos
Jordan Justen
2019-02-21
1
-5
/
+54
[next]