summaryrefslogtreecommitdiff
path: root/src/gallium/include/pipe
AgeCommit message (Expand)AuthorFilesLines
2016-10-07gallium: add PIPE_CAP_TGSI_ARRAY_COMPONENTSNicolai Hähnle1-0/+1
2016-10-05gallium: add pipe_context::set_device_reset_callbackNicolai Hähnle2-0/+27
2016-09-29gallium/hud: Add power sensor supportSteven Toth1-0/+1
2016-09-28gallium/hud: Add support for block I/O, network I/O and lmsensor statsSteven Toth1-0/+4
2016-09-26mesa/st: support lowering multi-planar YUVRob Clark1-0/+6
2016-09-23gallium: remove unused PIPE_CC_GCC_VERSIONTimothy Arceri1-1/+0
2016-09-21gallium/tgsi: add support for 64-bit integer immediates.Dave Airlie1-0/+2
2016-09-21gallium: add opcode and types for 64-bit integers. (v3)Dave Airlie1-9/+37
2016-09-08gallium: remove PIPE_BIND_TRANSFER_READ/WRITEMarek Olšák1-2/+1
2016-09-06gallium/util: move endian detect into a separate fileDave Airlie1-38/+2
2016-08-29gallium: add cap to export device pointer sizeJan Vesely1-0/+1
2016-08-29r600g: Clean up defined magic numbers for TGSI opcodesRhys Kidd1-0/+1
2016-08-29gallium: Use enum pipe_shader_type in set_shader_images()Kai Wasserbäch1-1/+2
2016-08-29gallium: Use enum pipe_shader_type in set_shader_buffers()Kai Wasserbäch1-1/+2
2016-08-29gallium: Use enum pipe_shader_type in set_sampler_views()Kai Wasserbäch1-1/+2
2016-08-29gallium: Use enum pipe_shader_type in bind_sampler_states() (v2)Kai Wasserbäch1-2/+3
2016-08-25gallium: add a pipe_context parameter to resource_get_handleMarek Olšák1-0/+7
2016-08-23gallium: add a cap to expose whether driver supports mixed color/zs bitsIlia Mirkin1-0/+1
2016-08-17gallium: change pipe_image_view::first_element/last_element -> offset/sizeMarek Olšák1-2/+2
2016-08-17gallium: change pipe_sampler_view::first_element/last_element -> offset/sizeMarek Olšák1-2/+2
2016-08-10gallium: add a pipe_context parameter to fence_finishMarek Olšák1-3/+12
2016-08-10gallium: add render_condition_enable param to clear_render_target/depth_stencilMarek Olšák1-2/+4
2016-07-26gallium: rework flags for pipe_context::dump_debug_stateMarek Olšák2-2/+5
2016-07-26mesa: standardize naming Mesa3D, MESA -> MesaVedran Miletić1-1/+1
2016-07-23gallium: split transfer_inline_write into buffer and texture callbacksMarek Olšák1-10/+17
2016-07-22gallium: add PIPE_FLUSH_DEFERREDMarek Olšák1-1/+2
2016-07-20gallium: add a cap for VIEWPORT_SUBPIXEL_BITS (v2)Józef Kucia1-0/+1
2016-07-19vl: add entry pointBoyuan Zhang1-0/+1
2016-07-14vl: add parameters for VAAPI encodeBoyuan Zhang1-0/+33
2016-07-13Revert "gallium: Force blend color to 16-byte alignment"Tim Rowley1-11/+1
2016-07-08gallium: add async flag to pipe_debug_callbackNicolai Hähnle1-0/+6
2016-07-06gallium: un-inline pipe_surface_descRob Clark1-11/+12
2016-07-02clover: Pass work_dim parameter of clEnqueueNDRangeKernel() to driverHans de Goede1-0/+7
2016-07-02tgsi: Add WORK_DIM System ValueHans de Goede1-0/+1
2016-06-30gallium: Force blend color to 16-byte alignmentChuck Atkins1-1/+11
2016-06-25gallium: Add a cap for offset_units_unscaledAxel Davy2-0/+8
2016-06-23Remove wrongly repeated words in commentsGiuseppe Bilotta1-3/+3
2016-06-20gallium: make image_view constRob Clark1-1/+1
2016-06-20gallium: make constant_buffer constRob Clark1-1/+1
2016-06-20gallium: make shader_buffers constRob Clark1-1/+1
2016-06-18gallium: add PIPE_CAP_MAX_WINDOW_RECTANGLES to all driversIlia Mirkin1-0/+1
2016-06-18gallium: add API for setting window rectanglesIlia Mirkin2-0/+11
2016-06-14st/va: ensure linear memory for dmabufJulien Isorce1-0/+1
2016-06-06gallium: add PIPE_CAP_TGSI_VOTE for when the VOTE ops are allowedIlia Mirkin1-0/+1
2016-06-06gallium: add VOTE_* opcodes to implement GL_ARB_shader_group_voteIlia Mirkin1-1/+6
2016-06-01gallium: add PIPE_BARRIER_ALL defineNicolai Hähnle1-0/+1
2016-05-26gallium: change pipe_draw_info::mode to be pipe_prim_typeBrian Paul1-1/+1
2016-05-23gallium: Add a pipe cap for whether primitive restart works for patches.Kenneth Graunke1-0/+1
2016-05-23tgsi: remove culldist semantic.Dave Airlie1-1/+0
2016-05-14gallium: Add a pipe cap for arb_cull_distanceTobias Klausmann1-0/+1