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
*
meta: Convert _mesa_meta_bind_fbo_image to take a gl_framebuffer instead of a...
Ian Romanick
2016-03-01
5
-49
/
+61
*
virgl: add support for passing render condition flags to host.
Dave Airlie
2016-03-01
2
-1
/
+5
*
i965: Push most TES inputs in vec4 mode.
Kenneth Graunke
2016-02-29
2
-34
/
+54
*
r600g: remove support for DRM < 2.12.0
Marek Olšák
2016-03-01
6
-68
/
+16
*
r300g: remove support for DRM < 2.12.0
Marek Olšák
2016-03-01
5
-76
/
+7
*
winsys/radeon: drop support for DRM 2.12.0 (kernel < 3.2)
Marek Olšák
2016-03-01
2
-40
/
+18
*
radeonsi: also dump shaders on a VM fault
Marek Olšák
2016-03-01
1
-2
/
+1
*
radeonsi: dump full shader disassemblies into ddebug logs
Marek Olšák
2016-03-01
1
-9
/
+9
*
radeonsi: allow dumping shader disassemblies to a file
Marek Olšák
2016-03-01
3
-22
/
+29
*
radeonsi: use re-Z
Marek Olšák
2016-03-01
3
-6
/
+21
*
tgsi/scan: count memory instructions
Marek Olšák
2016-03-01
2
-0
/
+20
*
mesa/fbobject: propogate Layered when reusing attachments.
Dave Airlie
2016-03-01
1
-0
/
+1
*
st/nine: Fix second Multithreading issue with MANAGED buffers
Axel Davy
2016-02-29
1
-0
/
+3
*
st/nine: Fix Multithreading issue with MANAGED buffers
Axel Davy
2016-02-29
1
-2
/
+6
*
st/nine: Handle READONLY for buffer MANAGED pool
Axel Davy
2016-02-29
1
-7
/
+10
*
st/nine: Use Position input helper for ps3 declared inputs
Axel Davy
2016-02-29
1
-0
/
+7
*
st/nine: Introduce helper for Position shader input
Axel Davy
2016-02-29
1
-16
/
+15
*
virtio_gpu: Add virtio 1.0 PCI ID to driver map
Marc-André Lureau
2016-02-29
1
-0
/
+1
*
st/clover: Add libelf cflags to the build
Koop Mast
2016-02-29
2
-3
/
+1
*
mesa; add get-extra-pick-list.sh script into bin/
Emil Velikov
2016-02-29
1
-0
/
+35
*
automake: explicitly set distcheck configure flags
Emil Velikov
2016-02-29
1
-0
/
+5
*
automake: add more missing options for make distcheck
Emil Velikov
2016-02-29
1
-2
/
+4
*
install-gallium-links: port changes from install-lib-links
Emil Velikov
2016-02-29
1
-2
/
+13
*
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
6
-9
/
+11
*
Android: remove headers from LOCAL_SRC_FILES
Rob Herring
2016-02-29
1
-0
/
+3
*
Android: add -Wno-date-time flag for clang
Rob Herring
2016-02-29
1
-0
/
+1
*
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
17
-20
/
+30
*
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
8
-58
/
+93
*
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
[next]