index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
3
-14
/
+20
|
\
|
*
gallium: remove pipe_resource::user_ptr
Marek Olšák
2012-04-30
1
-3
/
+0
|
*
gallium: add void *user_buffer to pipe_constant_buffer
Marek Olšák
2012-04-30
1
-0
/
+1
|
*
gallium: add void *user_buffer in pipe_index_buffer
Marek Olšák
2012-04-30
1
-0
/
+1
|
*
gallium: remove pipe_context::redefine_user_buffer
Marek Olšák
2012-04-30
1
-9
/
+0
|
*
gallium: add void *user_buffer in pipe_vertex_buffer
Marek Olšák
2012-04-30
1
-0
/
+1
|
*
gallium: change set_constant_buffer to be UBO-friendly
Marek Olšák
2012-04-30
2
-1
/
+13
|
*
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/tgsi: s/TGSI_BUFFER/TGSI_TEXTURE_BUFFER/
José Fonseca
2012-05-11
1
-1
/
+1
*
|
gallium/tgsi: Redefine the TGSI_TEXTURE_UNKNOWN texture target.
José Fonseca
2012-05-11
1
-1
/
+2
*
|
gallium/compute: Drop TGSI dependency.
Francisco Jerez
2012-05-11
2
-2
/
+11
*
|
gallium/tgsi: Introduce the "LOCAL" register declaration modifier.
Francisco Jerez
2012-05-11
1
-1
/
+2
*
|
gallium/tgsi: Add support for atomic opcodes.
Francisco Jerez
2012-05-11
1
-1
/
+12
*
|
gallium/tgsi: Add support for barriers.
Francisco Jerez
2012-05-11
1
-1
/
+6
*
|
gallium/tgsi: Define system values used to query the compute grid parameters.
Francisco Jerez
2012-05-11
1
-1
/
+5
*
|
gallium/tgsi: Add resource write-back support.
Francisco Jerez
2012-05-11
2
-2
/
+5
*
|
gallium/tgsi: Add support for raw resources.
Francisco Jerez
2012-05-11
1
-1
/
+2
*
|
gallium/tgsi: Define the TGSI_BUFFER texture target.
Francisco Jerez
2012-05-11
1
-1
/
+1
*
|
gallium/tgsi: Introduce the compute processor.
Francisco Jerez
2012-05-11
1
-0
/
+1
*
|
gallium/tgsi: Move interpolation info from tgsi_declaration to a separate token.
Francisco Jerez
2012-05-11
1
-3
/
+10
*
|
gallium: Add context hooks for binding shader resources.
Francisco Jerez
2012-05-11
3
-0
/
+35
*
|
gallium/tgsi: Split sampler views from shader resources.
Francisco Jerez
2012-05-11
1
-5
/
+13
*
|
gallium: Basic compute interface.
Francisco Jerez
2012-05-11
5
-1
/
+119
|
/
*
gallium: add CAPs for vertex fetcher
Marek Olšák
2012-04-24
1
-1
/
+5
*
gallium: add user_ptr in pipe_resource
Marek Olšák
2012-04-24
1
-0
/
+3
*
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
2
-1
/
+55
*
gallium: add R8G8_R8B8 and G8R8_B8R8 formats
Christian König
2012-03-09
1
-0
/
+3
*
gallium: remove format aliases
Christian König
2012-03-08
1
-4
/
+0
*
Revert "gallium: add flag PIPE_TRANSFER_MAP_PERMANENTLY"
Marek Olšák
2012-03-05
1
-16
/
+0
*
vl/compositor: replace pipe_video_rect with u_rect
Christian König
2012-03-02
1
-5
/
+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: remove unused winsys pointers in pipe_screen and pipe_context
Marek Olšák
2012-02-21
3
-5
/
+0
*
gallium: fix some comments in p_state.h
Brian Paul
2012-02-15
1
-3
/
+3
*
gallium: add PIPE_CAP_QUADS_FOLLOW_PROVOKING_VERTEX_CONVENTION
Christoph Bumiller
2012-02-09
1
-1
/
+2
*
vl: add interlacing capabilities
Christian König
2012-02-06
1
-1
/
+4
*
st-api: fix typos, whitespace, line wrapping
Brian Paul
2012-02-01
1
-6
/
+6
*
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
*
vl: reintroduce PIPE_VIDEO_CAP_PREFERED_FORMAT
Christian König
2012-01-15
1
-1
/
+2
*
vl: add h264 infrastructure
Christian König
2012-01-15
1
-0
/
+43
*
vl: move away from state like parameters
Christian König
2012-01-15
2
-38
/
+18
*
vl/video_buffer: add support for interlaced buffers
Christian König
2012-01-15
1
-0
/
+1
*
vl/video_buffer: use template style create params
Christian König
2012-01-15
1
-3
/
+1
*
gallium: improve the pipe_stream_output_info struct (v2)
Marek Olšák
2012-01-15
1
-5
/
+8
[next]