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
Commit message (
Expand
)
Author
Age
Files
Lines
*
freedreno/a3xx: fix 3d texture layout
Ilia Mirkin
2015-03-28
2
-7
/
+16
*
freedreno/a3xx: LAYERSZ2 appears to have no effect on arrays
Ilia Mirkin
2015-03-28
1
-2
/
+1
*
nir: Fix copy and pasted error message in nir_validate.
Kenneth Graunke
2015-03-28
1
-2
/
+1
*
i965/nir: Use NIR for ARB_vertex_program support on Gen8+.
Kenneth Graunke
2015-03-27
1
-4
/
+10
*
i965: Move env_var_as_boolean to intel_debug.c.
Kenneth Graunke
2015-03-27
3
-22
/
+29
*
i965/fs: Add ARB_fragment_program support to the NIR backend.
Kenneth Graunke
2015-03-27
2
-26
/
+51
*
nir: Lower subtraction to add with negation when !lower_negate.
Kenneth Graunke
2015-03-27
1
-0
/
+2
*
nir: Implement a Mesa IR -> NIR translator.
Kenneth Graunke
2015-03-27
5
-0
/
+1143
*
nir: Add builder helpers for MOVs with ALU sources and swizzling MOVs.
Kenneth Graunke
2015-03-27
1
-0
/
+44
*
nir: Add nir_builder helpers for creating load_const intrinsics.
Kenneth Graunke
2015-03-27
1
-0
/
+35
*
i965/skl: Don't use the PMA depth stall workaround
Ben Widawsky
2015-03-27
1
-1
/
+6
*
i965/skl: Disable partial resolve in VC
Ben Widawsky
2015-03-27
2
-0
/
+11
*
llvmpipe: simplify address calculation for 4x4 blocks
Roland Scheidegger
2015-03-28
4
-76
/
+35
*
gallivm: fix texture function name (key) when using txf/ld
Roland Scheidegger
2015-03-28
1
-2
/
+5
*
glsl: mark uniform and input interface blocks as read only
Timothy Arceri
2015-03-28
1
-0
/
+6
*
nv50/ir/gk110: fix offset flag position for TXD opcode
Ilia Mirkin
2015-03-27
1
-0
/
+1
*
nv50/ir: take postFactor into account when doing peephole optimizations
Ilia Mirkin
2015-03-27
1
-4
/
+8
*
gallivm: Fix build since llvm r233411
Jan Vesely
2015-03-27
1
-0
/
+4
*
nir: Add optional lowering of flrp.
Eric Anholt
2015-03-27
2
-0
/
+2
*
gallivm: use llvm function calls for texturing instead of inlining
Roland Scheidegger
2015-03-27
2
-26
/
+438
*
gallivm: pass jit_context pointer through to sampling
Roland Scheidegger
2015-03-27
11
-112
/
+171
*
gallium/vl: partially revert "Use util_cpu_to_le{16,32} in many more places."
Christian König
2015-03-27
1
-1
/
+5
*
tgsi: fix out-of-bounds access for cube arrays
Ilia Mirkin
2015-03-26
1
-1
/
+1
*
st/mesa: initialize have_fma in constructor
Ilia Mirkin
2015-03-26
1
-0
/
+1
*
gallium/util: remove u_linkage
Ilia Mirkin
2015-03-26
5
-220
/
+0
*
gallium/hud: avoid overflowing hud graph name size
Ilia Mirkin
2015-03-26
1
-1
/
+2
*
st/mesa: update arrays when the current attrib has been updated
Ilia Mirkin
2015-03-26
1
-1
/
+1
*
st_glsl_to_tgsi: only do mov copy propagation on temps (v2)
Dave Airlie
2015-03-26
1
-0
/
+1
*
i965: Drop unnecessary brw->gen >= 8 check from scalar VS code.
Kenneth Graunke
2015-03-25
1
-1
/
+1
*
i965/fs: Implement texture projection support.
Kenneth Graunke
2015-03-25
1
-1
/
+10
*
i965/fs: Rename offset to tex_offset to avoid shadowing offset().
Kenneth Graunke
2015-03-25
1
-4
/
+4
*
nir: Add glsl_float_type() wrapper.
Kenneth Graunke
2015-03-25
2
-0
/
+7
*
glsl: Use INFINITY instead of std::numeric_limits<float>::infinity().
Matt Turner
2015-03-25
2
-4
/
+4
*
automake: add missing egl files to the tarball
Emil Velikov
2015-03-25
2
-1
/
+6
*
glsl: Constify ir_instruction::equals
Ian Romanick
2015-03-25
2
-15
/
+26
*
glsl: Constify the as_foo functions
Ian Romanick
2015-03-25
1
-0
/
+10
*
glsl: Implement remaining as_foo functions with macros
Ian Romanick
2015-03-25
1
-31
/
+9
*
glsl: Add is_rvalue, is_dereference, and is_jump methods
Ian Romanick
2015-03-25
1
-0
/
+25
*
util/u_atomic: Ignore warnings interlocked accesses.
Jose Fonseca
2015-03-25
1
-0
/
+5
*
scons: Disable MSVC warnings about inconsistent function annotation.
Jose Fonseca
2015-03-25
1
-0
/
+1
*
mesa: Avoid MSVC C6334 warning in /analyze mode.
Jose Fonseca
2015-03-25
1
-0
/
+7
*
c99_math: Don't reimplement lrint and friends on MSVC 2013.
Jose Fonseca
2015-03-25
1
-1
/
+2
*
scons: Don't build osmesa.
Jose Fonseca
2015-03-25
3
-56
/
+0
*
scons: Don't build loader on Windows.
Jose Fonseca
2015-03-25
2
-2
/
+2
*
scons: Don't build egl on Windows.
Jose Fonseca
2015-03-25
3
-12
/
+2
*
scons: Fix git_sha1.h generation fallback.
Jose Fonseca
2015-03-25
1
-3
/
+4
*
docs: Update progress on ARB_direct_state_access.
Martin Peres
2015-03-25
1
-5
/
+5
*
main: Added entry points for NamedRenderbufferStorage/Multisample
Martin Peres
2015-03-25
4
-41
/
+142
*
main: Added entry point for glGetNamedRenderbufferParameteriv
Martin Peres
2015-03-25
4
-18
/
+56
*
main: Added entry point for glCreateRenderbuffers
Martin Peres
2015-03-25
4
-18
/
+65
[next]