summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/svga/svga_screen.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-16svga: add new num-failed-allocations HUD queryBrian Paul1-0/+2
2017-06-15svga: clamp device line width to at least 1 to fix HWv8 line stipplingBrian Paul1-4/+4
2017-06-14gallium: add PIPE_CAP_BINDLESS_TEXTURESamuel Pitoiset1-0/+1
2017-06-02gallium: Add a cap to check if the driver supports ARB_post_depth_coverageLyude1-0/+1
2017-05-24svga: init svga_screen::swc_mutex with mtx_recursiveBrian Paul1-1/+1
2017-05-24svga: move logging initialization code into new functionBrian Paul1-22/+31
2017-05-24svga: log the process command line to the vmware.log fileBrian Paul1-0/+16
2017-05-24svga: Add the ability to log messages to vmware.log on the host.Sinclair Yeh1-0/+14
2017-05-17gallium: add PIPE_CAP_ALLOW_MAPPED_BUFFERS_DURING_EXECUTIONMarek Olšák1-0/+1
2017-05-10gallium: add PIPE_CAP_CAN_BIND_CONST_BUFFER_AS_VERTEXMarek Olšák1-0/+1
2017-04-26svga: add DEBUG_SAMPLERSBrian Paul1-0/+1
2017-04-26svga: fail screen creation if HW version is too oldBrian Paul1-0/+7
2017-04-26gallium: add PIPE_SHADER_CAP_TGSI_SKIP_MERGE_REGISTERSSamuel Pitoiset1-0/+3
2017-04-14gallium: add PIPE_CAP_TGSI_TES_LAYER_VIEWPORTNicolai Hähnle1-0/+1
2017-04-05gallium: add PIPE_CAP_TGSI_BALLOTNicolai Hähnle1-0/+1
2017-04-05gallium: add sparse buffer interface and capabilityNicolai Hähnle1-0/+1
2017-03-31gallium: Add a cap to check if the driver supports fill_rectangleLyude1-0/+1
2017-04-01gallium: remove support for predicates from TGSI (v2)Marek Olšák1-6/+0
2017-03-31gallium: add PIPE_CAP_TGSI CLOCKNicolai Hähnle1-0/+1
2017-03-15gallium: add PIPE_CAP_TGSI_TEX_TXF_LZMarek Olšák1-0/+1
2017-03-08gallium: s/unsigned/enum pipe_shader_type/ for pipe_screen::get_shader_param()Brian Paul1-3/+5
2017-03-07gallium/util: replace pipe_mutex_destroy() with mtx_destroy()Timothy Arceri1-2/+2
2017-03-07gallium/util: replace pipe_mutex_init() with mtx_init()Timothy Arceri1-2/+2
2017-02-25gallium: remove PIPE_CAP_USER_INDEX_BUFFERSMarek Olšák1-1/+0
2017-02-25svga: implement user index buffersMarek Olšák1-1/+1
2017-02-09gallium: add separate PIPE_CAP_INT64_DIVMODIlia Mirkin1-0/+1
2017-02-02gallium: turn PIPE_SHADER_CAP_DOUBLES into a screen capabilityNicolai Hähnle1-3/+1
2017-01-27gallium: Add integer 64 capabilityDave Airlie1-0/+1
2017-01-23gallium: add PIPE_CAP_TGSI_MUL_ZERO_WINSIlia Mirkin1-0/+1
2017-01-16gallium: add PIPE_CAP_TGSI_FS_FBFETCHIlia Mirkin1-0/+1
2017-01-05gallium: add PIPE_CAP_GLSL_OPTIMIZE_CONSERVATIVELYMarek Olšák1-0/+1
2016-12-01gallium: support for native fence fd'sRob Clark1-0/+1
2016-11-30gallium: add PIPE_CAP_TGSI_CAN_READ_OUTPUTSNicolai Hähnle1-0/+1
2016-11-15gallium: add PIPE_SHADER_CAP_LOWER_IF_THRESHOLDMarek Olšák1-0/+3
2016-10-22gallium: add PIPE_CAP_STREAM_OUTPUT_INTERLEAVE_BUFFERSIlia Mirkin1-0/+1
2016-10-12gallium: add PIPE_CAP_TGSI_ARRAY_COMPONENTSNicolai Hähnle1-0/+1
2016-09-17svga: split the num-resources-mapped hud to textures & buffersCharmaine Lee1-1/+3
2016-09-17svga: implement an index buffer translation cacheBrian Paul1-0/+2
2016-08-26svga: enable ARB_clear_texture extension in the driver.Neha Bhende1-1/+2
2016-08-26svga: add opt to the list of valid build typesCharmaine Lee1-0/+2
2016-08-26svga: add guest statistic gathering interfaceCharmaine Lee1-5/+14
2016-08-23gallium: add a cap to expose whether driver supports mixed color/zs bitsIlia Mirkin1-0/+1
2016-08-10gallium: add a pipe_context parameter to fence_finishMarek Olšák1-0/+1
2016-07-20gallium: add a cap for VIEWPORT_SUBPIXEL_BITS (v2)Józef Kucia1-0/+1
2016-06-30svga: enable ARB_copy_image extension in the driverNeha Bhende1-1/+2
2016-06-30svga: Fix failures caused in fedora 24Neha Bhende1-1/+1
2016-06-25gallium: Add a cap for offset_units_unscaledAxel Davy1-0/+1
2016-06-18gallium: add PIPE_CAP_MAX_WINDOW_RECTANGLES to all driversIlia Mirkin1-0/+1
2016-06-06gallium: add PIPE_CAP_TGSI_VOTE for when the VOTE ops are allowedIlia Mirkin1-0/+1
2016-05-23gallium: Add a pipe cap for whether primitive restart works for patches.Kenneth Graunke1-0/+1