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
/
drivers
/
ilo
Commit message (
Expand
)
Author
Age
Files
Lines
*
ilo: add array_size and level_count to ilo_image
Chia-I Wu
2015-06-14
2
-0
/
+6
*
ilo: add pipe_texture_target to ilo_image
Chia-I Wu
2015-06-14
6
-23
/
+18
*
ilo: fix "Render Cache Read Write Mode"
Chia-I Wu
2015-06-14
5
-28
/
+12
*
ilo: avoid resource owning in core
Chia-I Wu
2015-06-14
7
-142
/
+27
*
ilo: assert core objects are zero-initialized
Chia-I Wu
2015-06-14
6
-2
/
+29
*
gallium: remove TGSI_SAT_MINUS_PLUS_ONE
Marek Olšák
2015-05-20
1
-3
/
+0
*
gallium: add PIPE_CAP_DEVICE_RESET_STATUS_QUERY
Marek Olšák
2015-05-12
1
-0
/
+1
*
util: Move gallium's linked list to util
Jason Ekstrand
2015-05-08
1
-1
/
+1
*
ilo: silence a compiler warning
Chia-I Wu
2015-05-06
1
-1
/
+1
*
gallium: make pipe_context::begin_query return a boolean
Samuel Pitoiset
2015-05-06
1
-1
/
+2
*
ilo: use ilo_image exclusively in core
Chia-I Wu
2015-05-02
4
-139
/
+149
*
ilo: add ilo_image_can_enable_aux()
Chia-I Wu
2015-05-02
9
-50
/
+27
*
ilo: make ilo_image more self-contained
Chia-I Wu
2015-05-02
2
-9
/
+21
*
ilo: add ilo_image_init_for_imported()
Chia-I Wu
2015-05-02
3
-60
/
+66
*
ilo: prepare for image init for imported bo
Chia-I Wu
2015-05-02
1
-120
/
+129
*
ilo: constify ilo_image_params
Chia-I Wu
2015-05-02
1
-11
/
+11
*
ilo: improve readability of ilo_image
Chia-I Wu
2015-05-02
6
-111
/
+127
*
ilo: move command builder to core
Chia-I Wu
2015-05-02
23
-61
/
+74
*
ilo: move ilo_state_3d* to core
Chia-I Wu
2015-05-02
9
-276
/
+274
*
ilo: add ilo_buffer.h to core
Chia-I Wu
2015-05-02
5
-90
/
+138
*
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
19
-18
/
+18
*
ilo: remove unused include from Android.mk
Emil Velikov
2015-04-22
1
-3
/
+0
*
gallium: implement get_device_vendor() for existing drivers
Giuseppe Bilotta
2015-03-23
1
-0
/
+7
*
ilo: clarify valid and preferred tilings
Chia-I Wu
2015-03-07
2
-15
/
+29
*
ilo: clean up Gen6 WAs
Chia-I Wu
2015-03-07
1
-34
/
+62
*
ilo: add generic ilo_render_3dprimitive()
Chia-I Wu
2015-03-07
4
-53
/
+29
*
ilo: add generic ilo_render_pipe_control()
Chia-I Wu
2015-03-07
5
-101
/
+56
*
ilo: fix padding of linear sampler views
Chia-I Wu
2015-03-07
1
-4
/
+2
*
ilo: do not check for interleaved_samples
Chia-I Wu
2015-03-07
1
-2
/
+1
*
ilo: enable L3 cache in MOCS
Chia-I Wu
2015-03-06
5
-17
/
+85
*
ilo: track if a ilo_view_surface is a scanout
Chia-I Wu
2015-03-06
2
-16
/
+16
*
ilo: clean up SURFACE_STATE and BINDING_TABLE_STATE
Chia-I Wu
2015-03-06
2
-21
/
+35
*
ilo: add more convenient intel_bo_{ref,unref}()
Chia-I Wu
2015-03-06
7
-42
/
+26
*
ilo: add intel_bo_set_tiling()
Chia-I Wu
2015-03-06
5
-41
/
+38
*
ilo: replace intel_tiling_mode by gen_surface_tiling
Chia-I Wu
2015-03-06
10
-136
/
+167
*
ilo: update genhw headers
Chia-I Wu
2015-03-06
7
-782
/
+986
*
ilo: improve WA handling in rectlist path
Chia-I Wu
2015-03-04
4
-38
/
+60
*
ilo: clean up Gen7.5 WAs
Chia-I Wu
2015-03-04
2
-51
/
+43
*
ilo: add ILO_DEBUG=hang
Chia-I Wu
2015-03-05
5
-4
/
+45
*
ilo: add some more winsys functions
Chia-I Wu
2015-03-04
1
-1
/
+29
[next]