summaryrefslogtreecommitdiff
path: root/src/gallium/include/pipe/p_state.h
AgeCommit message (Expand)AuthorFilesLines
2014-05-11gallium: add bit to pipe_blit_info to leave current query enabledIlia Mirkin1-0/+3
2014-01-17s/Tungsten Graphics/VMware/José Fonseca1-2/+2
2014-01-17gallium: add bits for clipping points as tris (d3d-style)Roland Scheidegger1-0/+1
2013-12-11llvmpipe: add plumbing for ARB_depth_clampMatthew McClure1-0/+2
2013-06-13gallium/draw: add limits to the clip and cull distancesZack Rusin1-0/+2
2013-05-25gallium: Add support for multiple viewportsZack Rusin1-0/+1
2013-05-03draw/pt: adjust overflow calculationsZack Rusin1-0/+7
2013-04-26gallium: increase the number of available stream output declsZack Rusin1-1/+2
2013-04-23gallium: Replace gl_rasterization_rules with lower_left_origin and half_pixel...José Fonseca1-12/+2
2013-04-22gallium: Add a new clip_halfz rasterizer state.José Fonseca1-0/+6
2013-03-20gallium: add TGSI_SEMANTIC_TEXCOORD,PCOORD v3Christoph Bumiller1-1/+1
2012-12-12gallium: remove pipe_surface::usageMarek Olšák1-1/+0
2012-10-29mesa: bump MAX_VARYING to 32Marek Olšák1-2/+2
2012-10-18gallium: remove unused data pointer from pipe_transferMarek Olšák1-1/+0
2012-09-30gallium: remove resource_resolveMarek Olšák1-26/+0
2012-09-30gallium: add blit into the interfaceMarek Olšák1-0/+21
2012-08-16gallium: remove PIPE_MAX_VERTEX/GEOMETRY_SAMPLERS #defineBrian Paul1-2/+0
2012-08-15gallium: make pipe_box signed in order to represent flipped blitsMarek Olšák1-6/+6
2012-08-01Revert "gallium: specify resource_resolve destination via a pipe_surface"Christoph Bumiller1-2/+4
2012-07-28gallium: specify resource_resolve destination via a pipe_surfaceChristoph Bumiller1-4/+2
2012-06-01gallium: Add struct pipe_llvm_program_header v3Tom Stellard1-0/+8
2012-05-11Merge branch 'gallium-userbuf'Marek Olšák1-3/+14
2012-05-11gallium/compute: Drop TGSI dependency.Francisco Jerez1-1/+1
2012-05-11gallium/tgsi: Add resource write-back support.Francisco Jerez1-0/+1
2012-05-11gallium: Add context hooks for binding shader resources.Francisco Jerez1-0/+1
2012-05-11gallium: Basic compute interface.Francisco Jerez1-0/+7
2012-04-30gallium: remove pipe_resource::user_ptrMarek Olšák1-3/+0
2012-04-30gallium: add void *user_buffer to pipe_constant_bufferMarek Olšák1-0/+1
2012-04-30gallium: add void *user_buffer in pipe_index_bufferMarek Olšák1-0/+1
2012-04-30gallium: add void *user_buffer in pipe_vertex_bufferMarek Olšák1-0/+1
2012-04-30gallium: change set_constant_buffer to be UBO-friendlyMarek Olšák1-0/+11
2012-04-24gallium: add user_ptr in pipe_resourceMarek Olšák1-0/+3
2012-02-15gallium: fix some comments in p_state.hBrian Paul1-3/+3
2012-01-15gallium: improve the pipe_stream_output_info struct (v2)Marek Olšák1-5/+8
2012-01-10Squash-merge branch 'gallium-clip-state'Marek Olšák1-2/+16
2011-12-15gallium: interface changes necessary to implement transform feedback (v5)Marek Olšák1-18/+67
2011-09-28gallium: add polygon offset clamp stateChristoph Bumiller1-0/+1
2011-09-27gallium: move border color to be a color unionDave Airlie1-1/+1
2011-09-20Gallium: Increase PIPE_MAX_CLIP_PLANES to 8.Paul Berry1-1/+1
2011-08-04gallium: extend resource_resolve to accommodate BlitFramebufferChristoph Bumiller1-0/+28
2011-06-08gallium: fix comments for pipe_stream_output_stateBrian Paul1-7/+9
2011-05-06gallium: implement seamless cubemap extensionsMarek Olšák1-0/+1
2011-05-02gallium: reorder fields of pipe_rasterizer_state to pack it more tightlyMarek Olšák1-6/+8
2011-03-29gallium: implement clamping controls (ARB_color_buffer_float)Luca Barbieri1-0/+2
2011-02-14gallium: remove pipe_vertex_buffer::max_indexMarek Olšák1-1/+0
2011-01-28gallium: added comments to pipe_transferBrian Paul1-4/+4
2011-01-24gallium: implement modern sampling schemeZack Rusin1-0/+1
2010-12-02gallium: support for array textures and related changesRoland Scheidegger1-22/+32
2010-10-21gallium: new CAP, state for primitive restartBrian Paul1-0/+6
2010-08-28gallium: Remove unnecessary header from p_state.h.Vinson Lee1-1/+0