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
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: Silence numerous "unused parameter" warnings in dlist.c
Ian Romanick
2016-12-19
1
-33
/
+33
*
mesa: Fix all the whitespace errors in dlist.c
Ian Romanick
2016-12-19
1
-187
/
+186
*
linker: Accurately mark a uniform block instance array element as used in a s...
Ian Romanick
2016-12-19
1
-2
/
+6
*
glsl: Walk a list of ir_dereference_array to mark array elements as accessed
Ian Romanick
2016-12-19
3
-1
/
+507
*
glsl: Mark a set of array elements as accessed using a list of array_deref_range
Ian Romanick
2016-12-19
3
-0
/
+253
*
glsl: Add structures to track accessed elements of a single array
Ian Romanick
2016-12-19
2
-0
/
+56
*
glsl: Add tracking for elements of an array-of-arrays that have been accessed
Ian Romanick
2016-12-19
4
-1
/
+177
*
glsl: Use simpler visitor to determine which UBO and SSBO blocks are used
Ian Romanick
2016-12-19
4
-5
/
+171
*
glsl: Track the linearized array index for each UBO instance array element
Ian Romanick
2016-12-19
2
-4
/
+30
*
glsl: Fix wonkey indentation left from previous commit
Ian Romanick
2016-12-19
1
-45
/
+44
*
glsl: Split process_block_array into two functions
Ian Romanick
2016-12-19
1
-6
/
+28
*
glsl: Fix program interface queries relating to interface blocks.
Kenneth Graunke
2016-12-19
2
-113
/
+79
*
glsl: Drop bogus is_vertex_input from add_shader_variable().
Kenneth Graunke
2016-12-19
1
-6
/
+1
*
mesa/get: Convert stencil values to TYPE_UINT.
Kenneth Graunke
2016-12-19
1
-6
/
+6
*
mesa/get: Add TYPE_UINT for casting through a GLuint.
Kenneth Graunke
2016-12-19
1
-0
/
+80
*
mesa/get: Make GetFloat/GetDouble of TYPE_INT_N not normalize things.
Kenneth Graunke
2016-12-19
1
-3
/
+3
*
Revert "cso: don't release sampler states that are bound"
Michel Dänzer
2016-12-19
1
-3
/
+1
*
cso: Make sanitize_hash safe for samplers
Michel Dänzer
2016-12-19
1
-1
/
+43
*
cso: Store hash key in struct cso_sampler
Michel Dänzer
2016-12-19
2
-0
/
+2
*
cso: Optimize cso_save/restore_fragment_samplers
Michel Dänzer
2016-12-19
1
-4
/
+17
*
cso: Store pointers to struct cso_sampler in struct sampler_info
Michel Dänzer
2016-12-19
1
-15
/
+18
*
cso: Don't restore nr_samplers in cso_restore_fragment_samplers
Michel Dänzer
2016-12-19
1
-1
/
+0
*
EGL/android: Enhance pbuffer implementation
Liu Zhiquan
2016-12-19
1
-81
/
+96
*
radv: Use correct workgroup size limits.
Bas Nieuwenhuizen
2016-12-18
1
-4
/
+4
*
radv: expose the compute queue
Dave Airlie
2016-12-18
1
-11
/
+41
*
radv: Only emit PFP ME syncs for DMA on the GFX queue.
Bas Nieuwenhuizen
2016-12-18
1
-2
/
+2
*
radv: Create an empty CS per ring type.
Bas Nieuwenhuizen
2016-12-18
2
-7
/
+20
*
radv: Don't enable CMASK on compute queues.
Bas Nieuwenhuizen
2016-12-18
4
-8
/
+62
*
radv: Use RELEASE_MEM packet for MEC timestamp query.
Bas Nieuwenhuizen
2016-12-18
2
-9
/
+21
*
radv: Implement indirect dispatch for the MEC.
Bas Nieuwenhuizen
2016-12-18
1
-9
/
+17
*
radv: update vkCmdUpdateBuffer for the MEC.
Bas Nieuwenhuizen
2016-12-18
1
-1
/
+3
*
radv: Implement cache flushing for the MEC.
Bas Nieuwenhuizen
2016-12-18
1
-7
/
+29
*
radv: add semaphore support
Dave Airlie
2016-12-18
3
-11
/
+72
*
radv: pass queue index into winsys submission
Dave Airlie
2016-12-18
3
-5
/
+13
*
radv: init compute queue and avoid initing transfer queues
Dave Airlie
2016-12-18
3
-15
/
+35
*
radv/winsys: Make WaitIdle queue aware.
Bas Nieuwenhuizen
2016-12-18
5
-21
/
+38
*
radv/meta: update header info
Dave Airlie
2016-12-18
1
-1
/
+2
*
radv: hook compute clears into clear image api.
Dave Airlie
2016-12-18
1
-8
/
+33
*
radv: clear image implementation for compute queue
Dave Airlie
2016-12-18
3
-9
/
+272
*
radv/meta: split clear image out into a separate layer clear function
Dave Airlie
2016-12-18
1
-117
/
+128
*
radv: implement image->image copies using compute shader
Dave Airlie
2016-12-18
4
-6
/
+343
*
radv: add a compute shader implementation for buffer to image
Dave Airlie
2016-12-18
3
-6
/
+325
*
radv: Use correct pitch for views with different block size.
Bas Nieuwenhuizen
2016-12-18
1
-1
/
+4
*
radv: Store queue family in command buffers.
Dave Airlie
2016-12-18
2
-2
/
+35
*
radv: start fixing up queue allocate for multiple queues
Dave Airlie
2016-12-18
2
-15
/
+53
*
radv/winsys: start adding support for DMA/compute queue
Dave Airlie
2016-12-18
1
-5
/
+20
*
radv/winsys: Expose number of compute/dma rings.
Bas Nieuwenhuizen
2016-12-18
2
-2
/
+15
*
freedreno/a5xx: border color support
Rob Clark
2016-12-18
1
-3
/
+160
*
freedreno/a5xx: use MRT0 to import linear zs
Rob Clark
2016-12-18
1
-5
/
+20
*
freedreno: fdN_gmem_restore_format() is not gen specific
Rob Clark
2016-12-18
8
-50
/
+25
[next]