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
/
gallium
/
auxiliary
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: Add tgsi_to_nir to get a nir_shader for a TGSI shader.
Eric Anholt
2015-04-01
3
-0
/
+1454
*
gallivm: (trivial) fix the logic deciding if function call should be used...
Roland Scheidegger
2015-04-01
1
-3
/
+1
*
gallivm: do some hack heuristic to disable texture functions
Roland Scheidegger
2015-04-01
1
-0
/
+40
*
gallivm: implement TG4 for ARB_texture_gather
Roland Scheidegger
2015-03-31
2
-40
/
+133
*
gallivm: add gather support to sampler interface
Roland Scheidegger
2015-03-31
3
-21
/
+34
*
gallivm: simplify sampler interface
Roland Scheidegger
2015-03-31
5
-245
/
+211
*
util/debug: Update MgwHelp link, drop BfdHelp link.
Jose Fonseca
2015-03-31
1
-10
/
+2
*
gallivm: Fix build against LLVM 3.7 SVN r233648
Michel Dänzer
2015-03-31
1
-0
/
+5
*
gallivm: fix texture function name (key) when using txf/ld
Roland Scheidegger
2015-03-28
1
-2
/
+5
*
gallivm: Fix build since llvm r233411
Jan Vesely
2015-03-27
1
-0
/
+4
*
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
8
-94
/
+152
*
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
*
gallium/util: remove u_linkage
Ilia Mirkin
2015-03-26
3
-218
/
+0
*
gallium/hud: avoid overflowing hud graph name size
Ilia Mirkin
2015-03-26
1
-1
/
+2
*
gallium/util: Use HAVE___BUILTIN_FFS* macros.
Jonathan Gray
2015-03-24
1
-2
/
+16
*
vc4: Allow DRI3 on simulation, as well.
Eric Anholt
2015-03-24
1
-0
/
+5
*
gallivm: Use MCInstrInfo in the disassembler for querying instruction info
Tom Stellard
2015-03-23
1
-7
/
+1
*
gallivm: Silence unused variable warnings on release builds.
Jose Fonseca
2015-03-22
2
-0
/
+4
*
galahad: remove driver
Emil Velikov
2015-03-21
1
-8
/
+0
*
u_primconvert: add primitive restart support
Dave Airlie
2015-03-20
6
-86
/
+201
*
gallivm: remove unused 'builder' variable
Brian Paul
2015-03-19
1
-1
/
+0
*
gallivm: Use INFINITY directly.
Jose Fonseca
2015-03-18
1
-8
/
+1
*
gallivm: abort properly when running out of buffer space in lp_disassembly
Roland Scheidegger
2015-03-17
1
-4
/
+8
*
auxiliary/os: fix the android build - s/drm_munmap/os_munmap/
Emil Velikov
2015-03-16
1
-2
/
+2
*
tgsi: handle bitwise opcodes in tgsi_opcode_infer_type (v2)
Marek Olšák
2015-03-16
1
-0
/
+8
*
gallium: add FMA and DFMA opcodes (v3)
Marek Olšák
2015-03-16
4
-2
/
+5
*
util: convert slab macros to inline functions
Brian Paul
2015-03-13
1
-2
/
+11
*
gallivm: (trivial) Fix typo in comment introduced by 70dc8a
Alexandre Demers
2015-03-13
1
-1
/
+1
*
gallivm: Prevent double delete on LLVM 3.6
Jose Fonseca
2015-03-12
1
-0
/
+1
*
nouveau: Fix build, invalid extern "C" around header inclusion.
Mark Janes
2015-03-06
1
-0
/
+7
*
Fix invalid extern "C" around header inclusion.
Mark Janes
2015-03-05
1
-6
/
+5
*
gallivm: init MM = NULL to silence warning
Brian Paul
2015-03-04
1
-1
/
+1
*
scons: Use -Werror MSVC compatibility flags per-directory.
Jose Fonseca
2015-03-04
1
-0
/
+4
*
gallium/auxiliary/indices: fix start param
Marc-Andre Lureau
2015-03-04
1
-4
/
+4
*
tgsi/lowering: don't forget interp for BCOLOR inputs
Rob Clark
2015-03-03
1
-3
/
+7
*
configure: Leverage gcc warn options to enable safe use of C99 features where...
Jose Fonseca
2015-03-03
1
-2
/
+5
*
draw: fix division-by-zero for empty geometry shaders
Marek Olšák
2015-03-02
1
-2
/
+5
*
Revert "configure: Leverage gcc warn options to enable safe use of C99 featur...
Kenneth Graunke
2015-02-27
1
-5
/
+2
*
auxilary/os: correct sysctl use in os_get_total_physical_memory()
Jonathan Gray
2015-02-27
1
-2
/
+2
*
gallium/util: add debug_print_usage_enum() debug helper
Brian Paul
2015-02-27
2
-0
/
+22
*
gallium/util: fix 'statement with no effect' warning
Brian Paul
2015-02-27
1
-2
/
+2
*
configure: Leverage gcc warn options to enable safe use of C99 features where...
Jose Fonseca
2015-02-27
1
-2
/
+5
*
include,auxiliary: Remove support for MSVC older then 2008.
Jose Fonseca
2015-02-26
2
-28
/
+1
*
util: add debug_print_bind_flags() debug helper
Brian Paul
2015-02-26
2
-0
/
+36
*
mesa: move math-related function into new c99_math.h file
Brian Paul
2015-02-23
1
-1
/
+1
*
gallium: Use util_cpu_to_le{16,32} in many more places.
Matt Turner
2015-02-23
5
-390
/
+88
*
gallium/util: Use HAVE___BUILTIN_* macros.
Matt Turner
2015-02-23
1
-6
/
+5
*
mesa: Move C99 MSVC compatibility code from u_math.h to c99_compat.h.
Matt Turner
2015-02-23
1
-143
/
+0
[next]