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
*
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
*
util: move pipe_prim_names array into u_prim_name()
Brian Paul
2015-02-23
1
-24
/
+21
*
util: rewrite debug_print_transfer_flags() using debug_dump_flags()
Brian Paul
2015-02-23
1
-28
/
+13
*
tgsi: avoid returning pointer to local var, make it static
Ilia Mirkin
2015-02-21
1
-1
/
+1
*
tgsi: fix type-mismatch warning
Marek Olšák
2015-02-21
1
-1
/
+1
*
gallivm: fix uninitialized-variable warnings
Marek Olšák
2015-02-21
2
-2
/
+2
*
gallium/util: Don't include unused debug functions from u_math.h
Eric Anholt
2015-02-20
1
-1
/
+0
*
gallium: add shader cap for dldexp/dfracexp support
Ilia Mirkin
2015-02-19
2
-0
/
+2
*
gallium: add a cap to enable double rounding opcodes
Ilia Mirkin
2015-02-19
2
-0
/
+3
*
gallium: add some more double opcodes to avoid unnecessary lowering
Ilia Mirkin
2015-02-19
1
-0
/
+5
*
softpipe/tgsi: expose doubles for softpipe.
Dave Airlie
2015-02-20
1
-1
/
+1
*
tgsi: add support for flt64 constants
Dave Airlie
2015-02-20
7
-6
/
+112
*
gallium: add double opcodes and TGSI execution (v4.2)
Dave Airlie
2015-02-20
2
-16
/
+772
*
gallium/util: indentation fix
Brian Paul
2015-02-19
1
-3
/
+3
*
gallium: add ETC2 format support
Ilia Mirkin
2015-02-18
6
-114
/
+93
*
auxiliary/vl: honour the DRI2PROTO_CFLAGS
Emil Velikov
2015-02-18
1
-0
/
+1
*
auxiliary/vl: Build vl_winsys_dri.c only when needed.
Emil Velikov
2015-02-18
1
-0
/
+4
*
os,llvmpipe: Set rasterizer thread names on Linux.
Jose Fonseca
2015-02-13
1
-0
/
+11
*
auxiliary/vl: bring back the VL code for the dri targets
Emil Velikov
2015-02-12
2
-5
/
+19
*
gallium/hud: also try R8_UNORM format for font texture
10.5-branchpoint
Brian Paul
2015-02-07
1
-9
/
+15
*
gallium/hud: flush stdout in print_help(), for Windows
Brian Paul
2015-02-07
1
-0
/
+1
*
postprocess: Check for depth buffer in pp_jimenezmlaa
Park, Jeongmin
2015-02-07
1
-0
/
+3
*
tgsi/ureg: Add missing some missing opcodes opcode_tmp.h
Eric Anholt
2015-02-06
1
-0
/
+4
*
tgsi/ureg: Move ureg_dst_register() to the header.
Eric Anholt
2015-02-06
2
-28
/
+25
*
gallium/u_tests: test a NULL buffer sampler view
Marek Olšák
2015-02-06
2
-13
/
+42
*
gallium/u_tests: test a NULL constant buffer
Marek Olšák
2015-02-06
1
-0
/
+57
*
gallium/u_tests: test a NULL texture sampler view
Marek Olšák
2015-02-06
1
-17
/
+85
*
gallium/u_tests: restructure the only test, refactor out reusable code
Marek Olšák
2015-02-06
1
-31
/
+79
*
gallium: run gallium tests if GALLIUM_TESTS=1 is set
Marek Olšák
2015-02-06
3
-3
/
+14
*
gallium/util: Don't implement u_bit_scan64 on MSVC.
Jose Fonseca
2015-02-04
1
-0
/
+2
*
gallium/util: Define ffsll on MinGW.
Jose Fonseca
2015-02-04
1
-0
/
+1
*
gallium/u_pstipple: add ability to specify a fixed texture unit
Marek Olšák
2015-02-04
2
-8
/
+20
*
gallium/util: add u_bit_scan64
Marek Olšák
2015-02-04
1
-0
/
+7
*
tgsi: add tgsi_get_processor_type helper from radeon
Marek Olšák
2015-02-04
2
-0
/
+14
*
gallium/util: Don't use __builtin_clrsb in util_last_bit().
Matt Turner
2015-02-03
1
-4
/
+0
[next]