index
:
~gabbayo/mesa
llvmpipe-ppc64le-optimize-with-rt-checks
master
mesa-upstream
mesa-vsx
nemanjai
r600g-debug-1.3
r600g-upstream
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
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2015-07-21
gallium: replace INLINE with inline
Ilia Mirkin
2
-7
/
+2
2015-07-16
gallium: add interface for writable shader buffers
Marek Olšák
2
-0
/
+28
2015-07-16
gallium: add interface for writable shader images
Marek Olšák
2
-11
/
+49
2015-07-16
gallium: add new limits for shader buffers and images
Marek Olšák
1
-1
/
+2
2015-07-16
gallium: add BIND flags for R/W buffers and images
Marek Olšák
1
-6
/
+7
2015-07-16
gallium: add PIPE_CAP_MAX_SHADER_PATCH_VARYINGS
Marek Olšák
1
-0
/
+1
2015-07-10
gallium: clarify reference counting for fence
Rob Clark
1
-1
/
+7
2015-07-09
gallium: fix comment typo in p_shader_tokens.h
Brian Paul
1
-1
/
+1
2015-07-07
gallium/hud: add PIPE_DRIVER_QUERY_TYPE_MICROSECONDS for HUD
Brian Paul
1
-5
/
+6
2015-07-05
gallium: remove redundant pipe_context::fence_signalled
Marek Olšák
1
-6
/
+0
2015-06-29
gallium: add PIPE_COMPUTE_CAP_SUBGROUP_SIZE
Grigori Goronzy
1
-1
/
+2
2015-06-19
gallium: whitespace, formatting clean-up in p_state.h
Brian Paul
1
-16
/
+20
2015-06-11
gallium: remove explicit values from PIPE_CAP_ enums
Brian Paul
1
-98
/
+98
2015-06-05
tgsi/ureg: don't emit in/out arrays if drivers don't support ranged declarations
Marek Olšák
1
-0
/
+1
2015-05-26
gallium: rename TGSI tessellation processor types to match pipe shader names
Marek Olšák
1
-2
/
+2
2015-05-26
gallium: use const in set_tess_state
Marek Olšák
1
-2
/
+2
2015-05-20
gallium: remove TGSI_SAT_MINUS_PLUS_ONE
Marek Olšák
1
-6
/
+2
2015-05-16
gallium: add set_tess_state to configure default tessellation parameters
Ilia Mirkin
1
-0
/
+4
2015-05-16
gallium: add vertices_per_patch to draw info
Ilia Mirkin
1
-0
/
+2
2015-05-16
gallium: add tessellation shader properties
Ilia Mirkin
2
-1
/
+13
2015-05-16
gallium: add interfaces for controlling tess program state
Ilia Mirkin
1
-0
/
+10
2015-05-16
gallium: bump shader input and output limits
Marek Olšák
1
-2
/
+2
2015-05-16
gallium: add new semantics for tessellation
Ilia Mirkin
1
-1
/
+6
2015-05-16
gallium: add new PATCHES primitive type
Ilia Mirkin
1
-1
/
+2
2015-05-16
gallium: add tessellation shader types
Ilia Mirkin
2
-3
/
+7
2015-05-12
st/dri: add support for create_context_robustness GLX and EGL extensions
Marek Olšák
1
-0
/
+1
2015-05-12
gallium: add PIPE_CAP_DEVICE_RESET_STATUS_QUERY
Marek Olšák
1
-0
/
+1
2015-05-12
gallium: add an interface for querying a device reset status
Marek Olšák
2
-0
/
+17
2015-05-06
gallium: make pipe_context::begin_query return a boolean
Samuel Pitoiset
1
-1
/
+1
2015-05-06
gallium: replace pipe_driver_query_info::max_value by a union
Samuel Pitoiset
1
-1
/
+8
2015-05-06
gallium: add new numeric types to pipe_query_result
Samuel Pitoiset
1
-0
/
+8
2015-05-06
gallium: add new fields to pipe_driver_query_info
Samuel Pitoiset
1
-1
/
+11
2015-05-06
gallium: add pipe_screen::get_driver_query_group_info
Samuel Pitoiset
2
-0
/
+25
2015-04-30
gallium,clover: add OpenCL interoperability support for CL events
Marek Olšák
1
-0
/
+40
2015-04-28
vl: add level idc in sps
Leo Liu
1
-0
/
+1
2015-04-17
adjust a couple of ifdefs to handle NetBSD correctly
Tobias Nygren
1
-1
/
+1
2015-03-23
gallium: introduce get_device_vendor() entrypoint for pipes
Giuseppe Bilotta
1
-0
/
+8
2015-03-23
gallium: remove trailing whitespace in p_screen.h
Giuseppe Bilotta
1
-1
/
+1
2015-03-16
gallium: add FMA and DFMA opcodes (v3)
Marek Olšák
2
-3
/
+4
2015-03-04
mesa: consolidate PUBLIC macro definition
Brian Paul
1
-12
/
+0
2015-02-26
gallium: whitespace, comment formatting fixes in p_defines.h
Brian Paul
1
-30
/
+36
2015-02-26
gallium: renumber PIPE_BIND_ flags
Brian Paul
1
-13
/
+13
2015-02-24
gallium: include util/macros.h
Tobias Klausmann
1
-55
/
+2
2015-02-19
gallium: add shader cap for dldexp/dfracexp support
Ilia Mirkin
1
-0
/
+1
2015-02-19
gallium: add a cap to enable double rounding opcodes
Ilia Mirkin
1
-1
/
+2
2015-02-19
gallium: add some more double opcodes to avoid unnecessary lowering
Ilia Mirkin
1
-1
/
+6
2015-02-20
tgsi: add support for flt64 constants
Dave Airlie
1
-0
/
+1
2015-02-20
gallium: add double opcodes and TGSI execution (v4.2)
Dave Airlie
1
-1
/
+25
2015-02-18
gallium: add ETC2 format support
Ilia Mirkin
1
-0
/
+11
2015-02-17
gallium: add interface and state tracker support for GL_AMD_pinned_memory
Marek Olšák
2
-0
/
+9
[next]