summaryrefslogtreecommitdiffstats
path: root/src/gallium/include/pipe/p_state.h
Commit message (Expand)AuthorAgeFilesLines
* gallium: improve the pipe_stream_output_info struct (v2)Marek Olšák2012-01-151-5/+8
* Squash-merge branch 'gallium-clip-state'Marek Olšák2012-01-101-2/+16
* gallium: interface changes necessary to implement transform feedback (v5)Marek Olšák2011-12-151-18/+67
* gallium: add polygon offset clamp stateChristoph Bumiller2011-09-281-0/+1
* gallium: move border color to be a color unionDave Airlie2011-09-271-1/+1
* Gallium: Increase PIPE_MAX_CLIP_PLANES to 8.Paul Berry2011-09-201-1/+1
* gallium: extend resource_resolve to accommodate BlitFramebufferChristoph Bumiller2011-08-041-0/+28
* gallium: fix comments for pipe_stream_output_stateBrian Paul2011-06-081-7/+9
* gallium: implement seamless cubemap extensionsMarek Olšák2011-05-061-0/+1
* gallium: reorder fields of pipe_rasterizer_state to pack it more tightlyMarek Olšák2011-05-021-6/+8
* gallium: implement clamping controls (ARB_color_buffer_float)Luca Barbieri2011-03-291-0/+2
* gallium: remove pipe_vertex_buffer::max_indexMarek Olšák2011-02-141-1/+0
* gallium: added comments to pipe_transferBrian Paul2011-01-281-4/+4
* gallium: implement modern sampling schemeZack Rusin2011-01-241-0/+1
* gallium: support for array textures and related changesRoland Scheidegger2010-12-021-22/+32
* gallium: new CAP, state for primitive restartBrian Paul2010-10-211-0/+6
* gallium: Remove unnecessary header from p_state.h.Vinson Lee2010-08-281-1/+0
* gallium: Add pipe_context::draw_vbo and pipe_context::set_index_buffer.Chia-I Wu2010-07-291-0/+35
* gallium: add depth clamp to the interfaceMarek Olšák2010-07-211-0/+1
* gallium: remove pointless bitfield restrction in pipe_vertex_elementKeith Whitwell2010-07-211-1/+1
* gallium: bump PIPE_MAX_SHADER_INPUTS/OUTPUTS to 32Brian Paul2010-07-081-2/+2
* gallium/softpipe/draw: support samplers in geometry shadersZack Rusin2010-06-111-0/+1
* gallium: rename draw_auto to draw_stream_output, plus fix a commentZack Rusin2010-06-081-1/+0
* gallium: a lot more complete implementation of stream outputZack Rusin2010-06-081-1/+11
* gallium: basic and initial implementation of the stream output interfaceZack Rusin2010-06-081-0/+7
* Merge branch 'gallium-msaa'Roland Scheidegger2010-05-211-0/+2
|\
| * gallium: interface changes for multisamplingRoland Scheidegger2010-04-261-0/+2
* | gallium: convert rasterizer state to use gl-style front/back conceptsKeith Whitwell2010-05-141-6/+7
|/
* gallium: replace pipe_resource::_usage with pipe_resource::usageBrian Paul2010-04-201-1/+1
* gallium: comments and whitespace fixesBrian Paul2010-04-161-8/+13
* Squashed commit of the following:Keith Whitwell2010-04-101-41/+45
* gallium: Use last_level for pipe_sampler_view instead of num_levels.Michal Krol2010-03-111-1/+1
* Merge branch 'master' into gallium-sampler-viewMichal Krol2010-03-101-16/+5
|\
| * Merge branch 'gallium-vertexelementcso'Roland Scheidegger2010-03-091-1/+0
| |\
| | * gallium: remove redundant nr_components field from pipe_vertex_elementRoland Scheidegger2010-02-171-1/+0
| * | gallium: update some comments, remove others which are superfluousBrian Paul2010-03-081-5/+5
| * | gallium: Remove bypass_vs_clip_and_viewport from rasteriser state.Michal Krol2010-02-221-10/+0
| |/
* / gallium: WIP: Introduce sampler views.Michal Krol2010-02-191-0/+18
|/
* gallium: make max_anisotropy a unsigned bitfield memberRoland Scheidegger2010-02-121-1/+1
* gallium: make valuemask/writemask in pipe_stencil_state bitfield membersRoland Scheidegger2010-02-091-2/+2
* gallium: don't put stencil ref value in pipe_depth_stencil_alpha_stateRoland Scheidegger2010-02-091-1/+4
* Merge branch 'gallium-nopointsizeminmax'Roland Scheidegger2010-02-091-4/+3
|\
| * gallium: add point_quad_rasterization bit to rasterizer stateRoland Scheidegger2010-02-041-0/+1
| * gallium: clean up point sprite rasterizer stateRoland Scheidegger2010-02-031-2/+2
| * gallium: remove point_size_min and point_size_max from rasterizer stateRoland Scheidegger2010-01-121-2/+0
* | gallium: Remove prefilter member from pipe_sampler_state struct.Michal Krol2010-02-091-1/+0
* | gallium: Make pipe_atomic a regular int32_t.José Fonseca2010-02-021-1/+6
* | gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca2010-02-021-32/+0
* | Merge commit 'origin/perrtblend'Roland Scheidegger2010-01-281-4/+9
|\ \
| * | docs: clean up sampler descriptionRoland Scheidegger2010-01-211-1/+1