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
Commit message (
Expand
)
Author
Age
Files
Lines
*
ilo: improve Gen8 defines based on its PRMs
Chia-I Wu
2015-10-12
13
-121
/
+399
*
gallium: add per-sample interpolation control into rasterizer statOAe
Marek Olšák
2015-10-03
1
-0
/
+1
*
gallium: add PIPE_CAP_TGSI_TXQS to let st know if TXQS is supported
Ilia Mirkin
2015-09-13
1
-0
/
+1
*
gallium: add flags parameter to pipe_screen::context_create
Marek Olšák
2015-08-26
1
-1
/
+1
*
gallium: add an interface for EXT_depth_bounds_test
Marek Olšák
2015-08-14
1
-0
/
+1
*
gallium: add support for GLES texture float extensions (v3)
Marek Olšák
2015-08-14
1
-0
/
+2
*
gallium: add interface for writable shader images
Marek Olšák
2015-07-16
1
-4
/
+6
*
gallium: add new limits for shader buffers and images
Marek Olšák
2015-07-16
1
-1
/
+1
*
gallium: add BIND flags for R/W buffers and images
Marek Olšák
2015-07-16
1
-1
/
+1
*
gallium: add PIPE_CAP_MAX_SHADER_PATCH_VARYINGS
Marek Olšák
2015-07-16
1
-0
/
+1
*
ilo: unref old fence
Rob Clark
2015-07-10
1
-0
/
+2
*
gallium: remove redundant pipe_context::fence_signalled
Marek Olšák
2015-07-05
1
-8
/
+0
*
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
3
-118
/
+89
*
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
*
gallium: add PIPE_COMPUTE_CAP_SUBGROUP_SIZE
Grigori Goronzy
2015-06-29
1
-0
/
+8
*
mesa: Enable subdir-objects globally.
Matt Turner
2015-06-26
1
-2
/
+0
*
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
[next]