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
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Implement DriverFlags.NewShaderStorageBuffer
Iago Toral Quiroga
2015-09-25
2
-0
/
+3
*
i965: Use 64-byte offset alignment for shader storage buffers
Iago Toral Quiroga
2015-09-25
1
-0
/
+9
*
mesa: set MAX_SHADER_STORAGE_BUFFERS to 16.
Samuel Iglesias Gonsalvez
2015-09-25
1
-1
/
+1
*
glsl: add packed varyings to program resource list
Tapani Pälli
2015-09-25
1
-4
/
+76
*
mesa: add packed_varyings list to gl_shader
Tapani Pälli
2015-09-25
2
-4
/
+13
*
i965/cs: Implement DispatchComputeIndirect support
Jordan Justen
2015-09-24
3
-4
/
+60
*
mesa/cs: Implement glDispatchComputeIndirect
Jordan Justen
2015-09-24
4
-6
/
+73
*
mesa/cs: Support GL_DISPATCH_INDIRECT_BUFFER
Jordan Justen
2015-09-24
4
-0
/
+21
*
mesa/cs: Add _mesa_validate_DispatchCompute
Jordan Justen
2015-09-24
3
-23
/
+53
*
mesa: fix mipmap generation for immutable, compressed textures
Roland Scheidegger
2015-09-25
1
-21
/
+15
*
glsl: Expose gl_MaxTess{Control,Evaluation}AtomicCounters.
Matt Turner
2015-09-24
1
-8
/
+4
*
i965/vec4: check swizzle before discarding a uniform on a 3src operand
Alejandro Piñeiro
2015-09-24
1
-3
/
+6
*
android: radeonsi: fix sid_tables.h missing LOCAL_MODULE_CLASS
Mauro Rossi
2015-09-24
1
-0
/
+1
*
gallium/radeon: remove the percentage symbol from HUD temperature
Benjamin Bellec
2015-09-24
1
-1
/
+1
*
gallium/u_blitter: handle allocation failures
Marek Olšák
2015-09-24
1
-0
/
+6
*
radeonsi: handle dummy constant buffer allocation failure
Marek Olšák
2015-09-24
1
-0
/
+2
*
radeonsi: don't forget to update scratch relocations for LS, HS, ES shaders
Marek Olšák
2015-09-24
1
-2
/
+6
*
radeonsi: skip drawing if updating the scratch buffer fails
Marek Olšák
2015-09-24
1
-14
/
+49
*
radeonsi: skip drawing if PS fails to compile or upload
Marek Olšák
2015-09-24
1
-12
/
+3
*
radeonsi: skip drawing if VS, TCS, TES, GS fail to compile or upload
Marek Olšák
2015-09-24
1
-7
/
+23
*
radeonsi: handle fixed-func TCS shader create failure
Marek Olšák
2015-09-24
1
-2
/
+5
*
radeonsi: handle shader precompile failures
Marek Olšák
2015-09-24
1
-1
/
+6
*
radeonsi: skip drawing if GS ring allocations fail
Marek Olšák
2015-09-24
1
-1
/
+10
*
radeonsi: skip drawing if the tess factor ring allocation fails
Marek Olšák
2015-09-24
3
-5
/
+12
*
radeonsi: add malloc fail paths to si_create_shader_state
Marek Olšák
2015-09-24
1
-0
/
+8
*
radeonsi: report alloc failure from si_shader_binary_read
Marek Olšák
2015-09-24
1
-1
/
+4
*
gallium/radeon: add a fail path for depth MSAA texture readback
Marek Olšák
2015-09-24
1
-0
/
+5
*
gallium/radeon: handle buffer alloc failures in r600_draw_rectangle
Marek Olšák
2015-09-24
1
-0
/
+3
*
gallium/radeon: handle buffer_map staging buffer failures better
Marek Olšák
2015-09-24
1
-4
/
+3
*
radeonsi: handle constant buffer alloc failures
Marek Olšák
2015-09-24
1
-1
/
+7
*
radeonsi: handle index buffer alloc failures
Marek Olšák
2015-09-24
1
-0
/
+6
*
st/mesa: fix front buffer regression after dropping st_validate_state in Blit
Marek Olšák
2015-09-24
1
-0
/
+2
*
wayland: Add copyright notice for wayland-egl.c
Kristian Høgsberg Kristensen
2015-09-24
1
-0
/
+29
*
i965: Respect stride and subreg_offset for ATTR registers
Kristian Høgsberg Kristensen
2015-09-24
1
-1
/
+4
*
mesa: rework Driver.CopyImageSubData() and related code
Brian Paul
2015-09-24
6
-171
/
+363
*
st/xa: Fixups for PIPE_FORMAT_R8_UNORM A8 usage v2.
Thomas Hellstrom
2015-09-24
2
-11
/
+29
*
st/mesa: keep track of saturated writes when eliminating dead code
Ilia Mirkin
2015-09-24
1
-2
/
+1
*
glsl: correctly detect inactive UBO arrays
Timothy Arceri
2015-09-24
2
-9
/
+4
*
i965: add ARB_texture_barrier support
Ilia Mirkin
2015-09-23
4
-1
/
+12
*
i965/gs: Fix extra level of indentation left by the previous commit.
Kenneth Graunke
2015-09-23
2
-115
/
+111
*
i965/gs: Use new NIR intrinsics.
Kenneth Graunke
2015-09-23
4
-26
/
+48
*
nir: Add new GS intrinsics that maintain a count of emitted vertices.
Kenneth Graunke
2015-09-23
4
-0
/
+242
*
nir: Add unit tests for control flow graphs.
Kenneth Graunke
2015-09-23
2
-0
/
+169
*
nir/cf: Fix dominance metadata in the dead control flow pass.
Kenneth Graunke
2015-09-23
2
-3
/
+7
*
nir/cf: Fix unlink_block_successors to actually unlink the second one.
Kenneth Graunke
2015-09-23
1
-2
/
+2
*
nir/cf: Alter block successors before adding a fake link.
Kenneth Graunke
2015-09-23
1
-16
/
+28
*
nir/cf: Conditionally do block_add_normal_succs() in unlink_jump();
Kenneth Graunke
2015-09-23
1
-6
/
+6
*
nir/cf: Don't break outer-block successors in split_block_beginning().
Kenneth Graunke
2015-09-23
1
-3
/
+18
*
nir/cf: Make a helper function for removing a predecessor.
Kenneth Graunke
2015-09-23
1
-5
/
+11
*
nir: Validate that a block doesn't have two identical successors.
Kenneth Graunke
2015-09-23
1
-0
/
+1
[next]