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
*
winsys/radeon: remove parameter reloc from radeon_get_reloc
Marek Olšák
2014-04-17
2
-11
/
+8
*
util: Add __declspec(noreturn) to _debug_assert_fail().
José Fonseca
2014-04-17
1
-0
/
+3
*
auxiliary/os,auxiliary/util: Fix the `‘noreturn’ function does return` wa...
José Fonseca
2014-04-17
2
-5
/
+2
*
nouveau/vdec: small fixes to h264 handling
Maarten Lankhorst
2014-04-17
4
-24
/
+24
*
st/xa: Cache render target surface
Thomas Hellstrom
2014-04-17
1
-3
/
+15
*
st/xa: scissor to help tilers
Rob Clark
2014-04-17
4
-0
/
+48
*
st/xa: remove unneeded args
Rob Clark
2014-04-17
5
-12
/
+8
*
r600g: Disable LLVM by default at runtime for graphics
Michel Dänzer
2014-04-17
3
-5
/
+5
*
gallivm: fix compilation with llvm 3.5 r206241+
Roland Scheidegger
2014-04-16
1
-11
/
+20
*
r600g,radeonsi: share some of gfx flush code
Marek Olšák
2014-04-16
4
-82
/
+55
*
r600g,radeonsi: share r600_flush_from_st
Marek Olšák
2014-04-16
3
-34
/
+17
*
r600g: merge r600_flush with r600_context_flush
Marek Olšák
2014-04-16
3
-45
/
+33
*
radeonsi: merge si_flush with si_context_flush
Marek Olšák
2014-04-16
4
-38
/
+33
*
gallium/radeon: create and return a fence in the flush function
Marek Olšák
2014-04-16
20
-85
/
+99
*
r600g: remove redundant r600_flush_dma_from_winsys
Marek Olšák
2014-04-16
1
-8
/
+1
*
winsys/radeon: fold cs_set_flush_callback into cs_create
Marek Olšák
2014-04-16
8
-42
/
+26
*
radeonsi: cleanup redundant computation of flush flags and rename a function
Marek Olšák
2014-04-16
1
-8
/
+9
*
r600g: remove redundant r600_flush_from_winsys
Marek Olšák
2014-04-16
1
-8
/
+1
*
winsys/radeon: remove cs_write_reloc, add simpler cs_get_reloc
Marek Olšák
2014-04-16
4
-29
/
+23
*
winsys/radeon: consolidate hash table lookup
Marek Olšák
2014-04-16
2
-68
/
+49
*
util/u_debug: Add noreturn attribute to _debug_assert_fail().
José Fonseca
2014-04-16
1
-1
/
+5
*
r600g/radeonsi: Map transfer staging texture unsynchronized when possible
Michel Dänzer
2014-04-16
1
-0
/
+2
*
r600g/radeonsi: Use caching buffer manager for textures as well
Michel Dänzer
2014-04-15
1
-1
/
+1
*
ilo: remove GPE state size estimation
Chia-I Wu
2014-04-14
7
-326
/
+97
*
ilo: remove GPE command size estimation
Chia-I Wu
2014-04-14
6
-403
/
+87
*
ilo: remove unused headers
Chia-I Wu
2014-04-14
3
-566
/
+0
*
ilo: use only defines from genhw headers
Chia-I Wu
2014-04-14
7
-106
/
+87
*
ilo: scripted conversion to genhw headers
Chia-I Wu
2014-04-14
25
-1626
/
+1626
*
ilo: add genhw headers
Chia-I Wu
2014-04-14
22
-131
/
+3504
*
ilo: avoid brw_wm_barycentric_interp_mode in compiler
Chia-I Wu
2014-04-14
1
-17
/
+46
*
ilo: add TOY_OPCODE_DO
Chia-I Wu
2014-04-14
6
-7
/
+10
*
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
[next]