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: define ILO_IMAGE_MAX_LEVEL_COUNT
Chia-I Wu
2015-06-26
4
-8
/
+16
*
ilo: replace pipe_format by gen_surface_format
Chia-I Wu
2015-06-26
13
-142
/
+174
*
ilo: always use the specified image format
Chia-I Wu
2015-06-26
4
-69
/
+115
*
ilo: replace pipe_texture_target by gen_surface_type
Chia-I Wu
2015-06-26
8
-125
/
+98
*
ilo: initialize ilo_image from ilo_image_info
Chia-I Wu
2015-06-26
3
-179
/
+242
*
ilo: remove ilo_image_disable_aux()
Chia-I Wu
2015-06-26
3
-28
/
+2
*
ilo: improve SURFTYPE_BUFFER validations
Chia-I Wu
2015-06-26
2
-81
/
+139
*
ilo: remove ilo_buffer
Chia-I Wu
2015-06-26
10
-68
/
+109
*
ilo: introduce ilo_vma
Chia-I Wu
2015-06-26
21
-315
/
+419
*
ilo: emit 3DPRIMITIVE from gen6_3dprimitive_info
Chia-I Wu
2015-06-22
11
-87
/
+91
*
ilo: align vertex buffer size in buf_create()
Chia-I Wu
2015-06-22
2
-19
/
+20
*
ilo: move ilo_format.[ch] out of core
Chia-I Wu
2015-06-22
5
-8
/
+8
*
ilo: add ilo_state_surface_valid_format()
Chia-I Wu
2015-06-22
4
-284
/
+364
*
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
8
-92
/
+586
*
ilo: clean up header includes
Chia-I Wu
2015-06-20
5
-2
/
+5
*
ilo: avoid ilo_ib_state in genX_3DPRIMITIVE()
Chia-I Wu
2015-06-20
2
-10
/
+8
*
ilo: move gen6_so_SURFACE_STATE() out of core
Chia-I Wu
2015-06-20
2
-52
/
+53
*
ilo: add ilo_state_sol_buffer
Chia-I Wu
2015-06-20
6
-103
/
+317
*
ilo: add ilo_state_index_buffer
Chia-I Wu
2015-06-20
7
-70
/
+171
*
ilo: add ilo_state_vertex_buffer
Chia-I Wu
2015-06-20
7
-54
/
+189
*
ilo: add 3DSTATE_VF_INSTANCING to ilo_state_vf
Chia-I Wu
2015-06-20
9
-67
/
+168
*
ilo: add 3DSTATE_VF to ilo_state_vf
Chia-I Wu
2015-06-20
9
-66
/
+190
*
ilo: embed pipe_index_buffer in ilo_ib_state
Chia-I Wu
2015-06-20
3
-45
/
+40
*
ilo: fix a buffer overrun
Chia-I Wu
2015-06-20
1
-1
/
+1
*
ilo: fix a -Wmaybe-uninitialized warning
Chia-I Wu
2015-06-20
1
-0
/
+1
*
ilo: remove missing ilo_fence.h from the sources list
Emil Velikov
2015-06-18
1
-1
/
+0
*
ilo: add ilo_state_raster_{line,poly}_stipple
Chia-I Wu
2015-06-15
6
-43
/
+138
*
ilo: add ilo_state_sample_pattern
Chia-I Wu
2015-06-15
9
-186
/
+225
*
ilo: add 3DSTATE_AA_LINE_PARAMETERS to ilo_state_raster
Chia-I Wu
2015-06-15
4
-10
/
+17
*
ilo: merge ilo_state_3d*.[ch] to ilo_state.[ch]
Chia-I Wu
2015-06-15
7
-276
/
+179
*
ilo: add ilo_state_ps to ilo_shader_cso
Chia-I Wu
2015-06-15
13
-481
/
+160
*
ilo: add ilo_state_{vs,hs,ds,gs} to ilo_shader_cso
Chia-I Wu
2015-06-15
15
-499
/
+363
*
ilo: embed ilo_state_sbe in ilo_shader
Chia-I Wu
2015-06-15
11
-254
/
+169
*
ilo: embed ilo_state_vf in ilo_ve_state
Chia-I Wu
2015-06-15
12
-330
/
+146
*
ilo: embed ilo_state_urb in ilo_state_vector
Chia-I Wu
2015-06-15
9
-350
/
+185
*
ilo: embed ilo_state_sol in ilo_shader
Chia-I Wu
2015-06-15
8
-151
/
+154
*
ilo: embed ilo_state_cc in ilo_blend_state
Chia-I Wu
2015-06-15
13
-979
/
+462
*
ilo: embed ilo_state_raster in ilo_rasterizer_state
Chia-I Wu
2015-06-15
12
-1186
/
+457
*
ilo: embed ilo_state_viewport in ilo_viewport_state
Chia-I Wu
2015-06-15
12
-369
/
+142
*
ilo: replace ilo_sampler_cso with ilo_state_sampler
Chia-I Wu
2015-06-15
6
-590
/
+258
*
ilo: replace ilo_view_surface with ilo_state_surface
Chia-I Wu
2015-06-15
9
-1035
/
+205
*
ilo: replace ilo_zs_surface with ilo_state_zs
Chia-I Wu
2015-06-15
8
-479
/
+105
*
ilo: add ilo_state_ps
Chia-I Wu
2015-06-15
3
-0
/
+848
*
ilo: add ilo_state_{vs,hs,ds,gs}
Chia-I Wu
2015-06-15
3
-0
/
+919
*
ilo: add ilo_state_sbe
Chia-I Wu
2015-06-15
3
-0
/
+455
*
ilo: add ilo_state_vf
Chia-I Wu
2015-06-15
3
-0
/
+637
*
ilo: add ilo_state_urb
Chia-I Wu
2015-06-15
3
-0
/
+874
*
ilo: add ilo_state_sol
Chia-I Wu
2015-06-15
3
-0
/
+448
*
ilo: add ilo_state_cc
Chia-I Wu
2015-06-15
3
-0
/
+1091
[next]