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
*
ilo: move BOs from ilo_texture to ilo_image
Chia-I Wu
2015-05-02
7
-39
/
+63
*
ilo: move ilo_layout.[ch] to core as ilo_image.[ch]
Chia-I Wu
2015-05-02
11
-487
/
+489
*
ilo: add ilo_format.[ch] to core
Chia-I Wu
2015-05-02
8
-169
/
+184
*
ilo: add ilo_fence.h to core
Chia-I Wu
2015-05-02
5
-58
/
+113
*
ilo: add ilo_dev_init() to core
Chia-I Wu
2015-05-02
4
-146
/
+195
*
ilo: rename ilo_dev_info to ilo_dev
Chia-I Wu
2015-05-02
25
-141
/
+141
*
ilo: move intel_winsys to ilo_dev_info
Chia-I Wu
2015-05-02
5
-13
/
+15
*
ilo: add ilo_dev.h to core
Chia-I Wu
2015-05-02
3
-38
/
+73
*
ilo: add ilo_debug.[ch] to core
Chia-I Wu
2015-05-02
5
-85
/
+158
*
ilo: add ilo_core.h to core
Chia-I Wu
2015-05-02
3
-14
/
+48
*
ilo: move intel_winsys.h to core
Chia-I Wu
2015-05-02
20
-19
/
+19
*
st/dri: implement the fence interface for CL events
Marek Olšák
2015-04-30
3
-1
/
+81
*
gallium,clover: add OpenCL interoperability support for CL events
Marek Olšák
2015-04-30
5
-0
/
+114
*
st/dri: implement the fence interface
Marek Olšák
2015-04-30
1
-0
/
+80
*
nvc0/ir: fix predicated PFETCH for real
Ilia Mirkin
2015-04-30
2
-2
/
+2
*
nv50/ir: fix asFlow() const helper for OP_JOIN
Ilia Mirkin
2015-04-29
1
-1
/
+1
*
nvc0/ir: fix predicated PFETCH emission
Ilia Mirkin
2015-04-29
2
-2
/
+6
*
gk110/ir: fix set with a register dest to not auto-set the abs flag
Ilia Mirkin
2015-04-29
1
-1
/
+1
*
winsys/radeon: add a private interface for radeon_surface
Marek Olšák
2015-04-29
17
-47
/
+286
*
winsys/radeon: move radeon_winsys.h to drivers/radeon
Marek Olšák
2015-04-29
19
-21
/
+16
*
clover: remove util/compat
EdB
2015-04-29
12
-367
/
+56
*
r300: do not link against libdrm_intel
Emil Velikov
2015-04-29
1
-1
/
+1
*
clover: make module::symbol::name a string
EdB
2015-04-29
3
-4
/
+24
*
clover: remove compat::string
EdB
2015-04-29
7
-129
/
+26
*
clover: remove compat classes that match std one
EdB
2015-04-29
6
-70
/
+6
*
clover: compile all sources with c++11
EdB
2015-04-29
1
-1
/
+2
*
st/nine: Remove Managed texture hack.
Axel Davy
2015-04-29
1
-3
/
+4
*
st/nine: Enforce LOD 0 for D3DUSAGE_AUTOGENMIPMAP
Axel Davy
2015-04-29
2
-3
/
+10
*
st/nine: Some D3DUSAGE_AUTOGENMIPMAP fixes
Axel Davy
2015-04-29
3
-2
/
+17
*
st/nine: util_gen_mipmap doesn't need we reset states.
Axel Davy
2015-04-29
1
-2
/
+0
*
st/nine: D3DUSAGE_AUTOGENMIPMAP is forbidden for volumes
Axel Davy
2015-04-29
2
-16
/
+1
*
st/nine: Fix NineBaseTexture9_PreLoad
Axel Davy
2015-04-29
1
-1
/
+1
*
st/nine: Rewrite Managed texture uploads
Axel Davy
2015-04-29
1
-96
/
+125
*
st/nine: Bound the dirty regions to resource size
Axel Davy
2015-04-29
3
-0
/
+16
*
st/nine: Simplify Surface9 Managed resources implementation
Axel Davy
2015-04-29
4
-93
/
+53
*
st/nine: Remove impossible cases with Managed textures
Axel Davy
2015-04-29
2
-34
/
+8
*
st/nine: Encapsulate variables for MANAGED resource
Axel Davy
2015-04-29
10
-57
/
+60
*
st/nine: Rework texture data allocation
Axel Davy
2015-04-29
7
-37
/
+131
*
st/nine: Fix update_vertex_elements bad rebase
Axel Davy
2015-04-29
1
-3
/
+0
*
st/nine: Add debug warning when application uses sw processing
Axel Davy
2015-04-29
6
-7
/
+27
*
st/nine: Rework update_vertex_buffers
Axel Davy
2015-04-29
1
-11
/
+4
*
st/nine: Fix computation of const_used_size
Xavier Bouchoux
2015-04-29
1
-3
/
+6
*
gallium/svga: Remove useless ARRAY_SIZE declaration
Axel Davy
2015-04-29
1
-4
/
+0
*
util/macros: Move DIV_ROUND_UP to util/macros.h
Axel Davy
2015-04-29
1
-2
/
+0
*
st/nine: Fix behaviour of D3DUSAGE_QUERY_POSTPIXELSHADER_BLENDING
Xavier Bouchoux
2015-04-29
1
-1
/
+2
*
st/nine: Improve D3DQUERYTYPE_TIMESTAMP
Xavier Bouchoux
2015-04-29
1
-2
/
+7
*
st/nine: Fix D3DQUERYTYPE_TIMESTAMPFREQ query
Xavier Bouchoux
2015-04-29
1
-1
/
+9
*
st/nine: Change x86 FPU Control word on device creation
Tiziano Bacocco
2015-04-29
1
-0
/
+31
*
st/nine: Do not advertise D3DDEVCAPS_TEXTURESYSTEMMEMORY
Axel Davy
2015-04-29
2
-9
/
+3
*
st/nine: Fix comment in update_viewport
Axel Davy
2015-04-29
1
-3
/
+2
[next]