aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/include/pipe/p_state.h
Commit message (Expand)AuthorAgeFilesLines
* rename pipe_llvm_program_header to pipe_binary_program_headerKarol Herbst2019-09-211-2/+2
* gallium: add blob field to pipe_llvm_program_headerKarol Herbst2019-09-211-0/+1
* gallium: switch boolean -> bool at the interface definitionsIlia Mirkin2019-07-221-5/+5
* softpipe: add support for indexed queries.Dave Airlie2019-04-091-0/+1
* gallium: add pipe_grid_info::last_blockMarek Olšák2019-03-151-0/+21
* gallium: Add new PIPE_CAP_SURFACE_SAMPLE_COUNTKristian H. Kristensen2018-12-061-0/+7
* st/mesa: Record shader access qualifiers for imagesJason Ekstrand2018-10-231-1/+2
* gallium: split depth_clip into depth_clip_near & depth_clip_farMarek Olšák2018-09-061-1/+5
* gallium: add pipe_resource::nr_storage_samples, and set it same as nr_samplesMarek Olšák2018-07-311-3/+15
* gallium: add support for programmable sample locationsRhys Perry2018-06-141-0/+1
* gallium: add initial support for conservative rasterizationRhys Perry2018-04-301-0/+8
* gallium: increase PIPE_MAX_SHADER_SAMPLER_VIEWS to 128Roland Scheidegger2018-03-061-1/+1
* gallium: remove llvm from ir structTimothy Arceri2018-03-011-1/+0
* gallium/st/clover: remove unused PIPE_SHADER_IR_LLVMTimothy Arceri2018-02-011-2/+3
* gallium/tgsi: start adding hw atomics (v3.2)Dave Airlie2017-11-101-0/+1
* gallium: increase pipe_sampler_view::target bitfield size for MSVCBrian Paul2017-11-011-2/+6
* gallium: Create a new PIPE_CAP_TILE_RASTER_ORDER for vc4.Eric Anholt2017-10-101-0/+10
* gallium: introduce memory objectDave Airlie2017-08-061-0/+8
* gallium: remove pipe_index_buffer and set_index_bufferMarek Olšák2017-05-101-17/+21
* gallium: separate indirect stuff from pipe_draw_info - 80 -> 56 bytesMarek Olšák2017-05-101-32/+35
* gallium: decrease the size of pipe_vertex_buffer - 24 -> 16 bytesMarek Olšák2017-05-101-4/+7
* gallium: decrease the size of pipe_draw_info - 88 -> 80 bytesMarek Olšák2017-04-041-1/+1
* gallium: decrease the size of pipe_vertex_element - 16 -> 8 bytesMarek Olšák2017-04-041-8/+8
* gallium: decrease the size of pipe_resource - 64 -> 48 bytesMarek Olšák2017-04-041-6/+6
* gallium: decrease the size of pipe_box - 24 -> 16 bytesMarek Olšák2017-04-041-4/+7
* gallium: decrease the size of pipe_sampler_view - 48 -> 32 bytesMarek Olšák2017-04-041-6/+6
* gallium: decrease the size of pipe_surface - 48 -> 40 bytesMarek Olšák2017-04-041-5/+4
* gallium: decrease the size of pipe_framebuffer_state - 96 -> 80 bytesMarek Olšák2017-04-041-4/+4
* gallium: decrease the size of pipe_stream_output_info - 532 -> 268 bytesMarek Olšák2017-04-041-2/+2
* gallium: decrease the size of pipe_rasterizer_state - 36 -> 32 bytesMarek Olšák2017-04-041-1/+7
* gallium: reorder fields in pipe_draw_infoMarek Olšák2017-02-221-23/+26
* gallium: extract individual streamout output structureNicolai Hähnle2016-12-121-8/+13
* gallium: decrease the size of pipe_sampler_state fieldsMarek Olšák2016-12-071-3/+3
* gallium: add pipe_context::set_device_reset_callbackNicolai Hähnle2016-10-051-0/+19
* mesa/st: support lowering multi-planar YUVRob Clark2016-09-261-0/+6
* gallium: change pipe_image_view::first_element/last_element -> offset/sizeMarek Olšák2016-08-171-2/+2
* gallium: change pipe_sampler_view::first_element/last_element -> offset/sizeMarek Olšák2016-08-171-2/+2
* Revert "gallium: Force blend color to 16-byte alignment"Tim Rowley2016-07-131-11/+1
* gallium: add async flag to pipe_debug_callbackNicolai Hähnle2016-07-081-0/+6
* gallium: un-inline pipe_surface_descRob Clark2016-07-061-11/+12
* clover: Pass work_dim parameter of clEnqueueNDRangeKernel() to driverHans de Goede2016-07-021-0/+7
* gallium: Force blend color to 16-byte alignmentChuck Atkins2016-06-301-1/+11
* gallium: Add a cap for offset_units_unscaledAxel Davy2016-06-251-0/+7
* gallium: add API for setting window rectanglesIlia Mirkin2016-06-181-0/+6
* gallium: change pipe_draw_info::mode to be pipe_prim_typeBrian Paul2016-05-261-1/+1
* gallium: add NIR as a possible IRRob Clark2016-05-111-0/+6
* gallium: refactor pipe_shader_state to support multiple IR'sRob Clark2016-05-111-1/+25
* gallium: raise PIPE_MAX_SAMPLERS to 32Nicolai Hähnle2016-04-071-1/+1
* gallium: Put no.of {samples,layers} into pipe_framebuffer_stateEdward O'Callaghan2016-04-071-0/+8
* gallium: add compute shader IR typeBas Nieuwenhuizen2016-04-021-0/+1