index
:
~dbaker/mesa
11.2-next
18.1-proposed
for-jason
jenkins
jenkins_gl
master
meson-windows
patches-for-ajax
submit/generator-argparse
submit/generator-mako
submit/python2-for-intel
wip/generator-mako
wip/generator-rewrite-v2
wip/glapi-cleanup
wip/gles32-symbols
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gallium
/
docs
/
source
/
screen.rst
Age
Commit message (
Expand
)
Author
Files
Lines
2016-03-09
gallium: add CAPs returning PCI device location
Marek Olšák
1
-0
/
+4
2016-02-15
gallium: add PIPE_SHADER_CAP_MAX_SHADER_IMAGES
Ilia Mirkin
1
-0
/
+1
2016-02-13
gallium: add PIPE_SHADER_CAP_SUPPORTED_IRS
Samuel Pitoiset
1
-0
/
+2
2016-02-04
gallium: add PIPE_CAP_QUERY_BUFFER_OBJECT
Ilia Mirkin
1
-0
/
+2
2016-02-03
gallium: fix the documentation of PIPE_CAP_MAX_TEXTURE_BUFFER_SIZE
Nicolai Hähnle
1
-1
/
+1
2016-02-03
gallium: Add PIPE_CAP_SURFACE_REINTERPRET_BLOCKS
Nicolai Hähnle
1
-0
/
+7
2016-02-03
gallium: Add PIPE_CAP_BUFFER_SAMPLER_VIEW_RGBA_ONLY
Nicolai Hähnle
1
-0
/
+4
2016-01-21
gallium: add GREMEDY_string_marker
Rob Clark
1
-0
/
+1
2016-01-14
gallium/st: add pipe_context::generate_mipmap()
Charmaine Lee
1
-0
/
+2
2016-01-14
gallium: add PIPE_CAP_INVALIDATE_BUFFER
Nicolai Hähnle
1
-0
/
+2
2016-01-08
gallium: add PIPE_CAP_SHADER_BUFFER_OFFSET_ALIGNMENT
Ilia Mirkin
1
-0
/
+4
2016-01-08
gallium: add PIPE_SHADER_CAP_MAX_SHADER_BUFFERS
Ilia Mirkin
1
-0
/
+4
2016-01-08
gallium: add caps for POSITION and FACE system values
Marek Olšák
1
-0
/
+5
2016-01-07
gallium: add caps to expose support for multi indirect draws
Ilia Mirkin
1
-0
/
+5
2016-01-03
gallium: add PIPE_CAP_TGSI_PACK_HALF_FLOAT to indicate UP2H/PK2H support
Ilia Mirkin
1
-0
/
+2
2015-12-30
gallium: add PIPE_CAP_DRAW_PARAMETERS
Ilia Mirkin
1
-2
/
+4
2015-11-11
gallium: add PIPE_CAP_CLEAR_TEXTURE and clear_texture prototype
Ilia Mirkin
1
-0
/
+2
2015-10-28
gallium: add PIPE_CAP_COPY_BETWEEN_COMPRESSED_AND_PLAIN_FORMATS
Marek Olšák
1
-1
/
+3
2015-10-20
gallium: add PIPE_SHADER_CAP_MAX_UNROLL_ITERATIONS_HINT
Marek Olšák
1
-0
/
+4
2015-10-20
gallium: add PIPE_CAP_SHAREABLE_SHADERS
Marek Olšák
1
-0
/
+2
2015-10-03
gallium: add per-sample interpolation control into rasterizer statOAe
Marek Olšák
1
-0
/
+9
2015-09-13
gallium: add PIPE_CAP_TGSI_TXQS to let st know if TXQS is supported
Ilia Mirkin
1
-0
/
+1
2015-08-14
gallium: add an interface for EXT_depth_bounds_test
Marek Olšák
1
-0
/
+3
2015-08-14
gallium: add support for GLES texture float extensions (v3)
Marek Olšák
1
-0
/
+6
2015-07-16
gallium: add BIND flags for R/W buffers and images
Marek Olšák
1
-2
/
+4
2015-07-16
gallium: add PIPE_CAP_MAX_SHADER_PATCH_VARYINGS
Marek Olšák
1
-0
/
+4
2015-06-29
gallium: add PIPE_COMPUTE_CAP_SUBGROUP_SIZE
Grigori Goronzy
1
-0
/
+2
2015-06-05
tgsi/ureg: don't emit in/out arrays if drivers don't support ranged declarations
Marek Olšák
1
-0
/
+2
2015-05-12
gallium: add PIPE_CAP_DEVICE_RESET_STATUS_QUERY
Marek Olšák
1
-0
/
+2
2015-05-06
gallium: add pipe_screen::get_driver_query_group_info
Samuel Pitoiset
1
-0
/
+10
2015-03-23
gallium: introduce get_device_vendor() entrypoint for pipes
Giuseppe Bilotta
1
-0
/
+6
2015-03-16
gallium: add FMA and DFMA opcodes (v3)
Marek Olšák
1
-0
/
+2
2015-02-19
gallium: add shader cap for dldexp/dfracexp support
Ilia Mirkin
1
-0
/
+2
2015-02-19
gallium: add a cap to enable double rounding opcodes
Ilia Mirkin
1
-0
/
+2
2015-02-17
gallium: add interface and state tracker support for GL_AMD_pinned_memory
Marek Olšák
1
-0
/
+6
2015-02-06
gallium: Add MULTISAMPLE_Z_RESOLVE cap
Axel Davy
1
-0
/
+3
2015-02-02
gallium: add a cap to determine whether the driver supports offset_clamp
Ilia Mirkin
1
-0
/
+2
2014-12-16
gallium: add TGSI_SEMANTIC_VERTEXID_NOBASE and TGSI_SEMANTIC_BASEVERTEX
Roland Scheidegger
1
-0
/
+8
2014-10-24
gallium: introduce PIPE_CAP_CLIP_HALFZ.
Mathias Fröhlich
1
-0
/
+3
2014-10-21
gallium: add PIPE_SHADER_CAP_MAX_OUTPUTS and use it in st/mesa
Marek Olšák
1
-0
/
+2
2014-10-16
gallium: Add PIPE_SHADER_IR_NATIVE to enum pipe_shader_ir
Tom Stellard
1
-2
/
+2
2014-09-30
gallium: add doc note about cube textures and can_create_resource()
Brian Paul
1
-0
/
+2
2014-09-12
gallium: add a texture target to sampler view and a CAP to use it
Ilia Mirkin
1
-0
/
+4
2014-08-27
gallium: add cap for MAX_VERTEX_ATTRIB_STRIDE
Timothy Arceri
1
-0
/
+1
2014-08-19
gallium: Add and handle PIPE_CAP_CONDITIONAL_RENDER_INVERTED
Tobias Klausmann
1
-0
/
+2
2014-08-15
gallium: add GLX_MESA_query_renderer caps
Emil Velikov
1
-0
/
+8
2014-08-14
gallium: add opcodes/cap for fine derivative support
Ilia Mirkin
1
-0
/
+2
2014-08-11
gallium: remove PIPE_SHADER_CAP_MAX_ADDRS
Marek Olšák
1
-1
/
+0
2014-07-28
gallium: rename shader cap MAX_CONSTS to MAX_CONST_BUFFER_SIZE
Marek Olšák
1
-1
/
+1
2014-07-25
gallium: Add PIPE_CAP_COMPUTE_IMAGES_SUPPORTED
Tom Stellard
1
-0
/
+2
[next]