summaryrefslogtreecommitdiffstats
path: root/src/gallium/include
Commit message (Expand)AuthorAgeFilesLines
* android: support swrastWuZhen2016-11-011-1/+9
* gallium: annotate sw_driver_descriptor instance as const dataEmil Velikov2016-10-141-1/+1
* gallium: annotate drm_driver_descriptor instance as const dataEmil Velikov2016-10-141-2/+2
* gallium: rename drm_driver_descriptor::{, driver_}nameEmil Velikov2016-10-141-3/+3
* gallium: remove unused drm_driver_descriptor::driver_nameEmil Velikov2016-10-141-8/+1
* gallium: fix drm_driver_descriptor::name commentEmil Velikov2016-10-141-1/+1
* gallium: add PIPE_RESOURCE_FLAG_TEXTURING_MORE_LIKELYMarek Olšák2016-10-131-0/+1
* gallium: add PIPE_CAP_TGSI_ARRAY_COMPONENTSNicolai Hähnle2016-10-121-0/+1
* gallium: add PIPE_COMPUTE_CAP_MAX_VARIABLE_THREADS_PER_BLOCKSamuel Pitoiset2016-10-071-1/+2
* gallium: add pipe_context::set_device_reset_callbackNicolai Hähnle2016-10-052-0/+27
* gallium/hud: Add power sensor supportSteven Toth2016-09-291-0/+1
* gallium/hud: Add support for block I/O, network I/O and lmsensor statsSteven Toth2016-09-281-0/+4
* mesa/st: support lowering multi-planar YUVRob Clark2016-09-262-0/+9
* gallium: remove unused PIPE_CC_GCC_VERSIONTimothy Arceri2016-09-231-1/+0
* gallium/tgsi: add support for 64-bit integer immediates.Dave Airlie2016-09-211-0/+2
* gallium: add opcode and types for 64-bit integers. (v3)Dave Airlie2016-09-211-9/+37
* st/vdpau: fix argument type to vlVdpOutputSurfaceDMABufIlia Mirkin2016-09-201-1/+1
* gallium: remove PIPE_BIND_TRANSFER_READ/WRITEMarek Olšák2016-09-081-2/+1
* gallium/util: move endian detect into a separate fileDave Airlie2016-09-061-38/+2
* gallium: add cap to export device pointer sizeJan Vesely2016-08-291-0/+1
* 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