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
*
gallium: add GREMEDY_string_marker
Rob Clark
2016-01-21
1
-0
/
+1
*
gallium/st: add pipe_context::generate_mipmap()
Charmaine Lee
2016-01-14
1
-0
/
+1
*
gallium: add PIPE_CAP_INVALIDATE_BUFFER
Nicolai Hähnle
2016-01-14
1
-0
/
+1
*
gallium: add PIPE_CAP_SHADER_BUFFER_OFFSET_ALIGNMENT
Ilia Mirkin
2016-01-08
1
-0
/
+1
*
tgsi: add ureg support for image decls
Ilia Mirkin
2016-01-08
1
-4
/
+4
*
gallium: add caps for POSITION and FACE system values
Marek Olšák
2016-01-08
1
-0
/
+2
*
gallium: add caps to expose support for multi indirect draws
Ilia Mirkin
2016-01-07
1
-0
/
+2
*
gallium/drivers/ilo: Use unsigned for loop index
Edward O'Callaghan
2016-01-06
4
-16
/
+16
*
gallium/drivers: Remove unnecessary semicolons
Edward O'Callaghan
2016-01-06
1
-1
/
+1
*
gallium: add PIPE_CAP_TGSI_PACK_HALF_FLOAT to indicate UP2H/PK2H support
Ilia Mirkin
2016-01-03
1
-0
/
+1
*
u_upload_mgr: allow specifying PIPE_USAGE_* for the upload buffer
Marek Olšák
2016-01-02
1
-1
/
+2
*
u_upload_mgr: remove alignment parameter from u_upload_create
Marek Olšák
2016-01-02
1
-1
/
+1
*
u_upload_mgr: pass alignment to u_upload_buffer manually
Marek Olšák
2016-01-02
1
-1
/
+1
*
u_upload_mgr: pass alignment to u_upload_data manually
Marek Olšák
2016-01-02
2
-3
/
+3
*
gallium: add PIPE_CAP_DRAW_PARAMETERS
Ilia Mirkin
2015-12-30
1
-0
/
+1
*
gallium: add PIPE_CAP_CLEAR_TEXTURE and clear_texture prototype
Ilia Mirkin
2015-11-11
1
-0
/
+1
*
gallium: add PIPE_CAP_COPY_BETWEEN_COMPRESSED_AND_PLAIN_FORMATS
Marek Olšák
2015-10-28
1
-0
/
+1
*
ilo: add support for scratch spaces
Chia-I Wu
2015-10-23
10
-16
/
+133
*
ilo: fix scratch space setup in core
Chia-I Wu
2015-10-23
11
-133
/
+327
*
ilo: make sure there is HiZ before resolving
Chia-I Wu
2015-10-22
1
-2
/
+4
*
ilo: fix max thread count for HS on Gen8
Chia-I Wu
2015-10-22
1
-3
/
+5
*
gallium: add PIPE_SHADER_CAP_MAX_UNROLL_ITERATIONS_HINT
Marek Olšák
2015-10-20
1
-0
/
+2
*
gallium: add PIPE_CAP_SHAREABLE_SHADERS
Marek Olšák
2015-10-20
1
-0
/
+1
*
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 some unused kernel params
Chia-I Wu
2015-10-18
2
-22
/
+0
*
ilo: remove unused ilo_shader_get_type()
Chia-I Wu
2015-10-18
2
-12
/
+0
*
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
3
-1
/
+3
*
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
[next]