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
path:
root
/
src
/
mesa
Commit message (
Expand
)
Author
Age
Files
Lines
*
st/mesa: add some debugging code in st_ChooseTextureFormat()
Brian Paul
2015-09-29
1
-1
/
+17
*
mesa: clean up #includes in shaderapi.c
Brian Paul
2015-09-29
1
-5
/
+5
*
mesa: clean up the #includes in shader_query.cpp
Brian Paul
2015-09-29
1
-7
/
+7
*
mesa: remove an extern "C" wrapper in shader_query.cpp
Brian Paul
2015-09-29
1
-3
/
+1
*
i965/cs: Generate code to load gl_NumWorkGroups
Jordan Justen
2015-09-29
1
-0
/
+28
*
i965/cs: Setup surface binding for gl_NumWorkGroups
Jordan Justen
2015-09-29
5
-1
/
+53
*
i965/cs: Add a binding table entry for gl_NumWorkGroups
Jordan Justen
2015-09-29
3
-5
/
+29
*
i965/cs: Store compute invocation information in brw context
Jordan Justen
2015-09-29
2
-24
/
+37
*
i965/cs: Re-emit cs_state when surfaces have changed
Jordan Justen
2015-09-29
1
-1
/
+2
*
i965/cs: Re-emit push constants and cs_state on new batches
Jordan Justen
2015-09-29
1
-2
/
+4
*
mesa/cs: Add MESA_VERBOSE=api support in DispatchCompute*
Jordan Justen
2015-09-29
1
-0
/
+7
*
mesa: fix ARRAY_SIZE query for GetProgramResourceiv
Tapani Pälli
2015-09-29
3
-43
/
+62
*
util: implement strndup for WIN32
Samuel Iglesias Gonsalvez
2015-09-29
1
-0
/
+1
*
mesa: rename gl_shader_program's NumUniformBlocks to NumBufferInterfaceBlocks
Samuel Iglesias Gonsalvez
2015-09-29
7
-17
/
+17
*
main: fix ACTIVE_UNIFORM_BLOCKS value
Samuel Iglesias Gonsalvez
2015-09-29
1
-1
/
+5
*
i965/gen9: Add a condition for starting pixel in fast copy blit
Anuj Phogat
2015-09-28
1
-0
/
+4
*
i965: Rename intel_miptree_get_dimensions_for_image()
Anuj Phogat
2015-09-28
5
-10
/
+14
*
i965/gen9: Fix {src, dst}_pitch alignment check for XY_FAST_COPY_BLT
Anuj Phogat
2015-09-28
1
-11
/
+7
*
i965: Fix {src, dst}_pitch alignment check for XY_SRC_COPY_BLT
Anuj Phogat
2015-09-28
1
-2
/
+7
*
i965: Move conversion of {src, dst}_pitch to dwords outside if/else
Anuj Phogat
2015-09-28
1
-16
/
+9
*
i965: Delete temporary variable 'src_pitch'
Anuj Phogat
2015-09-28
1
-5
/
+1
*
i965: Use helper function intel_get_tile_dims() in surface setup
Anuj Phogat
2015-09-28
1
-2
/
+12
*
i965: Use intel_get_tile_dims() to get tile masks
Anuj Phogat
2015-09-28
4
-33
/
+28
*
i965: Add a helper function intel_get_tile_dims()
Anuj Phogat
2015-09-28
2
-22
/
+64
*
mesa: Use the effective internal format instead for validation
Eduardo Lima Mitev
2015-09-28
1
-0
/
+151
*
mesa: Move _mesa_base_tex_format() from teximage to glformats files
Eduardo Lima Mitev
2015-09-28
4
-378
/
+507
*
mesa: Fix order of format+type and internal format checks for glTexImageXD ops
Eduardo Lima Mitev
2015-09-28
1
-16
/
+25
*
i965/fs: Fix hang on IVB and VLV with image format mismatch.
Francisco Jerez
2015-09-28
1
-4
/
+38
*
mesa: don't leak interface_name
Ilia Mirkin
2015-09-28
1
-0
/
+1
*
i965/gs: Optimize away the EOT write on Gen8+ with static vertex count.
Kenneth Graunke
2015-09-26
1
-0
/
+15
*
i965/gs: Allow src0 immediates in GS_OPCODE_SET_WRITE_OFFSET.
Kenneth Graunke
2015-09-26
2
-2
/
+14
*
i965: Implement "Static Vertex Count" geometry shader optimization.
Kenneth Graunke
2015-09-26
5
-4
/
+28
*
i965: Move GS_THREAD_END mlen calculations out of the generator.
Kenneth Graunke
2015-09-26
2
-2
/
+2
*
i965: Simplify handling of VUE map changes.
Kenneth Graunke
2015-09-26
4
-42
/
+17
*
i965/gs: Remove the dependency on the VS VUE map.
Kenneth Graunke
2015-09-26
2
-11
/
+14
*
i965: Don't re-layout varyings for separate shader programs.
Kenneth Graunke
2015-09-26
5
-18
/
+67
*
i965/vue: Make assign_vue_map() take an explicit slot.
Kenneth Graunke
2015-09-26
1
-16
/
+19
*
i965: Initialize unused VUE map slots to BRW_VARYING_SLOT_PAD.
Kenneth Graunke
2015-09-26
1
-1
/
+1
*
i965: Fix BRW_VARYING_SLOT_PAD handling in the scalar VS backend.
Kenneth Graunke
2015-09-26
1
-4
/
+2
*
main/tests: Enable glShaderStorageBlockBinding() check in dispatch_sanity test
Samuel Iglesias Gonsalvez
2015-09-26
1
-1
/
+1
*
mesa: Add locking to programs.
Matt Turner
2015-09-25
2
-8
/
+12
*
mesa: Add locking to sampler objects.
Matt Turner
2015-09-25
2
-4
/
+7
*
mesa: Remove debugging code from _mesa_reference_*.
Matt Turner
2015-09-25
6
-61
/
+0
*
i965: Enable ARB_shader_storage_buffer_object extension for gen7+
Samuel Iglesias Gonsalvez
2015-09-25
1
-0
/
+1
*
mesa: Add getters for the GL_ARB_shader_storage_buffer_object max constants
Samuel Iglesias Gonsalvez
2015-09-25
2
-0
/
+23
*
main/tests: add ARB_shader_storage_buffer_object tokens to enum_strings
Samuel Iglesias Gonsalvez
2015-09-25
1
-0
/
+15
*
main: Add SHADER_STORAGE_BLOCK and BUFFER_VARIABLE support for ARB_program_in...
Samuel Iglesias Gonsalvez
2015-09-25
2
-9
/
+263
*
glsl: fix UNIFORM_BUFFER_START or UNIFORM_BUFFER_SIZE query when no buffer ob...
Samuel Iglesias Gonsalvez
2015-09-25
1
-2
/
+4
*
mesa: Add queries for GL_SHADER_STORAGE_BUFFER
Iago Toral Quiroga
2015-09-25
1
-0
/
+31
*
mesa: add glShaderStorageBlockBinding()
Samuel Iglesias Gonsalvez
2015-09-25
2
-0
/
+56
[next]