summaryrefslogtreecommitdiffstats
path: root/src/gallium/include/pipe/p_state.h
Commit message (Expand)AuthorAgeFilesLines
* gallium: remove pipe_surface::usageMarek Olšák2012-12-121-1/+0
* mesa: bump MAX_VARYING to 32Marek Olšák2012-10-291-2/+2
* gallium: remove unused data pointer from pipe_transferMarek Olšák2012-10-181-1/+0
* gallium: remove resource_resolveMarek Olšák2012-09-301-26/+0
* gallium: add blit into the interfaceMarek Olšák2012-09-301-0/+21
* gallium: remove PIPE_MAX_VERTEX/GEOMETRY_SAMPLERS #defineBrian Paul2012-08-161-2/+0
* gallium: make pipe_box signed in order to represent flipped blitsMarek Olšák2012-08-151-6/+6
* Revert "gallium: specify resource_resolve destination via a pipe_surface"Christoph Bumiller2012-08-011-2/+4
* gallium: specify resource_resolve destination via a pipe_surfaceChristoph Bumiller2012-07-281-4/+2
* gallium: Add struct pipe_llvm_program_header v3Tom Stellard2012-06-011-0/+8
* Merge branch 'gallium-userbuf'Marek Olšák2012-05-111-3/+14
|\
| * gallium: remove pipe_resource::user_ptrMarek Olšák2012-04-301-3/+0
| * gallium: add void *user_buffer to pipe_constant_bufferMarek Olšák2012-04-301-0/+1
| * gallium: add void *user_buffer in pipe_index_bufferMarek Olšák2012-04-301-0/+1
| * gallium: add void *user_buffer in pipe_vertex_bufferMarek Olšák2012-04-301-0/+1
| * gallium: change set_constant_buffer to be UBO-friendlyMarek Olšák2012-04-301-0/+11
* | gallium/compute: Drop TGSI dependency.Francisco Jerez2012-05-111-1/+1
* | gallium/tgsi: Add resource write-back support.Francisco Jerez2012-05-111-0/+1
* | gallium: Add context hooks for binding shader resources.Francisco Jerez2012-05-111-0/+1
* | gallium: Basic compute interface.Francisco Jerez2012-05-111-0/+7
|/
* gallium: add user_ptr in pipe_resourceMarek Olšák2012-04-241-0/+3
* gallium: fix some comments in p_state.hBrian Paul2012-02-151-3/+3
* 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
|/