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: remove PIPE_CAP_USER_INDEX_BUFFERS
Marek Olšák
2017-02-25
1
-1
/
+0
*
st: add ST_FLUSH_WAIT to st_context_flush()
Charmaine Lee
2017-02-18
1
-0
/
+1
*
gallium: add get_disk_shader_cache() callback
Timothy Arceri
2017-02-23
1
-0
/
+9
*
gallium: reorder fields in pipe_draw_info
Marek Olšák
2017-02-22
1
-23
/
+26
*
gallium: remove TGSI_OPCODE_CLAMP
Marek Olšák
2017-02-18
1
-1
/
+1
*
st/mesa/glsl: build string of dri options and use as input to building sha fo...
Timothy Arceri
2017-02-17
1
-0
/
+1
*
driconf: add allow_higher_compat_version option
Samuel Pitoiset
2017-02-15
1
-0
/
+1
*
gallium: add common uploaders into pipe_context (v2)
Marek Olšák
2017-02-14
1
-0
/
+11
*
gallium: add separate PIPE_CAP_INT64_DIVMOD
Ilia Mirkin
2017-02-09
1
-0
/
+1
*
gallium: turn PIPE_SHADER_CAP_DOUBLES into a screen capability
Nicolai Hähnle
2017-02-02
1
-1
/
+1
*
vl: add h264 constrained baseline profile
Boyuan Zhang
2017-02-01
1
-0
/
+1
*
gallium: remove explicit __STDC_.*_MACROS defines
Emil Velikov
2017-01-27
1
-3
/
+0
*
gallium: Add integer 64 capability
Dave Airlie
2017-01-27
1
-0
/
+1
*
gallium: add PIPE_CAP_TGSI_MUL_ZERO_WINS
Ilia Mirkin
2017-01-23
1
-0
/
+1
*
gallium: add TGSI_PROPERTY_MUL_ZERO_WINS
Ilia Mirkin
2017-01-23
1
-0
/
+1
*
gallium: add pipe_screen::resource_changed
Philipp Zabel
2017-01-20
1
-0
/
+8
*
gallium: add flags parameter to texture barrier
Ilia Mirkin
2017-01-16
2
-1
/
+7
*
gallium: add PIPE_CAP_TGSI_FS_FBFETCH
Ilia Mirkin
2017-01-16
1
-0
/
+1
*
gallium: add FBFETCH opcode to retrieve the current sample value
Ilia Mirkin
2017-01-16
1
-1
/
+1
*
tgsi: add DDIV instruction
Nicolai Hähnle
2017-01-16
1
-1
/
+4
*
gallium: remove TGSI_OPCODE_SUB
Marek Olšák
2017-01-05
1
-1
/
+1
*
gallium: remove TGSI_OPCODE_ABS
Marek Olšák
2017-01-05
1
-1
/
+1
*
gallium: add PIPE_CAP_GLSL_OPTIMIZE_CONSERVATIVELY
Marek Olšák
2017-01-05
1
-0
/
+1
*
gallium: extract individual streamout output structure
Nicolai Hähnle
2016-12-12
1
-8
/
+13
*
tgsi: add Stream{X,Y,Z,W} fields to tgsi_declaration_semantic
Nicolai Hähnle
2016-12-12
1
-1
/
+4
*
gallium: decrease the size of pipe_sampler_state fields
Marek Olšák
2016-12-07
1
-3
/
+3
*
gallium: support for native fence fd's
Rob Clark
2016-12-01
3
-0
/
+25
*
gallium: wire up server_wait_sync
Rob Clark
2016-12-01
1
-0
/
+6
*
gallium: add PIPE_CAP_TGSI_CAN_READ_OUTPUTS
Nicolai Hähnle
2016-11-30
1
-0
/
+1
*
gallium: add PIPE_SHADER_CAP_LOWER_IF_THRESHOLD
Marek Olšák
2016-11-15
1
-0
/
+1
*
gallium/stapi: fix comment for st_visual::buffer_mask
Brian Paul
2016-10-24
1
-1
/
+1
*
gallium: add PIPE_CAP_STREAM_OUTPUT_INTERLEAVE_BUFFERS
Ilia Mirkin
2016-10-22
1
-0
/
+1
*
gallium: annotate sw_driver_descriptor instance as const data
Emil Velikov
2016-10-14
1
-1
/
+1
*
gallium: annotate drm_driver_descriptor instance as const data
Emil Velikov
2016-10-14
1
-2
/
+2
*
gallium: rename drm_driver_descriptor::{, driver_}name
Emil Velikov
2016-10-14
1
-3
/
+3
*
gallium: remove unused drm_driver_descriptor::driver_name
Emil Velikov
2016-10-14
1
-8
/
+1
*
gallium: fix drm_driver_descriptor::name comment
Emil Velikov
2016-10-14
1
-1
/
+1
*
gallium: add PIPE_RESOURCE_FLAG_TEXTURING_MORE_LIKELY
Marek Olšák
2016-10-13
1
-0
/
+1
*
gallium: add PIPE_CAP_TGSI_ARRAY_COMPONENTS
Nicolai Hähnle
2016-10-12
1
-0
/
+1
*
gallium: add PIPE_COMPUTE_CAP_MAX_VARIABLE_THREADS_PER_BLOCK
Samuel Pitoiset
2016-10-07
1
-1
/
+2
*
gallium: add pipe_context::set_device_reset_callback
Nicolai Hähnle
2016-10-05
2
-0
/
+27
*
gallium/hud: Add power sensor support
Steven Toth
2016-09-29
1
-0
/
+1
*
gallium/hud: Add support for block I/O, network I/O and lmsensor stats
Steven Toth
2016-09-28
1
-0
/
+4
*
mesa/st: support lowering multi-planar YUV
Rob Clark
2016-09-26
2
-0
/
+9
*
gallium: remove unused PIPE_CC_GCC_VERSION
Timothy Arceri
2016-09-23
1
-1
/
+0
*
gallium/tgsi: add support for 64-bit integer immediates.
Dave Airlie
2016-09-21
1
-0
/
+2
*
gallium: add opcode and types for 64-bit integers. (v3)
Dave Airlie
2016-09-21
1
-9
/
+37
*
st/vdpau: fix argument type to vlVdpOutputSurfaceDMABuf
Ilia Mirkin
2016-09-20
1
-1
/
+1
*
gallium: remove PIPE_BIND_TRANSFER_READ/WRITE
Marek Olšák
2016-09-08
1
-2
/
+1
*
gallium/util: move endian detect into a separate file
Dave Airlie
2016-09-06
1
-38
/
+2
[next]