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
/
gallium
/
auxiliary
Commit message (
Expand
)
Author
Age
Files
Lines
*
wgl: Disable CRT message boxes when Windows system error messages boxes are d...
José Fonseca
2014-06-04
2
-0
/
+41
*
gallium: create TGSI_PROPERTY to disable viewport and clipping
Christoph Bumiller
2014-06-02
3
-0
/
+21
*
util: Do not use __builtin_clrsb with Intel C++ Compiler.
Vinson Lee
2014-05-30
1
-1
/
+1
*
gallivm: Disable workaround for PR12833 on LLVM 3.2+.
José Fonseca
2014-05-23
1
-2
/
+2
*
gallivm: Support MCJIT on Windows.
José Fonseca
2014-05-23
1
-0
/
+9
*
tgsi: add GS_INVOCATIONS to property names array
Ilia Mirkin
2014-05-21
1
-1
/
+2
*
llvmpipe: do IR counting for shader cache management after optimization.
Roland Scheidegger
2014-05-19
2
-2
/
+20
*
gallivm: (trivial) fix compilation with llvm 3.1, 3.2
Roland Scheidegger
2014-05-17
1
-0
/
+4
*
gallivm: print out how long it takes to optimize shader IR.
Roland Scheidegger
2014-05-16
3
-1
/
+31
*
gallivm: give more verbose names to modules
Roland Scheidegger
2014-05-16
3
-10
/
+17
*
gallivm: remove optimization workaround when not having sse 4.1
Roland Scheidegger
2014-05-16
1
-8
/
+1
*
gallivm: remove workaround for reversing optimization pass order.
Roland Scheidegger
2014-05-16
1
-13
/
+2
*
draw: better llvm names for shaders for debugging.
Roland Scheidegger
2014-05-15
1
-6
/
+12
*
gallivm: only fetch pointers to constant buffers once
Roland Scheidegger
2014-05-14
2
-37
/
+65
*
gallivm: fix output stream flushing in error case for disassembly.
Roland Scheidegger
2014-05-14
1
-0
/
+5
*
tgsi: support parsing texture offsets from text tgsi shaders
Ilia Mirkin
2014-05-14
1
-5
/
+48
*
gallivm: Remove lp_func_delete_body.
José Fonseca
2014-05-14
3
-15
/
+0
*
gallivm: Remove gallivm_free_function.
José Fonseca
2014-05-14
2
-23
/
+0
*
draw: Delete unneeded LLVM stuff earlier.
Frank Henigman
2014-05-14
1
-15
/
+4
*
gallivm: Separate freeing LLVM intermediate data from freeing final code.
Frank Henigman
2014-05-14
2
-7
/
+22
*
gallivm: One code memory pool with deferred free.
Frank Henigman
2014-05-14
4
-1
/
+283
*
gallivm: Run passes per module, not per function.
José Fonseca
2014-05-14
1
-28
/
+19
*
gallivm: Use LLVM global context.
José Fonseca
2014-05-14
1
-23
/
+17
*
gallivm: Stop using module providers.
José Fonseca
2014-05-14
2
-27
/
+7
*
gallivm,draw,llvmpipe: Remove support for versions of LLVM prior to 3.1.
José Fonseca
2014-05-14
14
-520
/
+20
*
pipe-loader: Don't destroy the winsys in the sw loader
Tom Stellard
2014-05-09
1
-3
/
+0
*
draw: do not use draw_get_option_use_llvm() inside draw execution paths
Roland Scheidegger
2014-05-08
5
-12
/
+12
*
tgsi: add missing switch cases in tgsi_exec_get_shader_param()
Brian Paul
2014-05-07
1
-2
/
+8
*
gallivm: add PIPE_SHADER_CAP_PREFERRED_IR switch case, remove default
Brian Paul
2014-05-07
1
-2
/
+6
*
util: Don't attempt to redefine INFINITY/NAN on VS 2013.
José Fonseca
2014-05-02
1
-0
/
+5
*
draw: Prevent signed/unsigned comparisons.
José Fonseca
2014-05-02
1
-1
/
+1
*
util/u_debug_flush: Use util_snprintf.
José Fonseca
2014-05-02
1
-2
/
+3
*
gallivm: fix 2 leaks in disassembly code
Roland Scheidegger
2014-05-01
1
-4
/
+5
*
translate_sse: Use the correct buffer index in this fast path.
Andreas Hartmetz
2014-04-29
1
-1
/
+3
*
tgsi: add tgsi_exec support for new bit manipulation opcodes
Ilia Mirkin
2014-04-28
1
-0
/
+172
*
gallium/util: add helpers for bitfield manipulation
Ilia Mirkin
2014-04-28
1
-0
/
+31
*
gallium: add new opcodes for ARB_gs5 bit manipulation support
Ilia Mirkin
2014-04-28
1
-0
/
+8
*
util: Fix cross-compiles between endiannesses
Richard Sandiford
2014-04-28
2
-32
/
+46
*
util: Split out channel-parsing Python code
Richard Sandiford
2014-04-28
1
-46
/
+50
*
util: Split out channel-printing Python code
Richard Sandiford
2014-04-28
2
-41
/
+69
*
util: Turn inv_swizzle into a global function
Richard Sandiford
2014-04-28
2
-11
/
+11
*
util: Add more query methods to u_format_parse.Format
Richard Sandiford
2014-04-28
3
-36
/
+51
*
gallium: add GS_INVOCATIONS property
Ilia Mirkin
2014-04-26
1
-0
/
+9
*
gallium: add INVOCATIONID semantic
Ilia Mirkin
2014-04-26
1
-1
/
+2
*
mesa/st: add support for ARB_sample_shading
Ilia Mirkin
2014-04-26
5
-0
/
+32
*
gallium: add basic support for ARB_sample_shading
Ilia Mirkin
2014-04-26
1
-1
/
+4
*
pipe-loader: conditionally build and use pipe_loader_sw_probe_dri
Emil Velikov
2014-04-25
2
-0
/
+6
*
gallium/util: use ui[4] instead of ui in union util_color
Roland Scheidegger
2014-04-25
2
-20
/
+20
*
draw/llvm: reduce memory usage
Zack Rusin
2014-04-24
5
-20
/
+27
*
gallivm: Fix wrong operator in lp_exec_default.
José Fonseca
2014-04-24
1
-1
/
+1
[next]