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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: add PIPE_SHADER_CAP_MAX_UNROLL_ITERATIONS_HINT
Marek Olšák
2015-10-20
1
-1
/
+2
*
gallium: add new properties for clip and cull distance usage
Marek Olšák
2015-10-20
1
-1
/
+3
*
gallium: add PIPE_CAP_SHAREABLE_SHADERS
Marek Olšák
2015-10-20
1
-0
/
+1
*
gallium: add per-sample interpolation control into rasterizer statOAe
Marek Olšák
2015-10-03
2
-0
/
+2
*
gallium: add PIPE_CAP_TGSI_TXQS to let st know if TXQS is supported
Ilia Mirkin
2015-09-13
1
-0
/
+1
*
tgsi: add a TXQS opcode to retrieve the number of texture samples
Ilia Mirkin
2015-09-13
1
-0
/
+1
*
gallium/docs: clairify dmabuf fd ownership
Rob Clark
2015-09-09
1
-0
/
+8
*
gallium/st: add pipe_context::get_timestamp()
Brian Paul
2015-09-02
1
-0
/
+7
*
gallium: add flags parameter to pipe_screen::context_create
Marek Olšák
2015-08-26
2
-2
/
+24
*
gallium: add an interface for dumping debug driver state
Marek Olšák
2015-08-26
2
-0
/
+17
*
gallium: Add blending to pipe blit
Christoph Bumiller
2015-08-21
1
-0
/
+1
*
vl: add HEVC profiles and defines
Christian König
2015-08-14
2
-2
/
+113
*
vl: add cap for stacking frames
Leo Liu
2015-08-14
1
-1
/
+2
*
gallium: add an interface for EXT_depth_bounds_test
Marek Olšák
2015-08-14
2
-0
/
+4
*
gallium: add support for GLES texture float extensions (v3)
Marek Olšák
2015-08-14
1
-0
/
+2
*
gallium: GCC 4.9 allows to include tmmintrin.h without -msse3.
Jose Fonseca
2015-08-09
1
-2
/
+2
*
gallium,hud: allow displaying cumulative values instead of average
Marek Olšák
2015-08-06
1
-0
/
+10
*
gallium,hud: add support for Hz units in driver queries
Marek Olšák
2015-08-06
1
-0
/
+2
*
gallium: replace INLINE with inline
Ilia Mirkin
2015-07-21
2
-7
/
+2
*
gallium: add interface for writable shader buffers
Marek Olšák
2015-07-16
2
-0
/
+28
*
gallium: add interface for writable shader images
Marek Olšák
2015-07-16
2
-11
/
+49
*
gallium: add new limits for shader buffers and images
Marek Olšák
2015-07-16
1
-1
/
+2
*
gallium: add BIND flags for R/W buffers and images
Marek Olšák
2015-07-16
1
-6
/
+7
*
gallium: add PIPE_CAP_MAX_SHADER_PATCH_VARYINGS
Marek Olšák
2015-07-16
1
-0
/
+1
*
gallium: clarify reference counting for fence
Rob Clark
2015-07-10
1
-1
/
+7
*
gallium: fix comment typo in p_shader_tokens.h
Brian Paul
2015-07-09
1
-1
/
+1
*
gallium/hud: add PIPE_DRIVER_QUERY_TYPE_MICROSECONDS for HUD
Brian Paul
2015-07-07
1
-5
/
+6
*
gallium: remove redundant pipe_context::fence_signalled
Marek Olšák
2015-07-05
1
-6
/
+0
*
gallium: add PIPE_COMPUTE_CAP_SUBGROUP_SIZE
Grigori Goronzy
2015-06-29
1
-1
/
+2
*
gallium: whitespace, formatting clean-up in p_state.h
Brian Paul
2015-06-19
1
-16
/
+20
*
gallium: remove explicit values from PIPE_CAP_ enums
Brian Paul
2015-06-11
1
-98
/
+98
*
tgsi/ureg: don't emit in/out arrays if drivers don't support ranged declarations
Marek Olšák
2015-06-05
1
-0
/
+1
*
gallium: rename TGSI tessellation processor types to match pipe shader names
Marek Olšák
2015-05-26
1
-2
/
+2
*
gallium: use const in set_tess_state
Marek Olšák
2015-05-26
1
-2
/
+2
*
gallium: remove TGSI_SAT_MINUS_PLUS_ONE
Marek Olšák
2015-05-20
1
-6
/
+2
*
gallium: add set_tess_state to configure default tessellation parameters
Ilia Mirkin
2015-05-16
1
-0
/
+4
*
gallium: add vertices_per_patch to draw info
Ilia Mirkin
2015-05-16
1
-0
/
+2
*
gallium: add tessellation shader properties
Ilia Mirkin
2015-05-16
2
-1
/
+13
*
gallium: add interfaces for controlling tess program state
Ilia Mirkin
2015-05-16
1
-0
/
+10
*
gallium: bump shader input and output limits
Marek Olšák
2015-05-16
1
-2
/
+2
*
gallium: add new semantics for tessellation
Ilia Mirkin
2015-05-16
1
-1
/
+6
*
gallium: add new PATCHES primitive type
Ilia Mirkin
2015-05-16
1
-1
/
+2
*
gallium: add tessellation shader types
Ilia Mirkin
2015-05-16
2
-3
/
+7
*
st/dri: add support for create_context_robustness GLX and EGL extensions
Marek Olšák
2015-05-12
1
-0
/
+1
*
gallium: add PIPE_CAP_DEVICE_RESET_STATUS_QUERY
Marek Olšák
2015-05-12
1
-0
/
+1
*
gallium: add an interface for querying a device reset status
Marek Olšák
2015-05-12
2
-0
/
+17
*
gallium: make pipe_context::begin_query return a boolean
Samuel Pitoiset
2015-05-06
1
-1
/
+1
*
gallium: replace pipe_driver_query_info::max_value by a union
Samuel Pitoiset
2015-05-06
1
-1
/
+8
*
gallium: add new numeric types to pipe_query_result
Samuel Pitoiset
2015-05-06
1
-0
/
+8
*
gallium: add new fields to pipe_driver_query_info
Samuel Pitoiset
2015-05-06
1
-1
/
+11
[next]