summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/svga/svga_screen.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: add PIPE_CAP_TGSI_BALLOTNicolai Hähnle2017-04-051-0/+1
* gallium: add sparse buffer interface and capabilityNicolai Hähnle2017-04-051-0/+1
* gallium: Add a cap to check if the driver supports fill_rectangleLyude2017-03-311-0/+1
* gallium: remove support for predicates from TGSI (v2)Marek Olšák2017-04-011-6/+0
* gallium: add PIPE_CAP_TGSI CLOCKNicolai Hähnle2017-03-311-0/+1
* gallium: add PIPE_CAP_TGSI_TEX_TXF_LZMarek Olšák2017-03-151-0/+1
* gallium: s/unsigned/enum pipe_shader_type/ for pipe_screen::get_shader_param()Brian Paul2017-03-081-3/+5
* gallium/util: replace pipe_mutex_destroy() with mtx_destroy()Timothy Arceri2017-03-071-2/+2
* gallium/util: replace pipe_mutex_init() with mtx_init()Timothy Arceri2017-03-071-2/+2
* gallium: remove PIPE_CAP_USER_INDEX_BUFFERSMarek Olšák2017-02-251-1/+0
* svga: implement user index buffersMarek Olšák2017-02-251-1/+1
* gallium: add separate PIPE_CAP_INT64_DIVMODIlia Mirkin2017-02-091-0/+1
* gallium: turn PIPE_SHADER_CAP_DOUBLES into a screen capabilityNicolai Hähnle2017-02-021-3/+1
* gallium: Add integer 64 capabilityDave Airlie2017-01-271-0/+1
* gallium: add PIPE_CAP_TGSI_MUL_ZERO_WINSIlia Mirkin2017-01-231-0/+1
* gallium: add PIPE_CAP_TGSI_FS_FBFETCHIlia Mirkin2017-01-161-0/+1
* gallium: add PIPE_CAP_GLSL_OPTIMIZE_CONSERVATIVELYMarek Olšák2017-01-051-0/+1
* gallium: support for native fence fd'sRob Clark2016-12-011-0/+1
* gallium: add PIPE_CAP_TGSI_CAN_READ_OUTPUTSNicolai Hähnle2016-11-301-0/+1
* gallium: add PIPE_SHADER_CAP_LOWER_IF_THRESHOLDMarek Olšák2016-11-151-0/+3
* gallium: add PIPE_CAP_STREAM_OUTPUT_INTERLEAVE_BUFFERSIlia Mirkin2016-10-221-0/+1
* gallium: add PIPE_CAP_TGSI_ARRAY_COMPONENTSNicolai Hähnle2016-10-121-0/+1
* svga: split the num-resources-mapped hud to textures & buffersCharmaine Lee2016-09-171-1/+3
* svga: implement an index buffer translation cacheBrian Paul2016-09-171-0/+2
* svga: enable ARB_clear_texture extension in the driver.Neha Bhende2016-08-261-1/+2
* svga: add opt to the list of valid build typesCharmaine Lee2016-08-261-0/+2
* svga: add guest statistic gathering interfaceCharmaine Lee2016-08-261-5/+14
* gallium: add a cap to expose whether driver supports mixed color/zs bitsIlia Mirkin2016-08-231-0/+1
* gallium: add a pipe_context parameter to fence_finishMarek Olšák2016-08-101-0/+1
* gallium: add a cap for VIEWPORT_SUBPIXEL_BITS (v2)Józef Kucia2016-07-201-0/+1
* svga: enable ARB_copy_image extension in the driverNeha Bhende2016-06-301-1/+2
* svga: Fix failures caused in fedora 24Neha Bhende2016-06-301-1/+1
* gallium: Add a cap for offset_units_unscaledAxel Davy2016-06-251-0/+1
* gallium: add PIPE_CAP_MAX_WINDOW_RECTANGLES to all driversIlia Mirkin2016-06-181-0/+1
* gallium: add PIPE_CAP_TGSI_VOTE for when the VOTE ops are allowedIlia Mirkin2016-06-061-0/+1
* gallium: Add a pipe cap for whether primitive restart works for patches.Kenneth Graunke2016-05-231-0/+1
* svga: add another debug_printf() in svga_screen_create()Brian Paul2016-05-181-0/+1
* gallium: Add a pipe cap for arb_cull_distanceTobias Klausmann2016-05-141-0/+1
* svga: use the SVGA3D_DEVCAP_MAX_FRAGMENT_SHADER_INSTRUCTIONS queryBrian Paul2016-04-271-0/+3
* svga: s/Elements/ARRAY_SIZE/Brian Paul2016-04-251-2/+2
* gallium: Add capability for ARB_robust_buffer_access_behavior.Bas Nieuwenhuizen2016-04-121-0/+1
* svga: new SVGA_MSAA env var to disable/enable MSAA pixel formatsBrian Paul2016-04-071-2/+4
* gallium: Add PIPE_CAP_FRAMEBUFFER_NO_ATTACHMENTEdward O'Callaghan2016-04-071-0/+1
* svga: add a few more resource updates HUD queryCharmaine Lee2016-03-211-0/+8
* svga: add new num-readbacks HUD queryCharmaine Lee2016-03-211-0/+2
* gallium: add CAPs returning PCI device locationMarek Olšák2016-03-091-0/+4
* svga: add new surface-write-flushes HUD queryBrian Paul2016-03-071-0/+2
* svga: add new flush-time HUD queryBrian Paul2016-03-071-0/+2
* svga: add new command-buffer-size HUD queryBrian Paul2016-03-041-0/+2
* gallium: add PIPE_SHADER_CAP_MAX_SHADER_IMAGESIlia Mirkin2016-02-151-0/+3