index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
android: fix building issues of host binaries
Chih-Wei Huang
2015-04-22
1
-1
/
+0
*
android: fix a building error of libmesa_program
Chih-Wei Huang
2015-04-22
1
-0
/
+1
*
android: mesa: fold the ARCH_X86_HAVE_SSE4_1 conditionals
Emil Velikov
2015-04-22
1
-5
/
+2
*
android: mesa: fix the path of the SSE4_1 optimisations
Emil Velikov
2015-04-22
1
-2
/
+2
*
android: build the Mesa IR -> NIR translator
Emil Velikov
2015-04-22
1
-1
/
+2
*
android: nir: add build rules for nir_builder_opcodes.h
Emil Velikov
2015-04-22
1
-0
/
+10
*
android: add inital NIR build
Mauro Rossi
2015-04-22
2
-3
/
+55
*
android: dri: link against libmesa_util
Emil Velikov
2015-04-22
1
-1
/
+2
*
android: add $(mesa_top)/src/mesa/main to the includes list
Emil Velikov
2015-04-22
2
-3
/
+5
*
android: add gallium dirs to more places in the tree
Emil Velikov
2015-04-22
6
-7
/
+24
*
android: dri/common: conditionally include drm_cflags/set __NOT_HAVE_DRM_H
Emil Velikov
2015-04-22
1
-0
/
+14
*
android: egl: add libsync_cflags to the build
Emil Velikov
2015-04-22
1
-0
/
+6
*
android: mesa: generate the format_{un,}pack.[ch] sources
Mauro Rossi
2015-04-22
1
-0
/
+21
*
android: add $(mesa_top)/src include to the whole of mesa
Emil Velikov
2015-04-22
8
-14
/
+3
*
util: android: optimize the rules to generate format_srgb.c
Chih-Wei Huang
2015-04-22
1
-22
/
+10
*
android: use LOCAL_SHARED_LIBRARIES over TARGET_OUT_HEADERS
Emil Velikov
2015-04-22
15
-31
/
+18
*
ilo: remove unused include from Android.mk
Emil Velikov
2015-04-22
1
-3
/
+0
*
drirc: Add "Second Life" quirk (allow_glsl_extension_directive_midshader).
Kenneth Graunke
2015-04-21
1
-0
/
+4
*
nir: Fix per-component negation in prog_to_nir's SWZ handling.
Kenneth Graunke
2015-04-21
1
-7
/
+18
*
glsl: correct indentation of comment, Trivial.
Tapani Pälli
2015-04-21
1
-1
/
+1
*
i965/fs: Combine pixel center calculation into one inst.
Matt Turner
2015-04-21
3
-20
/
+63
*
i965/fs: Calculate delta_x and delta_y together.
Matt Turner
2015-04-21
7
-74
/
+79
*
i965/fs: Emit ADDs for gl_FragCoord, not virtual opcodes.
Matt Turner
2015-04-21
5
-51
/
+8
*
i965/fs: Manually set source regioning on PLN instructions.
Matt Turner
2015-04-21
1
-1
/
+13
*
i965/fs: Add LINTERP's src0 to fs_inst::regs_read().
Matt Turner
2015-04-21
1
-11
/
+2
*
i965/fs: Set compression only if writing two registers.
Matt Turner
2015-04-21
1
-1
/
+4
*
i965/fs: Allow an execution size of 32.
Matt Turner
2015-04-21
2
-1
/
+2
*
i965: Make type_sz() return unsigned.
Matt Turner
2015-04-21
1
-1
/
+1
*
i965: Replace guess_execution_size with something simpler.
Matt Turner
2015-04-21
4
-27
/
+35
*
i965/fs: Ensure delta_x/y are even-aligned registers on Gen6.
Matt Turner
2015-04-21
2
-3
/
+3
*
main: remove __FUNCTION__ defined because it is obsolete
Marius Predut
2015-04-21
1
-5
/
+0
*
radeon: replace __FUNCTION__ with __func__
Marius Predut
2015-04-21
32
-116
/
+116
*
mesa: add missing break in switch statement
Tapani Pälli
2015-04-21
1
-1
/
+1
*
glsl: add fallthrough comment on switch
Tapani Pälli
2015-04-21
1
-1
/
+2
*
mesa: fix UBO queries for active uniforms
Tapani Pälli
2015-04-21
1
-1
/
+11
*
i965/skl: Fix the qpitch value
Neil Roberts
2015-04-20
2
-13
/
+59
*
i965/skl: Don't use ALL_SLICES_AT_EACH_LOD
Neil Roberts
2015-04-20
1
-10
/
+20
*
clover: remove pre llvm 3.5.0 compatibility code
EdB
2015-04-20
1
-21
/
+2
*
gallivm: Fix build against LLVM 3.7 SVN r235265
Nick Sarnie
2015-04-20
2
-2
/
+2
*
indices: fix provoking vertex for quads/quadstrips
Ilia Mirkin
2015-04-18
1
-3
/
+10
*
primconvert: select pv convention only from flatshade_first
Ilia Mirkin
2015-04-18
1
-2
/
+1
*
freedreno/a3xx: enable polymode setting with non-fill modes
Ilia Mirkin
2015-04-18
1
-0
/
+4
*
freedreno/a3xx: fix integer and 32-bit float border colors
Ilia Mirkin
2015-04-18
1
-1
/
+30
*
freedreno/a3xx: add support for float R/RG render targets
Ilia Mirkin
2015-04-18
1
-4
/
+6
*
mesa/main: add autogenerated format-info.c to gitignore
Connor Abbott
2015-04-17
1
-0
/
+1
*
i965: Issue perf_debug messages for unsynchronized maps on !LLC systems.
Kenneth Graunke
2015-04-17
1
-5
/
+11
*
i965: Make shader_time store names/ids instead of referencing shaders.
Kenneth Graunke
2015-04-17
2
-37
/
+19
*
i965: Delete some unnecessary code in brw_report_shader_time().
Kenneth Graunke
2015-04-17
1
-6
/
+1
*
i965: Make shader_time use 0 instead of -1 for "no meaningful ID".
Kenneth Graunke
2015-04-17
1
-8
/
+6
*
adjust a couple of ifdefs to handle NetBSD correctly
Tobias Nygren
2015-04-17
3
-3
/
+3
[next]