aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/include
Commit message (Expand)AuthorAgeFilesLines
* r600g: Clean up defined magic numbers for TGSI opcodesRhys Kidd2016-08-291-0/+1
* gallium: Use enum pipe_shader_type in set_shader_images()Kai Wasserbäch2016-08-291-1/+2
* gallium: Use enum pipe_shader_type in set_shader_buffers()Kai Wasserbäch2016-08-291-1/+2
* gallium: Use enum pipe_shader_type in set_sampler_views()Kai Wasserbäch2016-08-291-1/+2
* gallium: Use enum pipe_shader_type in bind_sampler_states() (v2)Kai Wasserbäch2016-08-291-2/+3
* gallium: add a pipe_context parameter to resource_get_handleMarek Olšák2016-08-251-0/+7
* gallium: add a cap to expose whether driver supports mixed color/zs bitsIlia Mirkin2016-08-231-0/+1
* 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
* gallium: add a pipe_context parameter to fence_finishMarek Olšák2016-08-101-3/+12
* gallium: add render_condition_enable param to clear_render_target/depth_stencilMarek Olšák2016-08-101-2/+4
* gallium: rework flags for pipe_context::dump_debug_stateMarek Olšák2016-07-262-2/+5
* mesa: standardize naming Mesa3D, MESA -> MesaVedran Miletić2016-07-261-1/+1
* gallium: split transfer_inline_write into buffer and texture callbacksMarek Olšák2016-07-231-10/+17
* gallium: add PIPE_FLUSH_DEFERREDMarek Olšák2016-07-221-1/+2
* gallium: add a cap for VIEWPORT_SUBPIXEL_BITS (v2)Józef Kucia2016-07-201-0/+1
* vl: add entry pointBoyuan Zhang2016-07-191-0/+1
* vl: add parameters for VAAPI encodeBoyuan Zhang2016-07-141-0/+33
* 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
* glsl: add driconf to zero-init unintialized varsRob Clark2016-07-021-0/+1
* clover: Pass work_dim parameter of clEnqueueNDRangeKernel() to driverHans de Goede2016-07-021-0/+7
* tgsi: Add WORK_DIM System ValueHans de Goede2016-07-021-0/+1
* gallium: Force blend color to 16-byte alignmentChuck Atkins2016-06-301-1/+11
* gallium: Add a cap for offset_units_unscaledAxel Davy2016-06-252-0/+8
* Remove wrongly repeated words in commentsGiuseppe Bilotta2016-06-231-3/+3
* gallium: make image_view constRob Clark2016-06-201-1/+1
* gallium: make constant_buffer constRob Clark2016-06-201-1/+1
* gallium: make shader_buffers constRob Clark2016-06-201-1/+1
* gallium: add PIPE_CAP_MAX_WINDOW_RECTANGLES to all driversIlia Mirkin2016-06-181-0/+1
* gallium: add API for setting window rectanglesIlia Mirkin2016-06-182-0/+11
* st/va: ensure linear memory for dmabufJulien Isorce2016-06-141-0/+1
* gallium: remove st_api::get_proc_address hookEmil Velikov2016-06-131-12/+0
* gallium: add PIPE_CAP_TGSI_VOTE for when the VOTE ops are allowedIlia Mirkin2016-06-061-0/+1
* gallium: add VOTE_* opcodes to implement GL_ARB_shader_group_voteIlia Mirkin2016-06-061-1/+6
* gallium: add PIPE_BARRIER_ALL defineNicolai Hähnle2016-06-011-0/+1
* gallium: change pipe_draw_info::mode to be pipe_prim_typeBrian Paul2016-05-261-1/+1
* gallium: Add a pipe cap for whether primitive restart works for patches.Kenneth Graunke2016-05-231-0/+1
* tgsi: remove culldist semantic.Dave Airlie2016-05-231-1/+0
* gallium: Add a pipe cap for arb_cull_distanceTobias Klausmann2016-05-141-0/+1
* gallium: add NIR as a possible IRRob Clark2016-05-113-0/+16
* gallium: refactor pipe_shader_state to support multiple IR'sRob Clark2016-05-112-3/+35
* gallium: Include intrin.h instead of defining ourselves.Jose Fonseca2016-04-261-2/+2
* gallium: add bool return to pipe_context::end_queryNicolai Hähnle2016-04-211-1/+1
* gallium: use PIPE_SHADER_* everywhere, remove TGSI_PROCESSOR_*Marek Olšák2016-04-221-10/+1
* gallium: merge PIPE_SWIZZLE_* and UTIL_FORMAT_SWIZZLE_*Marek Olšák2016-04-221-7/+9
* gallium: use enums in p_shader_tokens.h (v2)Marek Olšák2016-04-221-139/+164
* gallium: use enums in p_defines.h (v2)Marek Olšák2016-04-221-173/+205
* gallium: Add capability for ARB_robust_buffer_access_behavior.Bas Nieuwenhuizen2016-04-121-0/+1