index
:
external_mesa3d.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
radeon/r200: mark state atoms as dirty after blits
Roland Scheidegger
2015-07-16
2
-0
/
+24
*
r200: fix fbo rendering by disabling optimized texture format chooser
Roland Scheidegger
2015-07-16
1
-1
/
+13
*
i965: Fix 32 bit build warnings in intel_get_yf_ys_bo_size()
Anuj Phogat
2015-07-15
1
-3
/
+3
*
i965: Optimize batchbuffer macros.
Matt Turner
2015-07-15
6
-42
/
+70
*
i965: Add and use USED_BATCH macro.
Matt Turner
2015-07-15
6
-22
/
+25
*
i965: Split batch emission from relocation functions.
Matt Turner
2015-07-15
2
-34
/
+30
*
i965: Move BEGIN_BATCH() into same control flow as ADVANCE_BATCH().
Matt Turner
2015-07-15
1
-2
/
+2
*
osmesa: fix OSMesaPixelsStore typo
Brian Paul
2015-07-15
2
-2
/
+2
*
vc4: Cache the texture p1 for the sampler.
Eric Anholt
2015-07-14
3
-49
/
+69
*
vc4: Cache texture p0/p1 setup for the sampler view.
Eric Anholt
2015-07-14
3
-28
/
+43
*
vc4: Move uniforms handling to a separate file.
Eric Anholt
2015-07-14
3
-314
/
+341
*
vc4: Fix some -Wdouble-promotion warnings.
Eric Anholt
2015-07-14
3
-6
/
+6
*
i965/cs: Initialize GPGPU Thread Count
Jordan Justen
2015-07-14
2
-0
/
+25
*
vc4: Fix compiler warnings on release builds.
Eric Anholt
2015-07-14
4
-7
/
+14
*
vc4: Add better debug for register allocation failure.
Eric Anholt
2015-07-14
1
-1
/
+5
*
vc4: Drop reloc_count tracking for debug asserts on non-debug builds.
Eric Anholt
2015-07-14
1
-0
/
+10
*
vc4: Rework cl handling to be friendlier to the compiler.
Eric Anholt
2015-07-14
6
-152
/
+203
*
vc4: Make a helper function for getting the current offset in the CL.
Eric Anholt
2015-07-14
4
-20
/
+21
*
vc4: Drop separate cl*_reloc_hindex().
Eric Anholt
2015-07-14
1
-18
/
+6
*
vc4: Store reloc pointers as pointers, not offsets.
Eric Anholt
2015-07-14
1
-5
/
+5
*
vc4: Add perf debug for when we wait on BOs.
Eric Anholt
2015-07-14
4
-43
/
+72
*
i965: Mark constant static data as const.
Matt Turner
2015-07-14
2
-23
/
+23
*
glsl: Lower shader storage buffer object loads to GLSL IR instrinsics
Samuel Iglesias Gonsalvez
2015-07-14
1
-8
/
+65
*
glsl: Lower shader storage buffer object writes to GLSL IR instrinsics
Samuel Iglesias Gonsalvez
2015-07-14
1
-130
/
+311
*
glsl: Don't do copy propagation on buffer variables
Iago Toral Quiroga
2015-07-14
1
-1
/
+1
*
glsl: Don't do constant variable on buffer variables
Iago Toral Quiroga
2015-07-14
1
-0
/
+7
*
glsl: Don't do constant propagation on buffer variables
Iago Toral Quiroga
2015-07-14
1
-0
/
+8
*
glsl: Do not kill dead assignments to buffer variables or SSBO declarations.
Iago Toral Quiroga
2015-07-14
1
-3
/
+6
*
glsl: Don't do tree grafting on buffer variables
Iago Toral Quiroga
2015-07-14
1
-4
/
+5
*
mesa: Implement _mesa_BindBufferRange for target GL_SHADER_STORAGE_BUFFER
Iago Toral Quiroga
2015-07-14
1
-0
/
+37
*
mesa: Implement _mesa_BindBufferBase for target GL_SHADER_STORAGE_BUFFER
Iago Toral Quiroga
2015-07-14
1
-0
/
+56
*
mesa: Implement _mesa_BindBuffersRange for target GL_SHADER_STORAGE_BUFFER
Iago Toral Quiroga
2015-07-14
1
-0
/
+110
*
mesa: Implement _mesa_BindBuffersBase for target GL_SHADER_STORAGE_BUFFER
Iago Toral Quiroga
2015-07-14
2
-0
/
+149
*
mesa: Implement _mesa_DeleteBuffers for target GL_SHADER_STORAGE_BUFFER
Iago Toral Quiroga
2015-07-14
1
-0
/
+11
*
mesa: Initialize and free shader storage buffers
Iago Toral Quiroga
2015-07-14
1
-0
/
+19
*
glsl: fix error messages in invalid declarations of shader storage blocks
Samuel Iglesias Gonsalvez
2015-07-14
1
-7
/
+8
*
glsl: buffer variables cannot be defined outside interface blocks
Samuel Iglesias Gonsalvez
2015-07-14
1
-0
/
+12
*
glsl: shader buffer variables cannot have initializers
Samuel Iglesias Gonsalvez
2015-07-14
1
-0
/
+9
*
glsl: enable binding layout qualifier usage for shader storage buffer objects
Samuel Iglesias Gonsalvez
2015-07-14
2
-6
/
+26
*
mesa: add MaxShaderStorageBlocks to struct gl_program_constants
Samuel Iglesias Gonsalvez
2015-07-14
2
-0
/
+5
*
mesa: Add shader storage buffer support to struct gl_context
Iago Toral Quiroga
2015-07-14
4
-0
/
+51
*
glsl: Identify active uniform blocks that are buffer blocks as such.
Iago Toral Quiroga
2015-07-14
4
-0
/
+11
*
glsl: link buffer variables and shader storage buffer interface blocks
Kristian Høgsberg
2015-07-14
4
-9
/
+21
*
glsl: Implement parser support for 'buffer' qualifier
Kristian Høgsberg
2015-07-14
6
-9
/
+42
*
nir: add nir_var_shader_storage
Iago Toral Quiroga
2015-07-14
6
-8
/
+20
*
mesa: rename is_in_uniform_block to is_in_buffer_block
Iago Toral Quiroga
2015-07-14
10
-16
/
+17
*
glsl: Add ir_var_shader_storage
Kristian Høgsberg
2015-07-14
11
-13
/
+34
*
mesa: define ARB_shader_storage_buffer_object extension
Samuel Iglesias Gonsalvez
2015-07-14
5
-31
/
+44
*
glsl: free interface_types
Timothy Arceri
2015-07-14
1
-0
/
+5
*
glsl: replace some more old hash_table uses
Timothy Arceri
2015-07-14
2
-41
/
+41
[prev]
[next]