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
/
pipe
/
p_defines.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: define PIPE_MASK_RGBAZS
Marek Olšák
2012-08-04
1
-0
/
+1
*
gallium: add QUERY_TIMESTAMP cap and get_timestamp screen function
Marek Olšák
2012-07-10
1
-1
/
+2
*
gallium: Add PIPE_CAP_START_INSTANCE
Fredrik Höglund
2012-06-19
1
-1
/
+2
*
gallium/compute: Add PIPE_COMPUTE_CAP_IR_TARGET v4
Francisco Jerez
2012-06-01
1
-0
/
+1
*
gallium: Add PIPE_SHADER_IR_LLVM to enum pipe_shader_ir v2
Tom Stellard
2012-06-01
1
-1
/
+2
*
clover, gallium: add PIPE_COMPUTE_CAP_MAX_THREADS_PER_BLOCK
Christoph Bumiller
2012-05-12
1
-0
/
+1
*
Merge branch 'gallium-userbuf'
Marek Olšák
2012-05-11
1
-1
/
+4
|
\
|
*
gallium: add PIPE_CAP_CONSTANT_BUFFER_OFFSET_ALIGNMENT
Marek Olšák
2012-04-30
1
-1
/
+2
|
*
gallium: add PIPE_CAP_USER_INDEX_BUFFERS and PIPE_CAP_USER_CONSTANT_BUFFERS
Marek Olšák
2012-04-30
1
-0
/
+2
*
|
gallium/compute: Drop TGSI dependency.
Francisco Jerez
2012-05-11
1
-1
/
+10
*
|
gallium: Add context hooks for binding shader resources.
Francisco Jerez
2012-05-11
1
-0
/
+2
*
|
gallium: Basic compute interface.
Francisco Jerez
2012-05-11
1
-1
/
+18
|
/
*
gallium: add CAPs for vertex fetcher
Marek Olšák
2012-04-24
1
-1
/
+5
*
gallium: remove PIPE_TRANSFER_NOOVERWRITE, use equivalent UNSYNCHRONIZED
Marek Olšák
2012-04-18
1
-1
/
+0
*
gallium: rename DUAL_SOURCE_BLEND cap to MAX_DUAL_SOURCE_RENDER_TARGETS
Dave Airlie
2012-04-13
1
-1
/
+1
*
gallium: make get_query_result return union* and not void*
Marek Olšák
2012-03-30
1
-0
/
+53
*
Revert "gallium: add flag PIPE_TRANSFER_MAP_PERMANENTLY"
Marek Olšák
2012-03-05
1
-16
/
+0
*
gallium: remove trailing comma to silence warning
Brian Paul
2012-02-28
1
-1
/
+1
*
gallium: remove PIPE_SHADER_CAP_OUTPUT_READ
Marek Olšák
2012-02-27
1
-1
/
+0
*
gallium: add PIPE_CAP_QUADS_FOLLOW_PROVOKING_VERTEX_CONVENTION
Christoph Bumiller
2012-02-09
1
-1
/
+2
*
gallium: remove trailing comma to silence warning
Brian Paul
2012-01-29
1
-1
/
+1
*
st/mesa: add PIPE_CAP_GLSL_FEATURE_LEVEL, cleanup st_extensions.c
Marek Olšák
2012-01-29
1
-1
/
+2
*
st/mesa: do vertex and fragment color clamping in shaders
Marek Olšák
2012-01-25
1
-2
/
+4
*
Squash-merge branch 'gallium-clip-state'
Marek Olšák
2012-01-10
1
-1
/
+1
*
gallium: add flag PIPE_TRANSFER_MAP_PERMANENTLY
Marek Olšák
2012-01-05
1
-0
/
+16
*
gallium: remove deprecated PIPE_TRANSFER_DISCARD
Marek Olšák
2012-01-05
1
-1
/
+0
*
gallium: remove PIPE_CAP_MAX_STREAM_OUTPUT_SEPARATE_ATTRIBS
Marek Olšák
2011-12-25
1
-1
/
+0
*
gallium: interface changes necessary to implement transform feedback (v5)
Marek Olšák
2011-12-15
1
-3
/
+7
*
mesa: add const flags to skip MaxVarying and MaxUniform linker checks (v2)
Marek Olšák
2011-12-13
1
-1
/
+3
*
gallium: remove trailing comma and unneeded comments in p_defines.h
Brian Paul
2011-11-22
1
-4
/
+4
*
gallium: separate out floating-point CAPs into its own enum
Marek Olšák
2011-11-22
1
-11
/
+19
*
gallium: remove PIPE_CAP_GLSL and enable GLSL unconditionally
Marek Olšák
2011-11-22
1
-1
/
+0
*
gallium: add PIPE_SHADER_CAP_OUTPUT_READ
Vadim Girlin
2011-11-21
1
-1
/
+2
*
gallium: add new query types and missing documentation
Christoph Bumiller
2011-10-20
1
-8
/
+11
*
gallium: add PIPE_BIND_BLENDABLE flag
Christoph Bumiller
2011-10-15
1
-4
/
+5
*
gallium: add PIPE_CAP_TEXTURE_BARRIER
Marek Olšák
2011-09-30
1
-1
/
+2
*
gallium: add PIPE_CAP_CONDITIONAL_RENDER
Marek Olšák
2011-09-30
1
-1
/
+2
*
gallium: add and use PIPE_SHADER_CAP_MAX_TEXTURE_SAMPLERS
Marek Olšák
2011-09-30
1
-3
/
+2
*
gallium: remove PIPE_CAP_TEXTURE_MIRROR_REPEAT
Marek Olšák
2011-09-30
1
-1
/
+0
*
gallium: remove trailing comma to silence warning
Brian Paul
2011-09-20
1
-1
/
+1
*
gallium: move clear paths from rgba to a pointer to a color union (v2)
Dave Airlie
2011-09-18
1
-0
/
+6
*
gallium: add PIPE_CAP_MAX_TEXTURE_ARRAY_LAYERS
Marek Olšák
2011-09-10
1
-1
/
+1
*
gallium: add caps for MIN/MAX texel offsets.
Dave Airlie
2011-09-02
1
-1
/
+3
*
gallium: silence warnings about trailing commas in enum lists
Brian Paul
2011-08-08
1
-1
/
+1
*
Merge branch 'glsl-to-tgsi'
Bryan Cain
2011-08-04
1
-0
/
+1
|
\
|
*
gallium: add PIPE_SHADER_CAP_INTEGERS
Bryan Cain
2011-08-01
1
-0
/
+1
*
|
gallium: extend resource_resolve to accommodate BlitFramebuffer
Christoph Bumiller
2011-08-04
1
-0
/
+4
*
|
gallium: put video-related enums in separate header
Brian Paul
2011-07-14
1
-41
/
+0
*
|
[g3dvl] add some more PIPE_VIDEO_CAPs
Christian König
2011-07-12
1
-1
/
+4
*
|
[g3dvl] rename get_param to get_video_param and move into screen object
Christian König
2011-07-07
1
-0
/
+5
[next]