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 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
*
ilo: R32G32B32_FLOAT need no special care on Gen8+
Chia-I Wu
2015-02-21
1
-3
/
+6
*
ilo: 128 BPP formats can use TiledY on Gen7.5+
Chia-I Wu
2015-02-21
1
-1
/
+6
*
ilo: fix PCB alloc asserts on Gen7.5 GT3
Chia-I Wu
2015-02-18
1
-1
/
+5
*
ilo: fix compiler warnings
Chia-I Wu
2015-02-18
3
-8
/
+12
*
gallium: add interface and state tracker support for GL_AMD_pinned_memory
Marek Olšák
2015-02-17
1
-0
/
+1
*
ilo: always set up BLEND_STATE on Gen8
Chia-I Wu
2015-02-17
1
-7
/
+1
*
ilo: fix alpha test on Gen8
Chia-I Wu
2015-02-17
1
-5
/
+26
*
ilo: fix some state pointer commands on Gen8
Chia-I Wu
2015-02-15
1
-0
/
+20
*
ilo: fix JIP/UIP on Gen8
Chia-I Wu
2015-02-14
2
-9
/
+25
*
ilo: do not set GEN6_THREADCTRL_SWITCH
Chia-I Wu
2015-02-14
1
-4
/
+0
*
ilo: correct ISA UIP/JIP decoding for Gen8
Chia-I Wu
2015-02-14
1
-18
/
+39
*
ilo: prepare for 64-bit immediates decoding
Chia-I Wu
2015-02-14
1
-15
/
+31
*
ilo: cleanup ISA DW1 decoding
Chia-I Wu
2015-02-14
1
-34
/
+55
*
ilo: cleanup ISA DW0 decoding
Chia-I Wu
2015-02-14
1
-10
/
+16
*
ilo: update some outdated gen checks
Chia-I Wu
2015-02-14
1
-4
/
+4
*
ilo: fix rectlist length on Gen8
Chia-I Wu
2015-02-14
1
-1
/
+1
*
ilo: fix 3DSTATE_VF_TOPOLOGY
Chia-I Wu
2015-02-14
1
-2
/
+1
*
ilo: update screen init for Gen8
Chia-I Wu
2015-02-12
1
-8
/
+32
*
ilo: update outdated render command emissions for Gen8
Chia-I Wu
2015-02-12
1
-4
/
+4
*
ilo: update rectlist command emission for Gen8
Chia-I Wu
2015-02-12
4
-7
/
+93
*
ilo: update draw command emission for Gen8
Chia-I Wu
2015-02-12
6
-34
/
+517
*
ilo: update surface state emission for Gen8
Chia-I Wu
2015-02-12
1
-7
/
+8
*
ilo: update dynamic state emission for Gen8
Chia-I Wu
2015-02-12
1
-14
/
+26
*
ilo: update outdated gen assertions for Gen8
Chia-I Wu
2015-02-12
6
-24
/
+23
[prev]
[next]