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
...
*
gallium/upload_mgr: remove useless variable "size"
Marek Olšák
2014-02-25
1
-6
/
+4
*
gallium/upload_mgr: don't unmap buffers if persistent mappings are supported
Marek Olšák
2014-02-25
1
-14
/
+51
*
gallium: add texture gather support to gallium (v3)
Dave Airlie
2014-02-25
1
-0
/
+1
*
util: Add util_cpu_to_le* helpers
Tom Stellard
2014-02-24
1
-0
/
+3
*
util: Add util_bswap64() v3
Tom Stellard
2014-02-24
1
-0
/
+16
*
configure.ac: Use AX_GCC_BUILTIN to check availability of __builtin_bswap32 v2
Tom Stellard
2014-02-24
1
-1
/
+2
*
pipe-loader: wrap pipe_loader_sw_probe_xlib within HAVE_PIPE_LOADER_XLIB
Emil Velikov
2014-02-24
3
-7
/
+6
*
pipe-loader: introduce pipe_loader_sw_probe_null helper function
Emil Velikov
2014-02-22
2
-0
/
+31
*
pipe-loader: introduce pipe_loader_sw_probe_dri helper
Emil Velikov
2014-02-22
2
-0
/
+36
*
pipe-loader: introduce pipe_loader_sw_probe_xlib helper
Emil Velikov
2014-02-22
3
-3
/
+45
*
pipe-loader: use bool type for pipe_loader_drm_probe_fd()
Emil Velikov
2014-02-22
2
-5
/
+5
*
winsys/xlib: move xlib_create_sw_winsys within the winsys
Emil Velikov
2014-02-22
1
-1
/
+1
*
pipe-loader: handle memory allocation failure
Emil Velikov
2014-02-22
2
-0
/
+4
*
pipe-loader: build pipe_loader_drm_x_auth whenever HAVE_PIPE_LOADER_XCB is de...
Emil Velikov
2014-02-22
1
-1
/
+1
*
pipe-loader: destroy sw_winsys on sw_release
Emil Velikov
2014-02-22
1
-0
/
+3
*
vl/winsys_dri: cleanup vl_screen_create error path
Emil Velikov
2014-02-22
1
-13
/
+19
*
tgsi_ureg: add property_gs_invocations
Jordan Justen
2014-02-20
2
-0
/
+11
*
gallivm: add smallfloat to float conversion not relying on cpu denorm handling
Roland Scheidegger
2014-02-20
1
-20
/
+65
*
pipe-loader: split out "client" version
Rob Clark
2014-02-16
1
-4
/
+19
*
gallium/pipebuffer: change pb_cache_manager_create() size_factor to float
Brian Paul
2014-02-14
2
-6
/
+6
*
gallium/util: Add flush/map debug utility code
Thomas Hellstrom
2014-02-14
3
-0
/
+530
*
gallium/pipebuffer: Add a cache buffer manager bypass mask
Thomas Hellstrom
2014-02-14
2
-4
/
+22
*
pipebuffer, winsys: Add a size match parameter to the cached buffer manager
Thomas Hellstrom
2014-02-14
2
-3
/
+7
*
vl: add motion adaptive deinterlacer
Grigori Goronzy
2014-02-14
3
-1
/
+569
*
pipe-loader: Add support for render nodes v2
Tom Stellard
2014-02-13
1
-3
/
+77
*
pipe-loader: Add auth_x parameter to pipe_loader_drm_probe_fd()
Tom Stellard
2014-02-13
2
-4
/
+10
*
gallium/vl: remove remaining softpipe video functions
Christian König
2014-02-13
2
-173
/
+1
*
auxiliary/pipe-loader: automake: avoid exporting all symbols
Emil Velikov
2014-02-11
1
-0
/
+1
*
pipe-loader: drop obsolete libudev.h include
Emil Velikov
2014-02-11
1
-1
/
+0
*
vl: add H264 encoding interface
Christian König
2014-02-11
1
-1
/
+1
*
gallium/tgsi: correct typo propagated from NV_vertex_program1_1
Erik Faye-Lund
2014-02-07
1
-2
/
+2
*
gallium/tgsi: use CLAMP instead of open-coded clamps
Erik Faye-Lund
2014-02-07
1
-22
/
+4
*
gallium: remove PIPE_USAGE_STATIC
Marek Olšák
2014-02-06
9
-15
/
+15
*
vl/rbsp: add H.264 RBSP implementation
Christian König
2014-02-06
1
-0
/
+164
*
vl/vlc: add function to limit the vlc size
Christian König
2014-02-06
1
-12
/
+41
*
vl/vlc: add remove bits function
Christian König
2014-02-06
1
-0
/
+12
*
tgsi/ureg: increase the number of immediates
Zack Rusin
2014-02-05
1
-1
/
+1
*
gallivm: make sure analysis works with large number of immediates
Zack Rusin
2014-02-05
1
-8
/
+9
*
gallivm: handle huge number of immediates
Zack Rusin
2014-02-05
4
-44
/
+86
*
gallivm: allow large numbers of temporaries
Zack Rusin
2014-02-05
4
-5
/
+20
*
gallivm: fix F2U opcode
Roland Scheidegger
2014-02-05
1
-20
/
+22
*
draw: fix incorrect color of flat-shaded clipped lines
Brian Paul
2014-02-03
1
-1
/
+12
*
gallium/auxiliary/indices: replace free() with FREE()
Brian Paul
2014-02-03
1
-1
/
+1
*
gallivm: fix opcode and function nesting
Zack Rusin
2014-02-03
2
-157
/
+317
*
gallivm: add a few const qualifiers
Brian Paul
2014-02-02
2
-4
/
+4
*
translate: reindent translate_sse.c
Brian Paul
2014-02-02
1
-472
/
+474
*
gallivm: Workaround http://llvm.org/PR18600
José Fonseca
2014-01-28
1
-2
/
+4
*
util/u_vbuf: correct map offset calculation for crazy offsets
Ilia Mirkin
2014-01-27
1
-1
/
+1
*
translate: deal with size overflows by casting to ptrdiff_t
Ilia Mirkin
2014-01-27
2
-3
/
+7
*
gallium/rtasm: handle mmap failures appropriately
Emil Velikov
2014-01-27
1
-3
/
+7
[prev]
[next]