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
Commit message (
Expand
)
Author
Age
Files
Lines
*
egl-static: fix build after recent radeon winsys changes
Simone Scanzoni
2014-04-13
1
-0
/
+4
*
draw: remove unused 'start' variable in draw_stats_clipper_primitives()
Brian Paul
2014-04-11
1
-5
/
+2
*
softpipe: fix shadow sampling
Heinrich Janzing
2014-04-11
1
-68
/
+51
*
softpipe: add PIPE_CAP_MIN/MAX_TEXTURE_GATHER_OFFSET query cases
Brian Paul
2014-04-11
1
-0
/
+3
*
egl-static: Fix missing radeon_surface.h includes.
José Fonseca
2014-04-11
1
-0
/
+16
*
gallium/radeon: fix missing winsys include in pipe-loader.
Knut Andre Tidemann
2014-04-11
4
-1
/
+4
*
st/omx/enc: separate input buffer private and task structure
Christian König
2014-04-11
2
-59
/
+127
*
radeon/vce: implement B-frame support
Christian König
2014-04-11
2
-22
/
+53
*
radeon/vce: add proper CPB backtrack
Christian König
2014-04-11
3
-23
/
+123
*
vl: add interface for H264 B-frame encoding
Christian König
2014-04-11
3
-6
/
+16
*
radeon/vce: remove RVCE_NUM_CPB_EXTRA_FRAMES
Christian König
2014-04-11
3
-4
/
+2
*
gallium: add a way to query min/max texture gather offsets
Ilia Mirkin
2014-04-10
13
-0
/
+30
*
winsys/radeon: fix a race condition in initialization of radeon_winsys::screen
Marek Olšák
2014-04-10
9
-114
/
+39
*
winsys/radeon: fix a race condition between winsys_create and winsys_destroy
Marek Olšák
2014-04-10
6
-24
/
+33
*
winsys/radeon: fix a race condition between 2 calls to radeon_winsys_create
Marek Olšák
2014-04-10
1
-3
/
+17
*
winsys/radeon: remove unused radeon_info variables, move backend_map
Marek Olšák
2014-04-10
4
-7
/
+9
*
winsys/radeon: unify radeon_bo::flink and radeon_bo::name
Marek Olšák
2014-04-10
2
-14
/
+10
*
winsys/radeon: remove definitions already present in radeon_drm.h
Marek Olšák
2014-04-10
4
-205
/
+5
*
winsys/radeon: handle squared micro tiling from GEM_GET_TILING
Marek Olšák
2014-04-10
1
-0
/
+2
*
gallium/u_gen_mipmap: rewrite using pipe->blit (v2)
Marek Olšák
2014-04-10
2
-493
/
+70
*
r600g: Don't leak bytecode on shader compile failure
Michel Dänzer
2014-04-10
1
-7
/
+12
*
build: force .so extension for the gallium dri modules
Emil Velikov
2014-04-09
1
-0
/
+1
*
Partially revert "st/xa: Fix advertized version number and try to avoid futur...
Emil Velikov
2014-04-09
1
-3
/
+3
*
freedreno/a3xx: assert() -> debug_assert()
Rob Clark
2014-04-09
1
-1
/
+1
*
svga: move LIST_INITHEAD(dirty_buffers) earlier in svga_context_create()
Brian Paul
2014-04-09
1
-2
/
+2
*
freedreno/a3xx/compiler: add CEIL
Rob Clark
2014-04-09
1
-0
/
+1
*
freedreno/a3xx/compiler: fix neg mov's
Rob Clark
2014-04-09
1
-20
/
+1
*
radeonsi: allow fast color clear and Hyper-Z with 1D-tiled surfaces on CIK
Marek Olšák
2014-04-09
1
-5
/
+5
*
r600g,radeonsi: add a bunch of useful queries for the HUD
Marek Olšák
2014-04-09
7
-5
/
+72
*
r600g,radeonsi: set correct initial domain for shared resources
Marek Olšák
2014-04-09
3
-23
/
+59
*
gallium/radeon: fix warnings
Marek Olšák
2014-04-09
3
-2
/
+3
*
freedreno/a3xx: deal with optimized tex instructions
Rob Clark
2014-04-08
7
-25
/
+41
*
st/omx/enc: cleanup omx/vid_enc.c
Leo Liu
2014-04-08
1
-102
/
+118
*
st/omx/enc: allocate input buffer private on demand
Christian König
2014-04-08
1
-82
/
+42
*
svga: replace sampler assertion with conditional
Brian Paul
2014-04-08
2
-5
/
+33
*
st/xa: Make sure unused samplers are set to NULL
Thomas Hellstrom
2014-04-07
1
-2
/
+3
*
st/xa: Bind destination before setting new state
Thomas Hellstrom
2014-04-07
1
-3
/
+3
*
nouveau: fix firmware check on nvd7/nvd9
Ilia Mirkin
2014-04-07
1
-3
/
+3
*
winsys/svga: Fix prime surface references also for guest-backed surfaces
Thomas Hellstrom
2014-04-07
3
-6
/
+81
*
winsys/svga: Update the vmwgfx_drm.h header to latest version from kernel
Thomas Hellstrom
2014-04-07
1
-1
/
+12
*
nvc0: add support for texture gather
Ilia Mirkin
2014-04-07
4
-5
/
+22
*
nvc0: enable texture query lod
Ilia Mirkin
2014-04-07
4
-1
/
+55
*
nv50: enable texture query lod
Ilia Mirkin
2014-04-07
6
-1
/
+34
*
gallium: add support for LODQ opcodes.
Dave Airlie
2014-04-07
17
-2
/
+32
*
automake: don't enable -Wl,--no-undefined on OpenBSD
Jonathan Gray
2014-04-05
8
-10
/
+10
*
targets/dri: move common libraries to GALLIUM_DRI_LIB_DEPS
Emil Velikov
2014-04-05
10
-18
/
+2
*
targets/omx: use GALLIUM_COMMON_LIB_DEPS
Emil Velikov
2014-04-05
1
-2
/
+2
*
targets/xvmc: use GALLIUM_COMMON_LIB_DEPS
Emil Velikov
2014-04-05
3
-3
/
+2
*
r600/omx: drop -lstdc++ hack
Emil Velikov
2014-04-05
1
-2
/
+1
*
drivers/nouveau: mention dummy.cpp to use g++ linker
Emil Velikov
2014-04-05
1
-1
/
+1
[next]