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
*
gallium/drivers/ilo: Use unsigned for loop index
Edward O'Callaghan
2016-01-06
1
-4
/
+4
*
ilo: fix scratch space setup in core
Chia-I Wu
2015-10-23
7
-108
/
+300
*
ilo: fix max thread count for HS on Gen8
Chia-I Wu
2015-10-22
1
-3
/
+5
*
ilo: set VME for 3DSTATE_PS
Chia-I Wu
2015-10-18
1
-1
/
+6
*
ilo: ignore prefer_linear_threshold when zero
Chia-I Wu
2015-10-18
2
-3
/
+3
*
ilo: remove u_debug.h inclusion from ilo_core.h
Chia-I Wu
2015-10-18
2
-1
/
+2
*
ilo: remove u_memory.h inclusion from ilo_core.h
Chia-I Wu
2015-10-18
2
-1
/
+2
*
ilo: improve Gen8 defines based on its PRMs
Chia-I Wu
2015-10-12
5
-29
/
+21
*
ilo: remove ilo_image_params
Chia-I Wu
2015-07-01
1
-75
/
+47
*
ilo: add image_init_gen6_transfer_layout()
Chia-I Wu
2015-07-01
1
-75
/
+37
*
ilo: add image_set_gen6_bo_size()
Chia-I Wu
2015-07-01
2
-118
/
+81
*
ilo: add image_set_gen6_{hiz,mcs}
Chia-I Wu
2015-07-01
1
-49
/
+61
*
ilo: add image_get_gen6_monolithic_size()
Chia-I Wu
2015-07-01
1
-67
/
+67
*
ilo: add image_get_gen6_lods()
Chia-I Wu
2015-07-01
1
-88
/
+148
*
ilo: add image_get_gen{6,7}_alignment()
Chia-I Wu
2015-07-01
1
-159
/
+177
*
ilo: add image_get_gen6_{hiz,mcs}_enable()
Chia-I Wu
2015-07-01
1
-101
/
+97
*
ilo: add image_get_gen6_tiling()
Chia-I Wu
2015-07-01
1
-132
/
+177
*
ilo: add image_get_gen6_layout()
Chia-I Wu
2015-07-01
1
-82
/
+107
*
ilo: define ILO_IMAGE_MAX_LEVEL_COUNT
Chia-I Wu
2015-06-26
3
-8
/
+11
*
ilo: replace pipe_format by gen_surface_format
Chia-I Wu
2015-06-26
5
-118
/
+76
*
ilo: always use the specified image format
Chia-I Wu
2015-06-26
2
-57
/
+25
*
ilo: replace pipe_texture_target by gen_surface_type
Chia-I Wu
2015-06-26
6
-122
/
+67
*
ilo: initialize ilo_image from ilo_image_info
Chia-I Wu
2015-06-26
2
-157
/
+167
*
ilo: remove ilo_image_disable_aux()
Chia-I Wu
2015-06-26
2
-22
/
+0
*
ilo: improve SURFTYPE_BUFFER validations
Chia-I Wu
2015-06-26
2
-81
/
+139
*
ilo: remove ilo_buffer
Chia-I Wu
2015-06-26
7
-59
/
+92
*
ilo: introduce ilo_vma
Chia-I Wu
2015-06-26
13
-171
/
+264
*
ilo: emit 3DPRIMITIVE from gen6_3dprimitive_info
Chia-I Wu
2015-06-22
3
-55
/
+31
*
ilo: align vertex buffer size in buf_create()
Chia-I Wu
2015-06-22
1
-17
/
+0
*
ilo: move ilo_format.[ch] out of core
Chia-I Wu
2015-06-22
2
-524
/
+0
*
ilo: add ilo_state_surface_valid_format()
Chia-I Wu
2015-06-22
3
-284
/
+363
*
ilo: add ilo_state_vf_valid_element_format()
Chia-I Wu
2015-06-22
3
-124
/
+132
*
ilo: add ilo_state_compute
Chia-I Wu
2015-06-22
3
-83
/
+550
*
ilo: clean up header includes
Chia-I Wu
2015-06-20
2
-2
/
+2
*
ilo: avoid ilo_ib_state in genX_3DPRIMITIVE()
Chia-I Wu
2015-06-20
1
-8
/
+4
*
ilo: move gen6_so_SURFACE_STATE() out of core
Chia-I Wu
2015-06-20
1
-52
/
+0
*
ilo: add ilo_state_sol_buffer
Chia-I Wu
2015-06-20
3
-84
/
+273
*
ilo: add ilo_state_index_buffer
Chia-I Wu
2015-06-20
3
-67
/
+154
*
ilo: add ilo_state_vertex_buffer
Chia-I Wu
2015-06-20
3
-48
/
+150
*
ilo: add 3DSTATE_VF_INSTANCING to ilo_state_vf
Chia-I Wu
2015-06-20
3
-49
/
+144
*
ilo: add 3DSTATE_VF to ilo_state_vf
Chia-I Wu
2015-06-20
3
-28
/
+143
*
ilo: fix a buffer overrun
Chia-I Wu
2015-06-20
1
-1
/
+1
*
ilo: add ilo_state_raster_{line,poly}_stipple
Chia-I Wu
2015-06-15
3
-34
/
+116
*
ilo: add ilo_state_sample_pattern
Chia-I Wu
2015-06-15
3
-18
/
+204
*
ilo: add 3DSTATE_AA_LINE_PARAMETERS to ilo_state_raster
Chia-I Wu
2015-06-15
3
-8
/
+14
*
ilo: merge ilo_state_3d*.[ch] to ilo_state.[ch]
Chia-I Wu
2015-06-15
3
-270
/
+1
*
ilo: add ilo_state_ps to ilo_shader_cso
Chia-I Wu
2015-06-15
3
-451
/
+38
*
ilo: add ilo_state_{vs,hs,ds,gs} to ilo_shader_cso
Chia-I Wu
2015-06-15
5
-466
/
+160
*
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
[next]