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
/
docs
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: Add capability for ARB_robust_buffer_access_behavior.
Bas Nieuwenhuizen
2016-04-12
1
-0
/
+5
*
gallium: add pipe_context::set_active_query_state for pausing queries
Marek Olšák
2016-04-12
1
-0
/
+3
*
tgsi/doc: fix spelling error
Oded Gabbay
2016-04-11
1
-1
/
+1
*
gallium: Add PIPE_CAP_FRAMEBUFFER_NO_ATTACHMENT
Edward O'Callaghan
2016-04-07
1
-0
/
+8
*
gallium: distinguish between shader IR in get_compute_param
Bas Nieuwenhuizen
2016-04-02
1
-9
/
+9
*
gallium: add threads per block TGSI property
Bas Nieuwenhuizen
2016-04-02
1
-0
/
+6
*
gallium/docs: s/gven/given/
Brian Paul
2016-03-29
1
-1
/
+1
*
gallium: add TGSI property NEXT_SHADER
Marek Olšák
2016-03-19
1
-0
/
+8
*
tgsi: add TGSI_PROPERTY_FS_EARLY_DEPTH_STENCIL
Nicolai Hähnle
2016-03-14
1
-0
/
+6
*
gallium: add CAPs returning PCI device location
Marek Olšák
2016-03-09
1
-0
/
+4
*
gallium/docs - add OpenSWR documentation
Tim Rowley
2016-03-02
5
-0
/
+381
*
gallium: add PIPE_SHADER_CAP_MAX_SHADER_IMAGES
Ilia Mirkin
2016-02-15
1
-0
/
+1
*
gallium: add PIPE_SHADER_CAP_SUPPORTED_IRS
Samuel Pitoiset
2016-02-13
1
-0
/
+2
*
gallium: add PIPE_CAP_QUERY_BUFFER_OBJECT
Ilia Mirkin
2016-02-04
1
-0
/
+2
*
gallium: add a way to store query result into buffer
Ilia Mirkin
2016-02-04
1
-0
/
+5
*
gallium: fix the documentation of PIPE_CAP_MAX_TEXTURE_BUFFER_SIZE
Nicolai Hähnle
2016-02-03
1
-1
/
+1
*
gallium: Add PIPE_CAP_SURFACE_REINTERPRET_BLOCKS
Nicolai Hähnle
2016-02-03
1
-0
/
+7
*
gallium: Add PIPE_CAP_BUFFER_SAMPLER_VIEW_RGBA_ONLY
Nicolai Hähnle
2016-02-03
1
-0
/
+4
*
tgsi: add MEMBAR opcode to handle memoryBarrier* GLSL intrinsics
Ilia Mirkin
2016-01-29
1
-0
/
+17
*
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
2
-0
/
+13
*
gallium: add PIPE_CAP_INVALIDATE_BUFFER
Nicolai Hähnle
2016-01-14
1
-0
/
+2
*
gallium: add a RESQ opcode to query info about a resource
Ilia Mirkin
2016-01-08
1
-0
/
+12
*
gallium: add PIPE_CAP_SHADER_BUFFER_OFFSET_ALIGNMENT
Ilia Mirkin
2016-01-08
1
-0
/
+4
*
gallium: add PIPE_SHADER_CAP_MAX_SHADER_BUFFERS
Ilia Mirkin
2016-01-08
1
-0
/
+4
*
tgsi: update atomic op docs
Ilia Mirkin
2016-01-08
1
-46
/
+47
*
gallium: add caps for POSITION and FACE system values
Marek Olšák
2016-01-08
2
-6
/
+18
*
gallium: add caps to expose support for multi indirect draws
Ilia Mirkin
2016-01-07
1
-0
/
+5
*
gallium: add PIPE_CAP_TGSI_PACK_HALF_FLOAT to indicate UP2H/PK2H support
Ilia Mirkin
2016-01-03
1
-0
/
+2
*
gallium: document PK2H/UP2H
Ilia Mirkin
2016-01-03
1
-2
/
+14
*
gallium: add PIPE_CAP_DRAW_PARAMETERS
Ilia Mirkin
2015-12-30
1
-2
/
+4
*
gallium: add baseinstance/drawid semantics
Ilia Mirkin
2015-12-30
1
-0
/
+13
*
gallium: add support for gl_HelperInvocation semantic
Ilia Mirkin
2015-11-12
1
-0
/
+8
*
gallium: add PIPE_CAP_CLEAR_TEXTURE and clear_texture prototype
Ilia Mirkin
2015-11-11
2
-0
/
+6
*
gallium: expose a debug message callback settable by context owner
Ilia Mirkin
2015-11-05
1
-0
/
+3
*
gallium: add PIPE_CAP_COPY_BETWEEN_COMPRESSED_AND_PLAIN_FORMATS
Marek Olšák
2015-10-28
1
-1
/
+3
*
gallium: add PIPE_SHADER_CAP_MAX_UNROLL_ITERATIONS_HINT
Marek Olšák
2015-10-20
1
-0
/
+4
*
gallium: add new properties for clip and cull distance usage
Marek Olšák
2015-10-20
1
-0
/
+10
*
gallium: add PIPE_CAP_SHAREABLE_SHADERS
Marek Olšák
2015-10-20
1
-0
/
+2
*
gallium: add per-sample interpolation control into rasterizer statOAe
Marek Olšák
2015-10-03
1
-0
/
+9
*
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
-1
/
+11
*
gallium: add an interface for EXT_depth_bounds_test
Marek Olšák
2015-08-14
1
-0
/
+3
*
gallium: add support for GLES texture float extensions (v3)
Marek Olšák
2015-08-14
1
-0
/
+6
*
gallium: add interface for writable shader images
Marek Olšák
2015-07-16
1
-8
/
+8
*
gallium: add BIND flags for R/W buffers and images
Marek Olšák
2015-07-16
1
-2
/
+4
*
gallium: add PIPE_CAP_MAX_SHADER_PATCH_VARYINGS
Marek Olšák
2015-07-16
1
-0
/
+4
*
gallium/docs: s/treaded/treated/ typo in tgsi.rst
Brian Paul
2015-07-09
1
-1
/
+1
*
gallium/docs: remove out-of-date document about D3D11 features
Marek Olšák
2015-07-05
1
-462
/
+0
*
tgsi: update docs for ArrayID usage
Rob Clark
2015-07-03
1
-0
/
+1
[next]