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_state.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
s/Tungsten Graphics/VMware/
José Fonseca
2014-01-17
1
-2
/
+2
*
gallium: add bits for clipping points as tris (d3d-style)
Roland Scheidegger
2014-01-17
1
-0
/
+1
*
llvmpipe: add plumbing for ARB_depth_clamp
Matthew McClure
2013-12-11
1
-0
/
+2
*
gallium/draw: add limits to the clip and cull distances
Zack Rusin
2013-06-13
1
-0
/
+2
*
gallium: Add support for multiple viewports
Zack Rusin
2013-05-25
1
-0
/
+1
*
draw/pt: adjust overflow calculations
Zack Rusin
2013-05-03
1
-0
/
+7
*
gallium: increase the number of available stream output decls
Zack Rusin
2013-04-26
1
-1
/
+2
*
gallium: Replace gl_rasterization_rules with lower_left_origin and half_pixel...
José Fonseca
2013-04-23
1
-12
/
+2
*
gallium: Add a new clip_halfz rasterizer state.
José Fonseca
2013-04-22
1
-0
/
+6
*
gallium: add TGSI_SEMANTIC_TEXCOORD,PCOORD v3
Christoph Bumiller
2013-03-20
1
-1
/
+1
*
gallium: remove pipe_surface::usage
Marek Olšák
2012-12-12
1
-1
/
+0
*
mesa: bump MAX_VARYING to 32
Marek Olšák
2012-10-29
1
-2
/
+2
*
gallium: remove unused data pointer from pipe_transfer
Marek Olšák
2012-10-18
1
-1
/
+0
*
gallium: remove resource_resolve
Marek Olšák
2012-09-30
1
-26
/
+0
*
gallium: add blit into the interface
Marek Olšák
2012-09-30
1
-0
/
+21
*
gallium: remove PIPE_MAX_VERTEX/GEOMETRY_SAMPLERS #define
Brian Paul
2012-08-16
1
-2
/
+0
*
gallium: make pipe_box signed in order to represent flipped blits
Marek Olšák
2012-08-15
1
-6
/
+6
*
Revert "gallium: specify resource_resolve destination via a pipe_surface"
Christoph Bumiller
2012-08-01
1
-2
/
+4
*
gallium: specify resource_resolve destination via a pipe_surface
Christoph Bumiller
2012-07-28
1
-4
/
+2
*
gallium: Add struct pipe_llvm_program_header v3
Tom Stellard
2012-06-01
1
-0
/
+8
*
Merge branch 'gallium-userbuf'
Marek Olšák
2012-05-11
1
-3
/
+14
|
\
|
*
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: 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
1
-0
/
+11
*
|
gallium/compute: Drop TGSI dependency.
Francisco Jerez
2012-05-11
1
-1
/
+1
*
|
gallium/tgsi: Add resource write-back support.
Francisco Jerez
2012-05-11
1
-0
/
+1
*
|
gallium: Add context hooks for binding shader resources.
Francisco Jerez
2012-05-11
1
-0
/
+1
*
|
gallium: Basic compute interface.
Francisco Jerez
2012-05-11
1
-0
/
+7
|
/
*
gallium: add user_ptr in pipe_resource
Marek Olšák
2012-04-24
1
-0
/
+3
*
gallium: fix some comments in p_state.h
Brian Paul
2012-02-15
1
-3
/
+3
*
gallium: improve the pipe_stream_output_info struct (v2)
Marek Olšák
2012-01-15
1
-5
/
+8
*
Squash-merge branch 'gallium-clip-state'
Marek Olšák
2012-01-10
1
-2
/
+16
*
gallium: interface changes necessary to implement transform feedback (v5)
Marek Olšák
2011-12-15
1
-18
/
+67
*
gallium: add polygon offset clamp state
Christoph Bumiller
2011-09-28
1
-0
/
+1
*
gallium: move border color to be a color union
Dave Airlie
2011-09-27
1
-1
/
+1
*
Gallium: Increase PIPE_MAX_CLIP_PLANES to 8.
Paul Berry
2011-09-20
1
-1
/
+1
*
gallium: extend resource_resolve to accommodate BlitFramebuffer
Christoph Bumiller
2011-08-04
1
-0
/
+28
*
gallium: fix comments for pipe_stream_output_state
Brian Paul
2011-06-08
1
-7
/
+9
*
gallium: implement seamless cubemap extensions
Marek Olšák
2011-05-06
1
-0
/
+1
*
gallium: reorder fields of pipe_rasterizer_state to pack it more tightly
Marek Olšák
2011-05-02
1
-6
/
+8
*
gallium: implement clamping controls (ARB_color_buffer_float)
Luca Barbieri
2011-03-29
1
-0
/
+2
*
gallium: remove pipe_vertex_buffer::max_index
Marek Olšák
2011-02-14
1
-1
/
+0
*
gallium: added comments to pipe_transfer
Brian Paul
2011-01-28
1
-4
/
+4
*
gallium: implement modern sampling scheme
Zack Rusin
2011-01-24
1
-0
/
+1
*
gallium: support for array textures and related changes
Roland Scheidegger
2010-12-02
1
-22
/
+32
*
gallium: new CAP, state for primitive restart
Brian Paul
2010-10-21
1
-0
/
+6
*
gallium: Remove unnecessary header from p_state.h.
Vinson Lee
2010-08-28
1
-1
/
+0
*
gallium: Add pipe_context::draw_vbo and pipe_context::set_index_buffer.
Chia-I Wu
2010-07-29
1
-0
/
+35
[next]