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
*
u_vbuf: simple whitespace fix
Brian Paul
2014-09-10
1
-1
/
+2
*
pipe-loader: Include unistd.h in pipe_loader_drm.c for close function.
Vinson Lee
2014-09-10
1
-0
/
+1
*
automake: remove obsolete NEED_GALLIUM_LOADER
Emil Velikov
2014-09-09
3
-8
/
+5
*
gallivm: (trivial) don't try to use rcp when the division 1/x is integer
Roland Scheidegger
2014-09-09
1
-1
/
+1
*
gallivm: (trivial) fix min / max variable names
Roland Scheidegger
2014-09-09
1
-8
/
+8
*
gallivm: Fix Altivec pack intrinsics for little-endian
Ulrich Weigand
2014-09-06
1
-5
/
+21
*
configure.ac: Add AC_SYS_LARGEFILE
Michel Dänzer
2014-09-05
1
-4
/
+9
*
gallivm: Fix build against LLVM SVN >= r216982
Michel Dänzer
2014-09-03
2
-0
/
+11
*
u_primconvert: Use u_upload_mgr for our little IB allocations.
Eric Anholt
2014-09-02
1
-11
/
+9
*
u_primconvert: Shut up compiler warning.
Eric Anholt
2014-09-02
1
-1
/
+1
*
u_blitter: Create all shaders on demand
Michel Dänzer
2014-09-02
1
-43
/
+104
*
gallium/pb_bufmgr_cache: limit the size of cache
Marek Olšák
2014-09-01
2
-3
/
+20
*
pipe-loader: use the correct screen index
Marek Olšák
2014-09-01
1
-2
/
+18
*
gallivm: fix somewhat broken NaN behavior for exp2
Roland Scheidegger
2014-08-30
2
-13
/
+25
*
gallivm: handle cube map arrays for texture sampling
Roland Scheidegger
2014-08-30
5
-44
/
+107
*
draw: kill off bogus assertion in tgsi_fetch_gs_outputs
Roland Scheidegger
2014-08-30
1
-3
/
+2
*
tgsi: (trivial) fix handling msaa resources on TXF
Roland Scheidegger
2014-08-30
1
-1
/
+4
*
draw: remove fishy num_samplers/num_sampler_views check in llvm path
Roland Scheidegger
2014-08-30
1
-5
/
+1
*
u_vbuf: Make sure all caps are initialized
Michel Dänzer
2014-08-29
1
-24
/
+16
*
gallium/ilo: cleanup intel_winsys.h
Emil Velikov
2014-08-28
1
-1
/
+1
*
draw: fix base instance handling in llvm path
Roland Scheidegger
2014-08-28
3
-10
/
+18
*
vl/compositor: set the scissor before clearing the render target
Christian König
2014-08-26
1
-1
/
+1
*
u_vbuf: Add a few more format fallbacks.
Eric Anholt
2014-08-24
1
-0
/
+32
*
u_vbuf: Simplify the format fallback translation.
Eric Anholt
2014-08-24
3
-117
/
+87
*
auxilary/os: Add Solaris support in os_get_total_physical_memory.
Vinson Lee
2014-08-22
1
-2
/
+2
*
pipe-loader: Fix memory leak v2
Tom Stellard
2014-08-21
2
-2
/
+2
*
Teach os_get_total_physical_memory about Cygwin
Jon TURNEY
2014-08-20
1
-2
/
+2
*
gallivm: Fix build with LLVM >= 3.6 r215967.
Vinson Lee
2014-08-20
1
-0
/
+4
*
gallium/aux: Fill in Haiku get process name code
Alexander von Gluck IV
2014-08-19
1
-0
/
+7
*
gallium/u_blitter: don't use an empty fragment shader if there's a colorbuffer
Marek Olšák
2014-08-19
1
-1
/
+1
*
gallium/util: handle PIPE_BUFFER in util_pipe_tex_to_tgsi_tex
Marek Olšák
2014-08-19
1
-0
/
+3
*
util: whitespace and formatting fixes in u_math.h
Brian Paul
2014-08-16
1
-17
/
+23
*
Revert "hud: don't overrun malloced arrays"
Dave Airlie
2014-08-16
1
-1
/
+0
*
auxiliary/os: introduce os_get_total_physical_memory helper function
Emil Velikov
2014-08-15
2
-0
/
+71
*
gallium: add opcodes/cap for fine derivative support
Ilia Mirkin
2014-08-14
2
-2
/
+4
*
hud: don't overrun malloced arrays
Dave Airlie
2014-08-14
1
-0
/
+1
*
android: gallium/auxiliary: drop log2/log2f redefitions
Emil Velikov
2014-08-13
1
-22
/
+0
*
gallium: add basic support for BPTC formats
Ilia Mirkin
2014-08-12
8
-3
/
+160
*
mesa/st: add support for dynamic sampler offsets
Ilia Mirkin
2014-08-12
1
-1
/
+1
*
gallium: remove PIPE_SHADER_CAP_MAX_ADDRS
Marek Olšák
2014-08-11
3
-7
/
+0
*
u_primconvert: Copy min/max_index from the original primitive.
Eric Anholt
2014-08-08
1
-4
/
+2
*
vc4: Initial skeleton driver import.
Eric Anholt
2014-08-08
1
-0
/
+56
*
draw: (trivial) use information about gs being present from variant key
Roland Scheidegger
2014-08-09
1
-5
/
+4
*
draw: don't use clipvertex output if user plane clipping is disabled
Roland Scheidegger
2014-08-09
1
-2
/
+2
*
gallivm: Handle MSAA textures in emit_fetch_texels
Darius Goad
2014-08-08
1
-2
/
+7
*
draw: hack around weird primitive id input in gs
Roland Scheidegger
2014-08-08
3
-5
/
+21
*
draw: fix prim id float cast for non-llvm path
Roland Scheidegger
2014-08-08
1
-8
/
+4
*
draw: fix clipvertex trouble if position comes from gs
Roland Scheidegger
2014-08-06
1
-1
/
+5
*
draw: don't run pipeline stages when gs has no position output
Roland Scheidegger
2014-08-06
2
-1
/
+5
*
gallivm: Fix build with latest LLVM
Jan Vesely
2014-08-05
1
-0
/
+8
[next]