summaryrefslogtreecommitdiffstats
path: root/src/gallium/include/pipe/p_state.h
Commit message (Expand)AuthorAgeFilesLines
* gallium: set PIPE_MAX_SAMPLERS to 18Marek Olšák2015-02-041-1/+1
* gallium: remove unused pipe_viewport_state::translate[3] and scale[3]Marek Olšák2014-11-161-2/+2
* gallium: add a texture target to sampler view and a CAP to use itIlia Mirkin2014-09-121-0/+1
* gallium: add facilities for indirect drawingChristoph Bumiller2014-07-021-0/+22
* gallium: add support for stream in so infoIlia Mirkin2014-07-011-0/+1
* gallium/docs: improve documentation of render condition wrt blits.Roland Scheidegger2014-05-311-2/+2
* gallium: add bit to pipe_blit_info to leave current query enabledIlia Mirkin2014-05-111-0/+3
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-2/+2
* gallium: add bits for clipping points as tris (d3d-style)Roland Scheidegger2014-01-171-0/+1
* llvmpipe: add plumbing for ARB_depth_clampMatthew McClure2013-12-111-0/+2
* gallium/draw: add limits to the clip and cull distancesZack Rusin2013-06-131-0/+2
* gallium: Add support for multiple viewportsZack Rusin2013-05-251-0/+1
* draw/pt: adjust overflow calculationsZack Rusin2013-05-031-0/+7
* gallium: increase the number of available stream output declsZack Rusin2013-04-261-1/+2
* gallium: Replace gl_rasterization_rules with lower_left_origin and half_pixel...José Fonseca2013-04-231-12/+2
* gallium: Add a new clip_halfz rasterizer state.José Fonseca2013-04-221-0/+6
* gallium: add TGSI_SEMANTIC_TEXCOORD,PCOORD v3Christoph Bumiller2013-03-201-1/+1
* 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