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
path:
root
/
src
/
mesa
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
mesa: inline _mesa_add_unnamed_constant()
Timothy Arceri
2016-03-18
2
-24
/
+6
*
mesa: simplify and inline _mesa_lookup_parameter_index()
Timothy Arceri
2016-03-18
3
-41
/
+18
*
mesa: make _mesa_lookup_parameter_constant static
Timothy Arceri
2016-03-18
2
-100
/
+94
*
mesa: remove unused function
Timothy Arceri
2016-03-18
1
-6
/
+0
*
st/mesa: honour sized internal formats in st_choose_format (v2)
Nicolai Hähnle
2016-03-17
1
-21
/
+6
*
nir: add a bit_size parameter to nir_ssa_dest_init
Connor Abbott
2016-03-17
2
-7
/
+10
*
nir: rename nir_const_value fields to include bitsize information
Iago Toral Quiroga
2016-03-17
6
-63
/
+63
*
nir: update opcode definitions for different bit sizes
Connor Abbott
2016-03-17
1
-0
/
+18
*
i965/nir: fix check to resolve booleans to work with sized nir_alu_type
Samuel Iglesias Gonsálvez
2016-03-17
1
-1
/
+1
*
i965/nir: Lower nir compute shader shared variables
Jordan Justen
2016-03-17
3
-0
/
+11
*
i965: Skip execution size adjustment for instructions of width 4
Iago Toral Quiroga
2016-03-17
1
-1
/
+13
*
i965/vec4/gen6: fix exec_size for MOV with a width of 4 in generate_gs_ff_sync()
Samuel Iglesias Gonsalvez
2016-03-17
1
-1
/
+3
*
i965/vec4/gen6: fix exec_size for instructions with destination width of 4
Samuel Iglesias Gonsalvez
2016-03-17
1
-0
/
+6
*
i965/vec4/gen6: fix exec_size for instructions with width of 4 in generate_gs...
Samuel Iglesias Gonsalvez
2016-03-17
1
-0
/
+3
*
i965/gs/gen6: fix execsize for instructions with width of 4 in gen6_sol_progr...
Samuel Iglesias Gonsalvez
2016-03-17
1
-1
/
+10
*
i965: set correct execsize for MOVS with a width of 4 in brw_find_live_channel
Iago Toral Quiroga
2016-03-17
1
-0
/
+3
*
i965/eu: set execution size for SEND message in brw_send_indirect_message
Iago Toral Quiroga
2016-03-17
1
-0
/
+3
*
i965/fs: Set exec size for gen7 pull const loads
Iago Toral Quiroga
2016-03-17
1
-0
/
+1
*
i965/eu: set correct execution size in brw_NOP
Iago Toral Quiroga
2016-03-17
1
-2
/
+3
*
meta: Don't use integer handles for shaders or programs.
Kenneth Graunke
2016-03-16
7
-147
/
+130
*
mesa: Expose compile_shader() and link_program() beyond the file.
Kenneth Graunke
2016-03-16
2
-10
/
+16
*
mesa: Make link_program() take a gl_shader_program, not a GLuint.
Kenneth Graunke
2016-03-16
1
-6
/
+4
*
mesa: Make compile_shader() take a gl_shader, not a GLuint.
Kenneth Graunke
2016-03-16
1
-9
/
+6
*
meta: Use the _mesa_meta_compile_and_link_program helper more places.
Kenneth Graunke
2016-03-16
2
-40
/
+8
*
meta: Use ARB_explicit_attrib_location in the rest of the meta shaders.
Kenneth Graunke
2016-03-16
3
-19
/
+17
*
mesa: Ignore glPointSize when GL_POINT_SIZE_ARRAY_OES is enabled
Plamena Manolova
2016-03-15
1
-0
/
+2
*
st/mesa: set image access flags in st_bind_images
Nicolai Hähnle
2016-03-14
1
-0
/
+15
*
st/glsl_to_tgsi: set FS_EARLY_DEPTH_STENCIL when required
Nicolai Hähnle
2016-03-14
1
-0
/
+3
*
st/glsl_to_tgsi: set memory access type on image intrinsics
Nicolai Hähnle
2016-03-14
1
-0
/
+7
*
st/glsl_to_tgsi: provide Texture and Format information for image ops
Nicolai Hähnle
2016-03-14
1
-9
/
+15
*
get: reconcile aliasing enums for MaxCombinedShaderOutputResources
Nicolai Hähnle
2016-03-14
2
-2
/
+11
*
i965/fs: Restrict inequality that can only hold equal in saturate propagation.
Francisco Jerez
2016-03-14
1
-1
/
+1
*
i965/vec4: Consider removal of no-op MOVs as progress during register coalesce.
Francisco Jerez
2016-03-14
1
-0
/
+1
*
i965/fs: Add missing analysis invalidation in fixup_3src_null_dest().
Francisco Jerez
2016-03-14
1
-0
/
+6
*
i965/fs: Add missing analysis invalidation in opt_sampler_eot().
Francisco Jerez
2016-03-14
1
-1
/
+4
*
mesa: docs: Intel i965 hardware limits.
Sarah Sharp
2016-03-14
1
-7
/
+48
*
mesa: docs: i965: Use correct doxygen groupings syntax
Sarah Sharp
2016-03-14
1
-2
/
+2
*
i965: Remove useless IR self-destruct backend_shader method.
Francisco Jerez
2016-03-13
2
-8
/
+0
*
i965: Use foreach_in_list_reverse_safe() macro.
Matt Turner
2016-03-12
1
-12
/
+2
*
i965/chv: Display proper branding
Ben Widawsky
2016-03-11
3
-5
/
+31
*
i965/chv: Update lower min for CS threads
Ben Widawsky
2016-03-11
1
-1
/
+1
*
i965/chv: Check that compute threads are above threshold
Ben Widawsky
2016-03-11
2
-0
/
+9
*
i965/chv: Use kernel provided info for max_cs_threads
Ben Widawsky
2016-03-11
1
-1
/
+8
*
i965: Query and store GPU properties from kernel
Ben Widawsky
2016-03-11
2
-1
/
+31
*
st/mesa: check that the image unit is valid in st_bind_images
Nicolai Hähnle
2016-03-11
1
-1
/
+2
*
st/mesa: remove ST_NEW_MESA flag (v2)
Marek Olšák
2016-03-11
4
-6
/
+4
*
st/mesa: add GL_ARB_shader_atomic_counter_ops support
Ilia Mirkin
2016-03-10
2
-7
/
+57
*
mesa: add GL_ARB_shader_atomic_counter_ops support
Ilia Mirkin
2016-03-10
2
-0
/
+2
*
i965: Set a proper _BaseFormat for window system renderbuffers in ES.
Kenneth Graunke
2016-03-10
1
-1
/
+1
*
mesa: Make glGetInteger64v convert float/doubles to 32-bit integers.
Kenneth Graunke
2016-03-09
1
-6
/
+6
[prev]
[next]