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
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: remove remaining tabs in prog_parameter.c
Timothy Arceri
2016-03-18
1
-8
/
+8
*
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
*
configure.ac: enable_asm=yes when x-compiling across same X86 arch
Dongwon Kim
2016-03-17
1
-2
/
+4
*
glsl: disable varying packing when its not safe
Timothy Arceri
2016-03-18
4
-53
/
+180
*
glsl: pass disable_varying_packing bool to the lowering pass
Timothy Arceri
2016-03-18
3
-15
/
+24
*
radeonsi: fix Hyper-Z hangs on P2 configs
Marek Olšák
2016-03-17
1
-2
/
+8
*
docs: Renormalize older extensions.
Romain Failliot
2016-03-17
1
-26
/
+26
*
docs: Renormalize some extensions.
Romain Failliot
2016-03-17
1
-3
/
+3
*
docs: Realign the "Status" column.
Romain Failliot
2016-03-17
1
-139
/
+139
*
docs: howto to read and edit GL3.txt
Romain Failliot
2016-03-17
1
-5
/
+20
*
r300g: add missing layer argument to rws->buffer_get_handle() call
Brian Paul
2016-03-17
1
-1
/
+1
*
radeon/winsys: add layer support for BO export
Christian König
2016-03-17
4
-0
/
+7
*
radeon/winsys: add offset support for BO import/export
Christian König
2016-03-17
5
-18
/
+33
*
gallium/winsys/drm: add layer to struct winsys_handle
Christian König
2016-03-17
1
-0
/
+5
*
gallium/winsys/drm: add offset to struct winsys_handle
Christian König
2016-03-17
6
-0
/
+13
*
nir: propagate bitsize information in nir_search
Connor Abbott
2016-03-17
3
-27
/
+247
*
nir: add a bit_size parameter to nir_ssa_dest_init
Connor Abbott
2016-03-17
28
-76
/
+137
*
nir: rename nir_const_value fields to include bitsize information
Iago Toral Quiroga
2016-03-17
24
-130
/
+130
*
nir: update opcode definitions for different bit sizes
Connor Abbott
2016-03-17
7
-158
/
+283
*
nir: add nir_{src,dest}_bit_size() helpers
Connor Abbott
2016-03-17
1
-0
/
+12
*
nir: Add a bit_size to nir_register and nir_ssa_def
Jason Ekstrand
2016-03-17
3
-4
/
+46
*
nir/types: add a function to get the bitsize of a base type
Connor Abbott
2016-03-17
1
-0
/
+21
*
i965/nir: fix check to resolve booleans to work with sized nir_alu_type
Samuel Iglesias Gonsálvez
2016-03-17
1
-1
/
+1
*
nir: Add explicitly sized types
Jason Ekstrand
2016-03-17
1
-1
/
+28
*
i965/nir: Lower nir compute shader shared variables
Jordan Justen
2016-03-17
3
-0
/
+11
*
nir: Lower shared var atomics during nir_lower_io
Jordan Justen
2016-03-17
1
-2
/
+85
*
nir: Add support for lowering load/stores of shared variables
Jordan Justen
2016-03-17
5
-8
/
+32
*
nir: Add atomic operations on variables
Jordan Justen
2016-03-17
1
-0
/
+27
*
nir: Add compute shader shared variable storage class
Jordan Justen
2016-03-17
7
-3
/
+26
*
nir/print: Add space after shader_storage var mode
Jordan Justen
2016-03-17
1
-1
/
+1
*
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
*
vc4: Move discard handling to the condition flag.
Eric Anholt
2016-03-16
5
-34
/
+29
*
vc4: Don't make a temporary for setting flags.
Eric Anholt
2016-03-16
1
-1
/
+2
[next]