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
*
glx: Refactor the configure options for glx implementation choice (v3)
Chuck Atkins
2016-05-01
3
-53
/
+66
*
nir/lower_double_ops: fix indentation
Thomas Hindoe Paaboel Andersen
2016-04-30
1
-30
/
+30
*
nir/opt_dead_cf: fix indentation
Thomas Hindoe Paaboel Andersen
2016-04-30
1
-4
/
+4
*
nir/opt_dead_cf: correction of side effect check
Thomas Hindoe Paaboel Andersen
2016-04-30
1
-2
/
+2
*
freedreno/ir3: use pipe_debug_callback for shader-db traces
Rob Clark
2016-04-30
6
-33
/
+43
*
freedreno/a4xx: add debug callback to emit
Rob Clark
2016-04-30
3
-0
/
+6
*
freedreno/a3xx: add debug callback to emit
Rob Clark
2016-04-30
3
-0
/
+7
*
freedreno: wire up core pipe_debug_callback
Rob Clark
2016-04-30
2
-0
/
+15
*
freedreno/ir3: handle color clamp variant ourselves
Rob Clark
2016-04-30
5
-3
/
+28
*
nir: clamp-color-output support
Rob Clark
2016-04-30
3
-0
/
+120
*
freedreno: fix indentation
Rob Clark
2016-04-30
3
-12
/
+12
*
radeonsi: fix synchronization of shader images
Marek Olšák
2016-04-30
1
-7
/
+11
*
st/glsl_to_tgsi: fix potential crash when allocating temporaries
Samuel Pitoiset
2016-04-30
1
-1
/
+1
*
glsl: Lower vector_extracts to swizzles after lower_vector_derefs.
Kenneth Graunke
2016-04-29
1
-0
/
+1
*
glsl: Convert lower_vec_index_to_swizzle to a rvalue visitor.
Kenneth Graunke
2016-04-29
1
-83
/
+13
*
mesa: simplify _mesa_Lightfv
Thomas Faller
2016-04-29
1
-10
/
+0
*
gallium/radeon: fix crash in r600_set_streamout_targets
Nicolai Hähnle
2016-04-29
2
-7
/
+9
*
st/glsl_to_tgsi: reduce stack explosion in recursive expression visitor
Nicolai Hähnle
2016-04-29
2
-4
/
+22
*
tgsi/text: fix parsing of memory instructions
Nicolai Hähnle
2016-04-29
1
-13
/
+27
*
tgsi/text: add str_match_name_from_array
Nicolai Hähnle
2016-04-29
1
-0
/
+18
*
tgsi/text: add str_match_format helper function
Nicolai Hähnle
2016-04-29
1
-9
/
+22
*
tgsi/build: pass Memory.Texture and .Format through tgsi_build_full_instruction
Nicolai Hähnle
2016-04-29
1
-2
/
+6
*
tgsi/dump: signal nospace when the last print exceeded the size
Nicolai Hähnle
2016-04-29
1
-4
/
+6
*
tgsi/dump: shared dump_ctx initialization
Nicolai Hähnle
2016-04-29
1
-31
/
+17
*
st/omx: don't return early in vid_enc_EncodeFrame()
Emil Velikov
2016-04-29
1
-1
/
+2
*
glsl: Checks for interpolation into its own function.
Andres Gomez
2016-04-29
1
-145
/
+171
*
nir/algebraic: Support lowering for both 64 and 32-bit ldexp
Jason Ekstrand
2016-04-28
1
-9
/
+22
*
nir/opcodes: Make ldexp take an explicitly 32-bit int
Jason Ekstrand
2016-04-28
2
-2
/
+2
*
nir/opcodes: Simplify the expressions for [un]pack_double
Jason Ekstrand
2016-04-28
1
-61
/
+8
*
mesa: Fix indirect draw buffer size check on 32-bit systems.
Kenneth Graunke
2016-04-28
1
-1
/
+1
*
nir: Switch the arguments to nir_foreach_def
Jason Ekstrand
2016-04-28
4
-5
/
+5
*
nir: Switch the arguments to nir_foreach_use and friends
Jason Ekstrand
2016-04-28
12
-27
/
+27
*
nir: Switch the arguments to nir_foreach_function
Jason Ekstrand
2016-04-28
61
-77
/
+77
*
nir: Switch the arguments to nir_foreach_parallel_copy_entry
Jason Ekstrand
2016-04-28
4
-7
/
+7
*
nir: Switch the arguments to nir_foreach_phi_src
Jason Ekstrand
2016-04-28
15
-23
/
+23
*
nir: Switch the arguments to nir_foreach_instr
Jason Ekstrand
2016-04-28
65
-106
/
+106
*
anv/lower_push_constants: fixup for nir_foreach_block()
Jason Ekstrand
2016-04-28
1
-22
/
+18
*
anv/apply_pipeline_layout: fixup for nir_foreach_block()
Jason Ekstrand
2016-04-28
1
-22
/
+19
*
anv/apply_dynamic_offsets: fixup for nir_foreach_block()
Jason Ekstrand
2016-04-28
1
-33
/
+22
*
i965/nir: fixup for new foreach_block()
Connor Abbott
2016-04-28
6
-80
/
+69
*
nir/algebraic: fixup for new foreach_block()
Connor Abbott
2016-04-28
1
-20
/
+14
*
nir/validate: fixup for new foreach_block()
Connor Abbott
2016-04-28
1
-10
/
+4
*
nir/nir_worklist: fixup for new foreach_block()
Connor Abbott
2016-04-28
1
-9
/
+3
*
nir/remove_dead_variables: fixup for new foreach_block()
Connor Abbott
2016-04-28
1
-28
/
+20
*
nir/split_var_copies: fixup for new foreach_block()
Connor Abbott
2016-04-28
1
-4
/
+4
*
nir/repair_ssa: fixup for new foreach_block()
Connor Abbott
2016-04-28
1
-11
/
+5
*
nir/opt_peephole_select: fixup for new foreach_block()
Connor Abbott
2016-04-28
1
-23
/
+14
*
nir/phi_builder: fixup for new foreach_block()
Connor Abbott
2016-04-28
1
-9
/
+3
*
nir/opt_cp: fixup for new foreach_block()
Connor Abbott
2016-04-28
1
-18
/
+10
*
nir/opt_remove_phis: fixup for new foreach_block()
Connor Abbott
2016-04-28
1
-5
/
+7
[next]