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: improve PIPE_CAP_VIDEO_MEMORY bogus value
Andre Heider
2019-02-21
1
-1
/
+1
*
iris: fix build with gallium nine
Andre Heider
2019-02-21
1
-2
/
+2
*
iris: Stop chopping off the first nine characters of the renderer string
Kenneth Graunke
2019-02-21
1
-1
/
+1
*
iris: rework num textures to util_lastbit
Kenneth Graunke
2019-02-21
2
-6
/
+10
*
iris: Add PIPE_CAP_MAX_VARYINGS
Kenneth Graunke
2019-02-21
1
-0
/
+1
*
iris: Make a iris_batch_reference_signal_syncpt helper function.
Kenneth Graunke
2019-02-21
3
-7
/
+22
*
iris: Use READ_ONCE and WRITE_ONCE for snapshots_landed
Kenneth Graunke
2019-02-21
3
-7
/
+8
*
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
3
-6
/
+9
*
iris: Don't allocate a BO per query object
Sagar Ghuge
2019-02-21
5
-45
/
+97
*
iris: Implement ALT mode for ARB_{vertex,fragment}_shader
Kenneth Graunke
2019-02-21
1
-2
/
+4
*
iris: Fix bug in bound vertex buffer tracking
Kenneth Graunke
2019-02-21
1
-3
/
+3
*
iris: minor tidying
Kenneth Graunke
2019-02-21
2
-40
/
+15
*
iris: Unreference some more things on state module teardown
Kenneth Graunke
2019-02-21
1
-2
/
+21
*
iris: Drop dead state_size hash table
Kenneth Graunke
2019-02-21
2
-24
/
+2
*
iris: Drop comment about ISP_DIS
Kenneth Graunke
2019-02-21
1
-2
/
+0
*
iris: Enable PIPE_CAP_COMPACT_ARRAYS
Kenneth Graunke
2019-02-21
1
-0
/
+1
*
iris: Remap stream output indexes back to VARYING_SLOT_*.
Kenneth Graunke
2019-02-21
1
-2
/
+25
*
iris: Zero the compute predicate when changing the render condition
Kenneth Graunke
2019-02-21
1
-0
/
+3
*
iris: always include an extra constbuf0 if using UBOs
Caio Marcelo de Oliveira Filho
2019-02-21
4
-50
/
+56
*
iris: Do binder address allocations per-context, not globally.
Kenneth Graunke
2019-02-21
2
-9
/
+25
*
iris: Fix memzone_for_address for the surface and binder zones
Kenneth Graunke
2019-02-21
1
-2
/
+2
*
iris: Don't whack SO dirty bits when finishing a BLORP op
Kenneth Graunke
2019-02-21
1
-0
/
+2
*
iris: Fix SO issue with INTEL_DEBUG=reemit, set fewer bits
Kenneth Graunke
2019-02-21
1
-2
/
+5
*
iris: CS stall on VF cache invalidate workarounds
Kenneth Graunke
2019-02-21
2
-3
/
+6
*
iris: Pay attention to blit masks
Kenneth Graunke
2019-02-21
1
-11
/
+22
*
iris: Assert about blits with color masking
Kenneth Graunke
2019-02-21
1
-0
/
+4
*
iris: Don't enable smooth points when point sprites are enabled
Kenneth Graunke
2019-02-21
1
-4
/
+3
*
iris: Allow sample mask of 0
Kenneth Graunke
2019-02-21
1
-1
/
+1
*
iris: fail to create screen for older unsupported HW
Kenneth Graunke
2019-02-21
1
-0
/
+3
*
iris: Switch to the new PIPELINE_STATISTICS_QUERY_SINGLE capability
Kenneth Graunke
2019-02-21
2
-44
/
+6
*
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: Delete genx->bound_vertex_buffers
Kenneth Graunke
2019-02-21
1
-3
/
+0
*
iris: Drop a dead comment
Kenneth Graunke
2019-02-21
1
-2
/
+0
*
iris: Don't check other batches for our batch BO
Kenneth Graunke
2019-02-21
1
-25
/
+27
*
iris: Handle PIPE_TRANSFER_DISCARD_WHOLE_RESOURCE somewhat
Kenneth Graunke
2019-02-21
1
-3
/
+6
*
iris: Flush the render cache in flush_and_dirty_for_history
Kenneth Graunke
2019-02-21
1
-0
/
+7
*
iris: Implement multi-slice copy_region
Kenneth Graunke
2019-02-21
1
-11
/
+9
*
iris: Leave a comment about why Broadwell images are broken
Kenneth Graunke
2019-02-21
1
-0
/
+4
*
iris: Fix surface states for Gen8 lowered-to-untype images
Kenneth Graunke
2019-02-21
1
-7
/
+26
*
iris: Fill out brw_image_params for storage images on Broadwell
Kenneth Graunke
2019-02-21
3
-9
/
+138
*
iris: Don't make duplicate system values
Kenneth Graunke
2019-02-21
2
-7
/
+23
*
iris: Don't enable push constants just because there are system values
Kenneth Graunke
2019-02-21
1
-2
/
+1
*
iris: Fix framebuffer layer count
Kenneth Graunke
2019-02-21
1
-1
/
+3
*
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: setup gen8 caps
Dave Airlie
2019-02-21
1
-4
/
+4
*
iris: limit gen8 to 8 samples
Dave Airlie
2019-02-21
1
-1
/
+2
*
iris/WIP: add broadwell support
Dave Airlie
2019-02-21
5
-11
/
+58
[next]