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
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
Android: fix build break from nir/glsl move to compiler/
Rob Herring
2016-02-29
3
-2
/
+6
*
i965/cfg: Fix comment list punctuation
Ian Romanick
2016-02-26
1
-1
/
+1
*
i965/cfg: Split out dead control flow paths to simplify both paths
Ian Romanick
2016-02-26
1
-55
/
+38
*
i965/cfg: Don't handle fully empty if/else/endif
Ian Romanick
2016-02-26
1
-10
/
+4
*
i965/cfg: Eliminate an empty then-branch of an if/else/endif
Ian Romanick
2016-02-26
1
-0
/
+14
*
i965/cfg: Track prev_block and prev_inst explicitly in the whole function
Ian Romanick
2016-02-26
1
-5
/
+7
*
i965/cfg: Slightly rearrange dead_control_flow_eliminate
Ian Romanick
2016-02-26
1
-56
/
+57
*
i965: Simplify brw_nir_lower_vue_inputs() slightly.
Kenneth Graunke
2016-02-26
1
-11
/
+6
*
i965: Avoid recalculating the normal VUE map for IO lowering.
Kenneth Graunke
2016-02-26
4
-51
/
+30
*
i965: Avoid recalculating the tessellation VUE map for IO lowering.
Kenneth Graunke
2016-02-26
4
-26
/
+25
*
i965: Eliminate brw_nir_lower_{inputs,outputs,io} functions.
Kenneth Graunke
2016-02-26
7
-93
/
+33
*
i965: Split brw_nir_lower_inputs/outputs into per-stage functions.
Kenneth Graunke
2016-02-26
1
-130
/
+174
*
i965: Remove catch-all nir_lower_io call with specific cases.
Kenneth Graunke
2016-02-26
1
-1
/
+4
*
i965: Move optimizations from brw_nir_lower_io to brw_postprocess_nir.
Kenneth Graunke
2016-02-26
1
-1
/
+3
*
i965: Always do NIR IO lowering at specialization time.
Kenneth Graunke
2016-02-26
2
-8
/
+1
*
i965: Make an is_scalar boolean in brw_compile_gs().
Kenneth Graunke
2016-02-26
1
-4
/
+4
*
i965/nir: Do lower_io late for fragment shaders
Jason Ekstrand
2016-02-26
2
-1
/
+3
*
i965: Set dest type to UW for several send messages
Jordan Justen
2016-02-26
2
-2
/
+5
*
i965/fs: Allow saturate propagation to propagate negations into MADs.
Matt Turner
2016-02-25
1
-0
/
+4
*
i965/fs: Allow saturate propagation to propagate negations into ADDs.
Matt Turner
2016-02-25
2
-4
/
+52
*
i965/fs: Allow saturate propagation to propagate negations into MULs.
Matt Turner
2016-02-25
2
-3
/
+137
*
i965/fs: Don't CSE negated multiplies with saturation.
Matt Turner
2016-02-25
1
-0
/
+2
*
i965: Enable tiled mem_copy with sRGB-formatted resources
Nanley Chery
2016-02-24
1
-2
/
+6
*
i965/fs: Return result of image atomic in a register of the expected type.
Francisco Jerez
2016-02-22
1
-1
/
+1
*
meta/copy_image: use precomputed dst_internal_format to avoid segfault
Ilia Mirkin
2016-02-19
1
-1
/
+1
*
i965: fix new gcc6 warnings
Rob Clark
2016-02-18
1
-1
/
+1
*
i965: Extract push constant state to a new file
Ben Widawsky
2016-02-17
4
-164
/
+191
*
i965: Make emit_minmax return an instruction*.
Matt Turner
2016-02-17
3
-10
/
+10
*
i965: Lower min/max after optimization on Gen4/5.
Matt Turner
2016-02-17
8
-44
/
+88
*
i965/vec4: Initialize force_writemask_all in vec4_builder().
Matt Turner
2016-02-17
1
-1
/
+2
*
i965/gen7: Use predicated rendering for indirect compute
Jordan Justen
2016-02-17
2
-14
/
+83
*
i965: Set compute shader shared memory max to 64k
Jordan Justen
2016-02-16
1
-1
/
+1
*
i965: Expose logic telling if non-msrt mcs is supported
Topi Pohjolainen
2016-02-16
2
-4
/
+13
*
i965/gen9: Refactor msrt mcs initialization
Topi Pohjolainen
2016-02-16
1
-14
/
+22
*
i965: Add a few assertions on lossless compression
Topi Pohjolainen
2016-02-16
2
-0
/
+9
*
i965: Add a flag telling color resolve pass to ignore CCS_E
Topi Pohjolainen
2016-02-16
3
-2
/
+27
*
i965: Add resolve option for lossless compression
Topi Pohjolainen
2016-02-16
2
-1
/
+5
*
i965: Allow fast clear to be used with lossless compression
Topi Pohjolainen
2016-02-16
2
-2
/
+6
*
i965: Add helper for detecting lossless compression
Topi Pohjolainen
2016-02-16
2
-0
/
+30
*
Revert "i965: Restore vbo after color resolve during brw_try_draw_prims()"
Topi Pohjolainen
2016-02-16
1
-9
/
+0
*
i965/bxt: Production thread counts
Ben Widawsky
2016-02-15
1
-10
/
+9
*
i965: Fix gl_DrawID in the vec4 backend.
Kenneth Graunke
2016-02-14
1
-5
/
+5
*
glsl/types: Add support for function types
Jason Ekstrand
2016-02-13
3
-0
/
+3
*
glsl/types: Rename sampler_type to sampled_type
Jason Ekstrand
2016-02-13
1
-1
/
+1
*
i965: Reupload push and pull constants when we get new shader image unit state.
Francisco Jerez
2016-02-13
1
-0
/
+5
*
i965: fix MAX_COMPUTE_SHARED_SIZE constant value
Samuel Pitoiset
2016-02-13
1
-0
/
+1
*
i965: Add means for limiting color resolves
Topi Pohjolainen
2016-02-13
10
-17
/
+21
*
i965: Refactor resolving of auxiliary mode
Topi Pohjolainen
2016-02-13
1
-33
/
+29
*
i965: Don't try to create aux buffer for non-msrt aux-buffer
Topi Pohjolainen
2016-02-13
1
-10
/
+10
*
i965: Rename optimizer debug 00 filename
Ben Widawsky
2016-02-12
2
-2
/
+2
[next]