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
/
drivers
/
ilo
/
core
Commit message (
Expand
)
Author
Age
Files
Lines
*
ilo: embed ilo_state_sbe in ilo_shader
Chia-I Wu
2015-06-15
1
-132
/
+35
*
ilo: embed ilo_state_vf in ilo_ve_state
Chia-I Wu
2015-06-15
3
-248
/
+25
*
ilo: embed ilo_state_urb in ilo_state_vector
Chia-I Wu
2015-06-15
1
-219
/
+82
*
ilo: embed ilo_state_sol in ilo_shader
Chia-I Wu
2015-06-15
1
-116
/
+21
*
ilo: embed ilo_state_cc in ilo_blend_state
Chia-I Wu
2015-06-15
3
-891
/
+32
*
ilo: embed ilo_state_raster in ilo_rasterizer_state
Chia-I Wu
2015-06-15
3
-1006
/
+137
*
ilo: embed ilo_state_viewport in ilo_viewport_state
Chia-I Wu
2015-06-15
3
-324
/
+30
*
ilo: replace ilo_sampler_cso with ilo_state_sampler
Chia-I Wu
2015-06-15
3
-570
/
+20
*
ilo: replace ilo_view_surface with ilo_state_surface
Chia-I Wu
2015-06-15
4
-952
/
+32
*
ilo: replace ilo_zs_surface with ilo_state_zs
Chia-I Wu
2015-06-15
4
-451
/
+60
*
ilo: add ilo_state_ps
Chia-I Wu
2015-06-15
2
-0
/
+847
*
ilo: add ilo_state_{vs,hs,ds,gs}
Chia-I Wu
2015-06-15
2
-0
/
+917
*
ilo: add ilo_state_sbe
Chia-I Wu
2015-06-15
2
-0
/
+453
*
ilo: add ilo_state_vf
Chia-I Wu
2015-06-15
2
-0
/
+635
*
ilo: add ilo_state_urb
Chia-I Wu
2015-06-15
2
-0
/
+872
*
ilo: add ilo_state_sol
Chia-I Wu
2015-06-15
2
-0
/
+446
*
ilo: add ilo_state_cc
Chia-I Wu
2015-06-15
2
-0
/
+1089
*
ilo: add ilo_state_raster
Chia-I Wu
2015-06-15
2
-0
/
+1260
*
ilo: add ilo_state_viewport
Chia-I Wu
2015-06-14
2
-0
/
+510
*
ilo: add ilo_state_sampler
Chia-I Wu
2015-06-14
2
-0
/
+845
*
ilo: add ilo_state_surface
Chia-I Wu
2015-06-14
2
-0
/
+1295
*
ilo: add ilo_state_zs
Chia-I Wu
2015-06-14
2
-0
/
+820
*
ilo: update genhw headers
Chia-I Wu
2015-06-14
4
-88
/
+90
*
ilo: add ilo_image_disable_aux()
Chia-I Wu
2015-06-14
2
-1
/
+23
*
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
5
-17
/
+14
*
ilo: fix "Render Cache Read Write Mode"
Chia-I Wu
2015-06-14
3
-19
/
+7
*
ilo: avoid resource owning in core
Chia-I Wu
2015-06-14
5
-121
/
+6
*
ilo: assert core objects are zero-initialized
Chia-I Wu
2015-06-14
6
-2
/
+29
*
util: Move gallium's linked list to util
Jason Ekstrand
2015-05-08
1
-1
/
+1
*
ilo: use ilo_image exclusively in core
Chia-I Wu
2015-05-02
3
-125
/
+133
*
ilo: add ilo_image_can_enable_aux()
Chia-I Wu
2015-05-02
3
-6
/
+10
*
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
2
-17
/
+22
*
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
4
-105
/
+121
*
ilo: move command builder to core
Chia-I Wu
2015-05-02
10
-0
/
+6665
*
ilo: move ilo_state_3d* to core
Chia-I Wu
2015-05-02
3
-0
/
+4358
*
ilo: add ilo_buffer.h to core
Chia-I Wu
2015-05-02
1
-0
/
+90
*
ilo: move BOs from ilo_texture to ilo_image
Chia-I Wu
2015-05-02
1
-0
/
+25
*
ilo: move ilo_layout.[ch] to core as ilo_image.[ch]
Chia-I Wu
2015-05-02
2
-0
/
+1706
*
ilo: add ilo_format.[ch] to core
Chia-I Wu
2015-05-02
2
-0
/
+923
*
ilo: add ilo_fence.h to core
Chia-I Wu
2015-05-02
1
-0
/
+73
*
ilo: add ilo_dev_init() to core
Chia-I Wu
2015-05-02
2
-0
/
+192
*
ilo: rename ilo_dev_info to ilo_dev
Chia-I Wu
2015-05-02
1
-3
/
+3
*
ilo: move intel_winsys to ilo_dev_info
Chia-I Wu
2015-05-02
1
-0
/
+4
*
ilo: add ilo_dev.h to core
Chia-I Wu
2015-05-02
1
-0
/
+71
*
ilo: add ilo_debug.[ch] to core
Chia-I Wu
2015-05-02
2
-0
/
+154
*
ilo: add ilo_core.h to core
Chia-I Wu
2015-05-02
1
-0
/
+46
[next]