index
:
~jljusten/mesa-archive
1d-array-issue
9.0-for-precise
allow-3.2-override
amd_vertex_shader_layer
anv-l3
anv-l3-v1
aubinator
aubinator-error-decode
bdw-aux-hiz
bdw-aux-hiz-v1
bdw-aux-hiz-v2
bdw-aux-surf
bdw-cms
bdw-more-hiz
braswell
bsw-krh-fast-batch
coarse-bo-locks
code-gen-api-exec+gl-core-sanity
context-tests
core-context
cpu-10
cs
cs+ils
cs+ils-1
cs+ps
cs-13
cs-16
cs-17
cs-18
cs-27
cs-29
cs-30
cs-33
cs-34
cs-35
cs-40
cs-gen8
cs-gen8-junk
cs-global-id-v1
cs-global-id-v2
cs-indirect-dispatch-v1
cs-local-index-v1
cs-num-work-groups-v1
cs-old
cs-parse-shared-vars-v1
cs-parse-shared-vars-v2
cs-shader-barrier-funcs-v1
cs-shader-barrier-funcs-v3
cs-shared-variables-v1
cs-shared-variables-v2
cs-shared-variables-v3
cs-simd32+ids
dont-zerofill-ralloc
early-extension-override
env-lri
es31-cts-failure
es31-gen8-v1
for-upstream
fs-to-scalar
gen6-layered
gen6-layered-1
gen6-layered-2
gen6-layered-3
gen6-layered-4
gen6-layered-5
gen6-layered-6
gen6-layered-7
gen6-layered-8
gen6-layered-9
gen6-layered-v3
gen6-z16-hiz-workaround
genxml-reg
gl-core-sanity
gles3-fmt
gles3-syncobj
global-id-temp
glsl-nir-shared-vars
gregory-sso
gs-inv-id
gs-inv-id-v3
gs-inv-id-v4
hsw-cs-cross-thread-constants
hsw-cs-cross-thread-constants-v1
hsw-cs-cross-thread-constants-v2
hsw-cs-cross-thread-constants-v3
hsw-cs-cross-thread-constants-v4
i965-barrier-v1
i965-barrier-v2
i965-cs
i965-cs-atomic-counters-v1
i965-cs-prog-v1
i965-cs-prog-v2
i965-dispatch-compute-v1
i965-get-program-binary
i965-get-program-binary-v1
i965-get-program-binary-v2
i965-l3-partitioning
i965-local-inv-id-v1
i965-pipelines
i965-pipelines-v1
i965-pipelines-v2
i965-pipelines-v3
i965-primitive-restart
i965-qbo
i965-qbo-hsw
i965-qbo-v1
i965-qbo-v2
i965-shader-cache
i965-shader-cache-v1
i965-shader-cache-v2
i965-shader-cache-v2.5
i965-shader-cache-v3
i965-shader-cache-v3.5
i965-workgroup-id-v1
igalia-ssbo-wip
instanced_arrays
interface-blocks
ivb-full-depth-buffer
ivb-layered-color-renderbuffer
ivb-sim
llvm-wip
lrp-opt
map-state-to-atoms
maxubo
megadriver_stub_compat
mesa-9.1-precise
mesa-9.1-quantal
non-miptree-hiz
non-miptree-hiz-v1
partial-fast-depth-clear
pbo+blit+atoms
pipe_stats
primitive-restart-xfb
rgb10_a2ui
rm-blorp-offsets
show-hiz-size
shrink-hiz-buf
simd32
snb-blit
snb-blorp-clears
split-blorp-blit
split-blorp-blit-v-1
split-blorp-blit-v1
split-blorp-blit-v2
sw-primitive-restart
ubuntu-precise
ue4
unused-varyings
version-gles3-dispatch
vk-gen7
jljusten's mesa archive repo (old and merged branches)
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2015-07-09
WORKAROUND while waiting for curro's patch
igalia-ssbo-wip
Samuel Iglesias Gonsalvez
1
-0
/
+3
2015-07-09
i965/vec4: Skip dependency control for opcodes emitting multiple instructions
Iago Toral Quiroga
1
-0
/
+4
2015-07-09
glsl: Consider active all elements of a shared/std140 block array
Antia Puentes
1
-0
/
+23
2015-07-09
docs: Mark ARB_shader_storage_buffer_object as done for i965.
Iago Toral Quiroga
1
-1
/
+1
2015-07-09
i965: Enable ARB_shader_storage_buffer_object extension for gen7+
Samuel Iglesias Gonsalvez
1
-0
/
+1
2015-07-09
i965: set ARB_shader_storage_buffer_object related constant values
Samuel Iglesias Gonsalvez
1
-0
/
+11
2015-07-09
mesa: Add getters for the GL_ARB_shader_storage_buffer_object max constants
Samuel Iglesias Gonsalvez
2
-0
/
+13
2015-07-09
glapi: add ARB_shader_storage_block_buffer_object
Samuel Iglesias Gonsalvez
5
-2
/
+60
2015-07-09
main/tests: add ARB_shader_storage_buffer_object tokens to enum_strings
Samuel Iglesias Gonsalvez
1
-0
/
+15
2015-07-09
main: Add SHADER_STORAGE_BLOCK and BUFFER_VARIABLE support for ARB_program_in...
Samuel Iglesias Gonsalvez
5
-15
/
+289
2015-07-09
glsl: Do not allow reads from write-only variables
Iago Toral Quiroga
1
-0
/
+49
2015-07-09
glsl: Do not allow assignments to read-only variables
Iago Toral Quiroga
1
-1
/
+8
2015-07-09
glsl: Allow memory layout qualifiers on shader storage buffer objects
Iago Toral Quiroga
2
-5
/
+101
2015-07-09
glsl: Apply memory qualifiers to buffer variables
Iago Toral Quiroga
2
-0
/
+35
2015-07-09
glsl: Allow use of memory qualifiers with ARB_shader_storage_buffer_object.
Iago Toral Quiroga
1
-5
/
+5
2015-07-09
glsl: fix UNIFORM_BUFFER_START or UNIFORM_BUFFER_SIZE query when no buffer ob...
Samuel Iglesias Gonsalvez
1
-2
/
+4
2015-07-09
mesa: Add queries for GL_SHADER_STORAGE_BUFFER
Iago Toral Quiroga
1
-0
/
+31
2015-07-09
mesa: add glShaderStorageBlockBinding()
Samuel Iglesias Gonsalvez
2
-0
/
+56
2015-07-09
glsl: First argument to atomic functions must be a buffer variable
Iago Toral Quiroga
1
-0
/
+37
2015-07-09
i965/vec4: Implement lowered SSBO atomic intrinsics
Iago Toral Quiroga
2
-0
/
+104
2015-07-09
i965/nir/fs: Implement SSBO atomics
Iago Toral Quiroga
2
-0
/
+79
2015-07-09
nir: Implement lowered SSBO atomic intrinsics
Iago Toral Quiroga
2
-0
/
+67
2015-07-09
glsl: lower SSBO atomic intrinsics
Iago Toral Quiroga
1
-0
/
+141
2015-07-09
glsl: Add atomic functions from ARB_shader_storage_buffer_object
Iago Toral Quiroga
1
-0
/
+185
2015-07-09
glsl: Rename atomic counter functions
Iago Toral Quiroga
1
-15
/
+15
2015-07-09
glsl: atomic counters can be declared as buffer-qualified variables
Kristian Høgsberg
1
-3
/
+3
2015-07-09
nir: ignore an instruction's dest if it hasn't any
Iago Toral Quiroga
1
-1
/
+2
2015-07-09
i965/nir/fs: Implement SSBO reads
Iago Toral Quiroga
1
-0
/
+62
2015-07-09
nir: Implement __intrinsic_store_load
Iago Toral Quiroga
3
-2
/
+69
2015-07-09
i965/vec4: Implement SSBO reads
Iago Toral Quiroga
2
-0
/
+77
2015-07-09
i965/nir/fs: Implement SSBO writes
Iago Toral Quiroga
1
-0
/
+71
2015-07-09
nir: Implement __intrinsic_store_ssbo
Iago Toral Quiroga
2
-6
/
+42
2015-07-09
i965/vec4: Implement SSBO writes
Iago Toral Quiroga
2
-0
/
+159
2015-07-09
i965/fs: Do not include the header with a pixel mask in untyped read messages
Iago Toral Quiroga
2
-32
/
+7
2015-07-09
glsl: shader storage blocks use different max block size values than uniforms
Samuel Iglesias Gonsalvez
1
-1
/
+11
2015-07-09
glsl: ignore buffer variables when counting uniform components
Samuel Iglesias Gonsalvez
1
-5
/
+10
2015-07-09
glsl: number of active shader storage blocks must be within allowed limits
Samuel Iglesias Gonsalvez
1
-4
/
+39
2015-07-09
glsl: a shader storage buffer must be smaller than the maximum size allowed
Samuel Iglesias Gonsalvez
4
-3
/
+26
2015-07-09
glsl: add std430 interface packing support to ssbo writes and unsized array l...
Samuel Iglesias Gonsalvez
1
-14
/
+50
2015-07-09
glsl: propagate std430 packing qualifier to struct's members and array of str...
Samuel Iglesias Gonsalvez
4
-52
/
+106
2015-07-09
glsl: propagate interface packing information to arrays of scalars, vectors.
Samuel Iglesias Gonsalvez
4
-19
/
+69
2015-07-09
glsl: Add parser/compiler support for std430 interface packing qualifier
Samuel Iglesias Gonsalvez
8
-9
/
+165
2015-07-09
i965/wm: surfaces should have the API buffer size, not the drm buffer size
Samuel Iglesias Gonsalvez
1
-2
/
+2
2015-07-09
i965/wm: emit null buffer surfaces when null buffers are attached
Samuel Iglesias Gonsalvez
1
-18
/
+26
2015-07-09
i965/fs/nir: implement unsized array's length calculation
Samuel Iglesias Gonsalvez
1
-0
/
+50
2015-07-09
i965/fs: Implement generator code for unsized array's length calculation
Samuel Iglesias Gonsalvez
5
-0
/
+55
2015-07-09
i965/vec4: Implement unsized array's length calculation
Samuel Iglesias Gonsalvez
6
-2
/
+88
2015-07-09
nir: add shader storage buffer's unsized array length calculation
Samuel Iglesias Gonsalvez
2
-0
/
+19
2015-07-09
glsl: Lower unsized array's length calculation expression
Samuel Iglesias Gonsalvez
1
-0
/
+179
2015-07-09
glsl: Add parser/compiler support for unsized array's length()
Samuel Iglesias Gonsalvez
9
-6
/
+75
[next]