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
Commit message (
Expand
)
Author
Age
Files
Lines
*
docs: Mark ARB_compute_shader as done for i965
Jordan Justen
2015-12-09
1
-2
/
+2
*
i965: Enable ARB_compute_shader extension on supported hardware
Jordan Justen
2015-12-09
2
-5
/
+8
*
i965/nir: Implement shared variable atomic operations
Jordan Justen
2015-12-09
2
-0
/
+60
*
nir: Add nir intrinsics for shared variable atomic operations
Jordan Justen
2015-12-09
2
-0
/
+94
*
glsl: Disable several optimizations on shared variables
Jordan Justen
2015-12-09
3
-3
/
+6
*
glsl: Buffer atomics are supported for compute shaders
Jordan Justen
2015-12-09
1
-32
/
+38
*
glsl: Translate atomic intrinsic functions on shared variables
Jordan Justen
2015-12-09
1
-0
/
+148
*
glsl: Check for SSBO variable in check_for_ssbo_store
Jordan Justen
2015-12-09
1
-1
/
+1
*
glsl: Check for SSBO variable in SSBO atomic lowering
Jordan Justen
2015-12-09
1
-0
/
+14
*
glsl: Replace atomic_ssbo and ssbo_atomic with atomic
Jordan Justen
2015-12-09
3
-132
/
+132
*
glsl: Allow atomic functions to be used with shared variables
Jordan Justen
2015-12-09
1
-8
/
+10
*
i965: Lower shared variable references to intrinsic calls
Jordan Justen
2015-12-09
1
-0
/
+3
*
i965: Enable shared local memory for CS shared variables
Jordan Justen
2015-12-09
3
-0
/
+27
*
i965/fs: Handle nir shared variable store intrinsic
Jordan Justen
2015-12-09
1
-0
/
+48
*
i965/fs: Handle nir shared variable load intrinsic
Jordan Justen
2015-12-09
1
-0
/
+28
*
i965: Disable vector splitting on shared variables
Jordan Justen
2015-12-09
1
-0
/
+1
*
nir: Translate glsl shared var store intrinsic to nir intrinsic
Jordan Justen
2015-12-09
2
-1
/
+35
*
nir: Translate glsl shared var load intrinsic to nir intrinsic
Jordan Justen
2015-12-09
2
-0
/
+30
*
glsl: Add lowering pass for shared variable references
Jordan Justen
2015-12-09
5
-0
/
+361
*
glsl: Don't assert on shared variable matrices with 'inherited' layout
Iago Toral Quiroga
2015-12-09
1
-2
/
+9
*
glsl: Don't lower_variable_index_to_cond_assign for shared variables
Jordan Justen
2015-12-09
1
-0
/
+3
*
glsl: Remove mem_ctx as member variable in lower_ubo_reference_visitor
Jordan Justen
2015-12-09
1
-32
/
+36
*
glsl ubo/ssbo: Move common code into lower_buffer_access::setup_buffer_access
Jordan Justen
2015-12-09
3
-157
/
+185
*
glsl ubo/ssbo: Move is_dereferenced_thing_row_major into lower_buffer_access
Jordan Justen
2015-12-09
3
-90
/
+92
*
glsl ubo/ssbo: Add lower_buffer_access class
Jordan Justen
2015-12-09
4
-183
/
+286
*
glsl ubo/ssbo: Split buffer access to insert_buffer_access
Jordan Justen
2015-12-09
1
-35
/
+43
*
glsl ubo/ssbo: Use enum to track current buffer access type
Jordan Justen
2015-12-09
1
-5
/
+21
*
glsl: do not loose always_active_io when packing varyings
Tapani Pälli
2015-12-10
1
-0
/
+1
*
mesa: invalidate pipeline status after glUseProgramStages
Tapani Pälli
2015-12-10
1
-0
/
+2
*
mesa/varray: set double arrays to non-normalised.
Dave Airlie
2015-12-10
1
-1
/
+1
*
clover: Fix build against LLVM 3.8 SVN >= r255078
Michel Dänzer
2015-12-10
1
-0
/
+4
*
mesa: fix ID usage for buffer warnings
Brian Paul
2015-12-09
1
-6
/
+12
*
docs: remove stray <ul> tag from 11.0.5.html file to fix indentation
Brian Paul
2015-12-09
1
-2
/
+0
*
freedreno: little clean up in fd_create_surface
Serge Martin
2015-12-09
1
-15
/
+16
*
freedreno: change to goto fail
Serge Martin
2015-12-09
1
-4
/
+2
*
freedreno: fix bind_sampler_states when hwcso is NULL
Serge Martin
2015-12-09
3
-0
/
+9
*
gallium/util: Make u_prims_for_vertices() safe
Edward O'Callaghan
2015-12-09
1
-0
/
+3
*
docs: add news item for mesa-demos 8.3.0 release
Andreas Boll
2015-12-09
1
-0
/
+5
*
nv50,nvc0: fix use-after-free when vertex buffers are unbound
Patrick Rudolph
2015-12-09
2
-7
/
+6
*
mesa: Fix a typo in a comment
Andreas Boll
2015-12-09
1
-1
/
+1
*
glx: Fix a typo in a comment
Andreas Boll
2015-12-09
1
-1
/
+1
*
st/osmesa: Fix a typo in a comment
Andreas Boll
2015-12-09
1
-1
/
+1
*
meta: Fix a typo in a print message
Andreas Boll
2015-12-09
1
-1
/
+1
*
mesa: Fix typos in print messages
Andreas Boll
2015-12-09
2
-2
/
+2
*
glsl: Fix a typo in a comment
Andreas Boll
2015-12-09
1
-1
/
+1
*
svga: initialize pipe_driver_query_info entries with a macro
Brian Paul
2015-12-09
1
-15
/
+28
*
mesa: detect inefficient buffer use and report through debug output
Brian Paul
2015-12-09
2
-0
/
+59
*
docs: add news item and link release notes for 11.0.7
Emil Velikov
2015-12-09
2
-0
/
+7
*
docs: add sha256 checksums for 11.0.7
Emil Velikov
2015-12-09
1
-1
/
+2
*
docs: add release notes for 11.0.7
Emil Velikov
2015-12-09
1
-0
/
+153
[next]