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
/
drivers
/
iris
/
iris_query.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
iris: Make a iris_batch_reference_signal_syncpt helper function.
Kenneth Graunke
2019-02-21
1
-7
/
+2
*
iris: Use READ_ONCE and WRITE_ONCE for snapshots_landed
Kenneth Graunke
2019-02-21
1
-5
/
+5
*
iris: Fix accidental busy-looping in query waits
Kenneth Graunke
2019-02-21
1
-1
/
+1
*
iris: Add a timeout_nsec parameter, rename check_syncpt to wait_syncpt
Kenneth Graunke
2019-02-21
1
-1
/
+1
*
iris: Don't allocate a BO per query object
Sagar Ghuge
2019-02-21
1
-40
/
+84
*
iris: Zero the compute predicate when changing the render condition
Kenneth Graunke
2019-02-21
1
-0
/
+3
*
iris: Switch to the new PIPELINE_STATISTICS_QUERY_SINGLE capability
Kenneth Graunke
2019-02-21
1
-43
/
+5
*
iris: Use new PIPE_STAT_QUERY enums rather than hardcoded numbers.
Kenneth Graunke
2019-02-21
1
-2
/
+5
*
iris: Fix Broadwell WaDividePSInvocationCountBy4
Kenneth Graunke
2019-02-21
1
-7
/
+7
*
iris: handle qbo fragment shader invocation workaround
Dave Airlie
2019-02-21
1
-0
/
+52
*
iris: add fs invocations query workaround for broadwell
Dave Airlie
2019-02-21
1
-0
/
+6
*
iris: Add a more long term TODO about timebase scaling
Kenneth Graunke
2019-02-21
1
-0
/
+6
*
iris: fix gpu calcs for timestamp queries
Dave Airlie
2019-02-21
1
-1
/
+31
*
iris: Implement DrawTransformFeedback()
Kenneth Graunke
2019-02-21
1
-2
/
+0
*
iris: Copy anv's MI_MATH helpers for multiplication and division
Jason Ekstrand
2019-02-21
1
-0
/
+148
*
iris: Add _MI_ALU helpers that don't paste
Kenneth Graunke
2019-02-21
1
-4
/
+9
*
iris: Reorder LRR parameters to have dst first.
Kenneth Graunke
2019-02-21
1
-1
/
+1
*
iris: Fix primitive generated query active flag
Kenneth Graunke
2019-02-21
1
-1
/
+1
*
iris: reject all clipping when we can't use streamout render disabled
Kenneth Graunke
2019-02-21
1
-2
/
+2
*
iris: fix conditional compute, don't stomp predicate for pipelined queries
Kenneth Graunke
2019-02-21
1
-60
/
+59
*
iris: check query first
Kenneth Graunke
2019-02-21
1
-0
/
+17
*
iris: add conditional render support
Dave Airlie
2019-02-21
1
-0
/
+98
*
iris: execute compute related query on compute batch.
Dave Airlie
2019-02-21
1
-6
/
+12
*
iris: fix some SO overflow query bugs and tidy the code a bit
Kenneth Graunke
2019-02-21
1
-25
/
+33
*
iris: add initial transform feedback overflow query paths (V3)
Dave Airlie
2019-02-21
1
-2
/
+129
*
iris: Track a binding history for buffer resources
Kenneth Graunke
2019-02-21
1
-0
/
+3
*
iris: Put batches in an array
Kenneth Graunke
2019-02-21
1
-9
/
+9
*
iris: partial set_query_active_state
Kenneth Graunke
2019-02-21
1
-2
/
+17
*
iris: Move snapshots_landed to the front.
Kenneth Graunke
2019-02-21
1
-1
/
+1
*
iris: just mark snapshots_landed from the CPU
Kenneth Graunke
2019-02-21
1
-16
/
+9
*
iris: magic number 36 -> #define
Kenneth Graunke
2019-02-21
1
-5
/
+3
*
iris: better query file comment
Kenneth Graunke
2019-02-21
1
-1
/
+2
*
iris: early return properly
Kenneth Graunke
2019-02-21
1
-0
/
+1
*
iris: 36-bit overflow fixes
Kenneth Graunke
2019-02-21
1
-1
/
+1
*
iris: glGet timestamps, more correct timestamps
Kenneth Graunke
2019-02-21
1
-7
/
+33
*
iris: ...and SO prims emitted queries
Kenneth Graunke
2019-02-21
1
-7
/
+11
*
iris: timestamps
Kenneth Graunke
2019-02-21
1
-1
/
+13
*
iris: drop explicit pinning
Kenneth Graunke
2019-02-21
1
-2
/
+0
*
iris: primitives generated query support
Kenneth Graunke
2019-02-21
1
-18
/
+35
*
iris: pipeline stats
Kenneth Graunke
2019-02-21
1
-1
/
+86
*
iris: play chicken with timer queries for now
Kenneth Graunke
2019-02-21
1
-0
/
+1
*
iris: gpr0 to bool
Kenneth Graunke
2019-02-21
1
-1
/
+29
*
iris: fix random failures via CS stall...but why?
Kenneth Graunke
2019-02-21
1
-0
/
+6
*
iris: flush batch when asking for result via QBO
Kenneth Graunke
2019-02-21
1
-1
/
+8
*
iris: results write
Kenneth Graunke
2019-02-21
1
-2
/
+11
*
iris: gen10+ workarounds and break fix
Kenneth Graunke
2019-02-21
1
-1
/
+12
*
iris: initial query code
Kenneth Graunke
2019-02-21
1
-11
/
+287
*
iris: use consistent copyright formatting
Kenneth Graunke
2019-02-21
1
-13
/
+12
*
iris: comment everything
Kenneth Graunke
2019-02-21
1
-0
/
+7
*
iris: save query type
Kenneth Graunke
2019-02-21
1
-3
/
+6
[next]