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
Commit message (
Expand
)
Author
Age
Files
Lines
*
r600: Make enum alu_op_flags unsigned
Rob Herring
2016-02-29
1
-8
/
+8
*
gallium/radeon: Add space between string literal and identifier
Rob Herring
2016-02-29
1
-1
/
+1
*
freedreno: drop unnecessary -Wno-packed-bitfield-compat
Rob Herring
2016-02-29
1
-2
/
+2
*
Android: clean-up and fix DRI module path handling
Rob Herring
2016-02-29
5
-9
/
+7
*
Android: glsl: fix dependence on YACC_HEADER_SUFFIX from build system
Rob Herring
2016-02-29
1
-0
/
+2
*
Android: remove dependence on .SECONDEXPANSION
Rob Herring
2016-02-29
1
-9
/
+13
*
Android: fix build break from nir/glsl move to compiler/
Rob Herring
2016-02-29
16
-19
/
+29
*
gallium/radeon: disable evergreen_do_fast_color_clear for BE
Oded Gabbay
2016-02-29
1
-0
/
+5
*
gallium/r600: Don't let h/w do endian swap for colorformat
Oded Gabbay
2016-02-29
1
-0
/
+7
*
gallium/radeon: remove separate BE path in r600_translate_colorswap
Oded Gabbay
2016-02-29
1
-12
/
+1
*
nv50/ir: emit VOTE instruction
Samuel Pitoiset
2016-02-28
6
-0
/
+83
*
gk110/ir: add ld lock/st unlock emission
Samuel Pitoiset
2016-02-28
1
-2
/
+28
*
nv50,nvc0: bump minimum texture buffer offset alignment
Ilia Mirkin
2016-02-27
2
-2
/
+2
*
mesa: add GL_OES_gpu_shader5 and GL_EXT_gpu_shader5 support
Ilia Mirkin
2016-02-27
7
-57
/
+92
*
mesa: expose GL_EXT_texture_sRGB_decode on GLES 3.0+
Ilia Mirkin
2016-02-26
2
-3
/
+2
*
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
*
nvc0: rework nvc0_compute_validate_program()
Samuel Pitoiset
2016-02-26
6
-44
/
+20
*
nvc0: make sure to validate compute global buffers on Fermi
Samuel Pitoiset
2016-02-26
1
-1
/
+3
*
nvc0: move nvc0_validate_global_residents() to nvc0_compute.c
Samuel Pitoiset
2016-02-26
4
-19
/
+17
*
egl/wayland: Try to use wl_surface.damage_buffer for SwapBuffersWithDamage
Derek Foreman
2016-02-26
1
-3
/
+36
*
virgl: add missing CAP turned off.
Dave Airlie
2016-02-26
1
-0
/
+3
*
program: Remove extra reference_program()
Miklós Máté
2016-02-25
1
-2
/
+0
*
st/nine: don't forget to bundle the nine_limits.h file
Emil Velikov
2016-02-25
1
-0
/
+1
*
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
*
glsl: Consider ubo_load to be a horizontal operation.
Matt Turner
2016-02-25
1
-0
/
+1
*
glsl/ast: Implicit conversion from double to float is not allowed
Andres Gomez
2016-02-25
1
-4
/
+3
*
gallium/radeon: return correct values for BE in r600_translate_colorswap
Oded Gabbay
2016-02-25
1
-4
/
+4
*
gallium: remove duplicate define from enum pipe_format
Oded Gabbay
2016-02-25
1
-1
/
+0
*
glsl: Detect do-while-false loops and unroll them
Ian Romanick
2016-02-24
1
-4
/
+26
*
i965: Enable tiled mem_copy with sRGB-formatted resources
Nanley Chery
2016-02-24
1
-2
/
+6
*
mesa: replace for loop with bitshifting in supported_buffer_bitmask()
Brian Paul
2016-02-24
1
-4
/
+1
[next]