aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/include/pipe/p_context.h
Commit message (Expand)AuthorAgeFilesLines
* g3dvl: Add max_references parameter to vl_create_decoder()Emeric Grange2011-09-141-1/+1
* gallium: extend resource_resolve to accommodate BlitFramebufferChristoph Bumiller2011-08-041-5/+3
* gallium: put video-related enums in separate headerBrian Paul2011-07-141-4/+4
* [g3dvl] and finally remove pipe_video_contextChristian König2011-07-081-0/+11
* [g3dvl] move video buffer creation out of video contextChristian König2011-07-081-0/+11
* gallium: add texture barrier support to the interface and st/mesa (v2)Marek Olšák2011-03-151-0/+5
* gallium: remove flags from the flush functionMarek Olšák2011-03-111-3/+1
* gallium: kill is_resource_referencedMarek Olšák2011-03-111-15/+0
* gallium: notify drivers about possible changes in user buffer contentsMarek Olšák2011-02-141-0/+8
* gallium: support for array textures and related changesRoland Scheidegger2010-12-021-23/+33
* gallium: Clean up header file inclusion in p_context.h.Vinson Lee2010-08-261-6/+24
* gallium: Keep only pipe_context::draw_vbo.Chia-I Wu2010-07-291-41/+0
* gallium: Add pipe_context::draw_vbo and pipe_context::set_index_buffer.Chia-I Wu2010-07-291-0/+6
* gallium/softpipe/draw: support samplers in geometry shadersZack Rusin2010-06-111-0/+7
* gallium: adjust the query interface to support custom typesZack Rusin2010-06-081-2/+2
* gallium: rename draw_auto to draw_stream_output, plus fix a commentZack Rusin2010-06-081-1/+1
* gallium: add interface for DrawAuto and implement it in softpipeZack Rusin2010-06-081-0/+5
* gallium: basic and initial implementation of the stream output interfaceZack Rusin2010-06-081-0/+12
* gallium: rename clearRT / clearDS to clear_render_target / clear_depth_stencilRoland Scheidegger2010-06-031-12/+12
* gallium: clear interface changesRoland Scheidegger2010-05-281-13/+26
* gallium: clean up resource_copy_region functionRoland Scheidegger2010-05-171-2/+0
* gallium: fix glaring bugs in last commitRoland Scheidegger2010-04-271-2/+1
* gallium: interface changes for multisamplingRoland Scheidegger2010-04-261-15/+36
* gallium: Add index bias parameter to draw_elements and friends.José Fonseca2010-04-191-0/+3
* Squashed commit of the following:Keith Whitwell2010-04-101-29/+35
* gallium: remove old comment about return valuesBrian Paul2010-04-011-1/+1
* Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell2010-03-131-0/+26
|\
| * gallium: remove pipe_context member from pipe_transferKeith Whitwell2010-03-111-1/+2
| * Squashed commit of gallium-context-transfers:Keith Whitwell2010-03-111-0/+26
* | Merge branch 'master' into gallium-sampler-viewMichal Krol2010-03-101-3/+6
|\|
| * gallium: use cso state handling for pipe_vertex_element stateRoland Scheidegger2010-02-181-3/+6
* | gallium: WIP: Introduce sampler views.Michal Krol2010-02-191-6/+16
|/
* gallium: don't put stencil ref value in pipe_depth_stencil_alpha_stateRoland Scheidegger2010-02-091-1/+4
* gallium: document pipe_context::get_query_result()Brian Paul2010-01-291-0/+5
* gallium: fix conditional rendering commentBrian Paul2010-01-211-1/+1
* gallium: updated comments, whitespace fixesBrian Paul2010-01-211-15/+15
* Merge branch 'gallium-noconstbuf'Roland Scheidegger2010-01-151-1/+1
|\
| * gallium: remove const qualifier from pipe_buffer argument in set_constant_bufferRoland Scheidegger2010-01-111-1/+1
| * gallium: API cleanup, remove pointless pipe_constant_bufferRoland Scheidegger2009-12-231-1/+1
* | Merge branch 'instanced-arrays'Michal Krol2010-01-141-0/+16
|\ \
| * | gallium: draw_arrays/elements_instanced() are of type void.Michal Krol2010-01-121-15/+15
| * | Merge branch 'master' into instanced-arraysMichal Krol2010-01-051-0/+14
| |\ \
| * | | gallium: Add interfaces needed for instanced drawing.Michal Krol2009-12-231-0/+16
| | |/ | |/|
* | | Merge commit 'origin/gallium-draw-retval'Keith Whitwell2010-01-051-14/+14
|\ \ \ | |_|/ |/| |
| * | gallium: remove return value from draw callsKeith Whitwell2009-12-211-14/+14
* | | gallium: pipe_context::render_condition() and mode flagsBrian Paul2009-12-311-0/+8
* | | gallium: add geometry shader support to galliumZack Rusin2009-12-251-0/+6
| |/ |/|
* | gallium: first steps to treat edgeflags as regular vertex elementKeith Whitwell2009-12-091-8/+0
|/
* gallium: Introduce separate vertex texture/sampler state.Michal Krol2009-12-011-4/+13
* gallium: Permit surface_copy and surface_fill to be NULL.Corbin Simpson2009-10-171-0/+3