summaryrefslogtreecommitdiff
path: root/src/gallium/include/pipe/p_state.h
AgeCommit message (Expand)AuthorFilesLines
2016-05-11gallium: add NIR as a possible IRRob Clark1-0/+6
2016-05-11gallium: refactor pipe_shader_state to support multiple IR'sRob Clark1-1/+25
2016-04-07gallium: raise PIPE_MAX_SAMPLERS to 32Nicolai Hähnle1-1/+1
2016-04-07gallium: Put no.of {samples,layers} into pipe_framebuffer_stateEdward O'Callaghan1-0/+8
2016-04-02gallium: add compute shader IR typeBas Nieuwenhuizen1-0/+1
2016-03-14gallium: add access field to pipe_image_viewNicolai Hähnle1-1/+2
2016-02-15gallium: make image views non-persistent objectsIlia Mirkin1-3/+1
2016-02-13gallium: add indirect compute parameters to pipe_grid_infoSamuel Pitoiset1-0/+12
2016-02-13gallium: add a new interface for pipe_context::launch_grid()Samuel Pitoiset1-0/+27
2016-02-05gallium: add interface for querying memory usage and sizes (v2)Marek Olšák1-0/+13
2016-01-07gallium: add sufficient draw interface to allow new indirect featuresIlia Mirkin1-1/+10
2015-12-30gallium: add a drawid to pipe_draw_infoIlia Mirkin1-0/+2
2015-11-05gallium: expose a debug message callback settable by context ownerIlia Mirkin1-0/+25
2015-10-03gallium: add per-sample interpolation control into rasterizer statOAeMarek Olšák1-0/+1
2015-08-21gallium: Add blending to pipe blitChristoph Bumiller1-0/+1
2015-08-14gallium: add an interface for EXT_depth_bounds_testMarek Olšák1-0/+3
2015-07-16gallium: add interface for writable shader buffersMarek Olšák1-0/+10
2015-07-16gallium: add interface for writable shader imagesMarek Olšák1-0/+25
2015-07-16gallium: add new limits for shader buffers and imagesMarek Olšák1-1/+2
2015-06-19gallium: whitespace, formatting clean-up in p_state.hBrian Paul1-16/+20
2015-05-16gallium: add vertices_per_patch to draw infoIlia Mirkin1-0/+2
2015-05-16gallium: bump shader input and output limitsMarek Olšák1-2/+2
2015-02-04gallium: set PIPE_MAX_SAMPLERS to 18Marek Olšák1-1/+1
2014-11-16gallium: remove unused pipe_viewport_state::translate[3] and scale[3]Marek Olšák1-2/+2
2014-09-12gallium: add a texture target to sampler view and a CAP to use itIlia Mirkin1-0/+1
2014-07-02gallium: add facilities for indirect drawingChristoph Bumiller1-0/+22
2014-07-01gallium: add support for stream in so infoIlia Mirkin1-0/+1
2014-05-31gallium/docs: improve documentation of render condition wrt blits.Roland Scheidegger1-2/+2
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