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
/
pipe
/
p_context.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: clean up resource_copy_region function
Roland Scheidegger
2010-05-17
1
-2
/
+0
*
gallium: fix glaring bugs in last commit
Roland Scheidegger
2010-04-27
1
-2
/
+1
*
gallium: interface changes for multisampling
Roland Scheidegger
2010-04-26
1
-15
/
+36
*
gallium: Add index bias parameter to draw_elements and friends.
José Fonseca
2010-04-19
1
-0
/
+3
*
Squashed commit of the following:
Keith Whitwell
2010-04-10
1
-29
/
+35
*
gallium: remove old comment about return values
Brian Paul
2010-04-01
1
-1
/
+1
*
Merge commit 'origin/master' into gallium-sampler-view
Keith Whitwell
2010-03-13
1
-0
/
+26
|
\
|
*
gallium: remove pipe_context member from pipe_transfer
Keith Whitwell
2010-03-11
1
-1
/
+2
|
*
Squashed commit of gallium-context-transfers:
Keith Whitwell
2010-03-11
1
-0
/
+26
*
|
Merge branch 'master' into gallium-sampler-view
Michal Krol
2010-03-10
1
-3
/
+6
|
\
|
|
*
gallium: use cso state handling for pipe_vertex_element state
Roland Scheidegger
2010-02-18
1
-3
/
+6
*
|
gallium: WIP: Introduce sampler views.
Michal Krol
2010-02-19
1
-6
/
+16
|
/
*
gallium: don't put stencil ref value in pipe_depth_stencil_alpha_state
Roland Scheidegger
2010-02-09
1
-1
/
+4
*
gallium: document pipe_context::get_query_result()
Brian Paul
2010-01-29
1
-0
/
+5
*
gallium: fix conditional rendering comment
Brian Paul
2010-01-21
1
-1
/
+1
*
gallium: updated comments, whitespace fixes
Brian Paul
2010-01-21
1
-15
/
+15
*
Merge branch 'gallium-noconstbuf'
Roland Scheidegger
2010-01-15
1
-1
/
+1
|
\
|
*
gallium: remove const qualifier from pipe_buffer argument in set_constant_buffer
Roland Scheidegger
2010-01-11
1
-1
/
+1
|
*
gallium: API cleanup, remove pointless pipe_constant_buffer
Roland Scheidegger
2009-12-23
1
-1
/
+1
*
|
Merge branch 'instanced-arrays'
Michal Krol
2010-01-14
1
-0
/
+16
|
\
\
|
*
|
gallium: draw_arrays/elements_instanced() are of type void.
Michal Krol
2010-01-12
1
-15
/
+15
|
*
|
Merge branch 'master' into instanced-arrays
Michal Krol
2010-01-05
1
-0
/
+14
|
|
\
\
|
*
|
|
gallium: Add interfaces needed for instanced drawing.
Michal Krol
2009-12-23
1
-0
/
+16
|
|
|
/
|
|
/
|
*
|
|
Merge commit 'origin/gallium-draw-retval'
Keith Whitwell
2010-01-05
1
-14
/
+14
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
gallium: remove return value from draw calls
Keith Whitwell
2009-12-21
1
-14
/
+14
*
|
|
gallium: pipe_context::render_condition() and mode flags
Brian Paul
2009-12-31
1
-0
/
+8
*
|
|
gallium: add geometry shader support to gallium
Zack Rusin
2009-12-25
1
-0
/
+6
|
|
/
|
/
|
*
|
gallium: first steps to treat edgeflags as regular vertex element
Keith Whitwell
2009-12-09
1
-8
/
+0
|
/
*
gallium: Introduce separate vertex texture/sampler state.
Michal Krol
2009-12-01
1
-4
/
+13
*
gallium: Permit surface_copy and surface_fill to be NULL.
Corbin Simpson
2009-10-17
1
-0
/
+3
*
gallium: improved comments, minor whitespace changes
Brian Paul
2009-08-18
1
-7
/
+10
*
gallium: Make sure we flush before some texture / buffer operations.
Thomas Hellstrom
2009-04-15
1
-1
/
+28
*
gallium: comments for surface_copy(), surface_fill() in p_context.h
Brian Paul
2009-04-09
1
-2
/
+9
*
gallium: Clean up driver clear() interface.
Michel Dänzer
2009-04-04
1
-4
/
+12
*
gallium: Remove do_flip argument from surface_copy
Jakob Bornecrantz
2009-03-13
1
-1
/
+0
*
gallium: move 'struct pipe_winsys'
Brian Paul
2009-02-05
1
-0
/
+1
*
gallium: Replace uint64 by standard uint64_t.
José Fonseca
2009-01-08
1
-1
/
+1
*
gallium: change surface_copy()'s do_flip to boolean
Brian Paul
2008-06-23
1
-1
/
+1
*
draw: draw_range_elements trial
Keith Whitwell
2008-05-29
1
-0
/
+14
*
gallium: tex surface checkpoint
Keith Whitwell
2008-05-01
1
-6
/
+0
*
gallium: Handle client-supplied edgeflags.
Keith Whitwell
2008-04-04
1
-0
/
+8
*
gallium: Set vertex state/buffers en-mass.
Brian Paul
2008-03-29
1
-6
/
+6
*
gallium: updated/improved comments, minor re-formatting
Brian Paul
2008-03-27
1
-31
/
+27
*
gallium: Change pipe->flush() interface to optionally return a fence.
Michel Dänzer
2008-03-26
1
-2
/
+3
*
gallium: add face, dirtyLevels params to pipe->texture_update()
Brian Paul
2008-03-19
1
-4
/
+2
*
gallium: michel's patch to rework texture/sampler binding interface
Keith Whitwell
2008-03-05
1
-4
/
+4
*
gallium: remove the ugly pipe->draw stage lookup code in aaline/point/pstippl...
Brian
2008-02-29
1
-0
/
+1
*
gallium: remove pipe_context->texture_create/release/get_tex_surface()
Brian
2008-02-27
1
-16
/
+2
*
gallium: move is_format_supported() to pipe_screen struct
Brian
2008-02-27
1
-18
/
+1
*
gallium: start removing pipe_context->get_name/vendor/param/paramf
Brian
2008-02-27
1
-0
/
+3
[next]