aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/svga
Commit message (Expand)AuthorAgeFilesLines
* gallium: add PIPE_CAP_TGSI_TEX_TXF_LZMarek Olšák2017-03-151-0/+1
* svga: handle P016 format as wellChristian König2017-03-131-0/+1
* svga: remove shebang from svgadump/svga_dump.pyEmil Velikov2017-03-101-1/+0
* svga: remove execute bit from svga_dump.pyEmil Velikov2017-03-101-0/+0
* gallium: s/uint/enum pipe_render_cond_flag/ for set_render_condition()Brian Paul2017-03-081-1/+1
* gallium: s/uint/enum pipe_shader_type/ for set_constant_buffer()Brian Paul2017-03-081-1/+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_unlock() with mtx_unlock()Timothy Arceri2017-03-074-12/+12
* gallium/util: replace pipe_mutex_lock() with mtx_lock()Timothy Arceri2017-03-074-8/+8
* gallium/util: replace pipe_mutex_destroy() with mtx_destroy()Timothy Arceri2017-03-072-3/+3
* gallium/util: replace pipe_mutex_init() with mtx_init()Timothy Arceri2017-03-072-3/+3
* gallium/util: replace pipe_mutex with mtx_tTimothy Arceri2017-03-072-3/+3
* svga: pass NULL to ureg_get_tokens()Timothy Arceri2017-03-052-6/+3
* svga: fix crash regression since e027935a795Brian Paul2017-03-022-4/+5
* svga: s/unsigned/pipe_prim_type/Brian Paul2017-03-024-2/+8
* svga: whitespace fixes in svga_context.hBrian Paul2017-03-021-10/+9
* svga: whitespace and formatting fixes in svga_stage.cBrian Paul2017-03-021-44/+40
* svga: fix MSVC build error after PIPE_CAP_USER_INDEX_BUFFERS removalBrian Paul2017-02-241-1/+1
* gallium: remove PIPE_CAP_USER_INDEX_BUFFERSMarek Olšák2017-02-251-1/+0
* svga: implement user index buffersMarek Olšák2017-02-252-2/+13
* gallium: remove TGSI_OPCODE_CLAMPMarek Olšák2017-02-181-1/+0
* gallium: set pipe_context uploaders in drivers (v3)Marek Olšák2017-02-141-0/+18
* 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
* svga: remove const qualifier from SVGA3D_vgpu10_GenMips() prototypeEmil Velikov2017-01-271-1/+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: remove TGSI_OPCODE_SUBMarek Olšák2017-01-052-52/+0
* gallium: remove TGSI_OPCODE_ABSMarek Olšák2017-01-052-25/+0
* gallium: add PIPE_CAP_GLSL_OPTIMIZE_CONSERVATIVELYMarek Olšák2017-01-051-0/+1
* svga: Fix a strict-aliasing violation in shader dumperEdward O'Callaghan2016-12-211-1/+9
* 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: fix more occurences of u_hash.hMarek Olšák2016-11-221-1/+1
* gallium: add PIPE_SHADER_CAP_LOWER_IF_THRESHOLDMarek Olšák2016-11-151-0/+3
* svga: move svga_mark_surfaces_dirty() prototype to svga_surface.hBrian Paul2016-11-033-10/+4
* svga: whitespace / formatting clean-up in svga_context.cBrian Paul2016-11-031-28/+34
* svga: collect stats for time spent in svga_context_finish()Brian Paul2016-11-031-0/+4
* svga: invalidate new surface before it is bound to a render target viewCharmaine Lee2016-11-036-3/+42
* Revert "svga: use untyped surface formats in most cases"Charmaine Lee2016-11-031-7/+4
* svga: allow quad blit for more formatsCharmaine Lee2016-11-031-1/+136
* svga: create BGRX render target view for BGRX_UNORM surfaceCharmaine Lee2016-11-031-1/+2
* svga: add a helper function to check for typeless formatCharmaine Lee2016-11-032-0/+34
* svga: add SVGA_NEW_FRAME_BUFFER to svga_hw_tss_binding state atomBrian Paul2016-11-031-0/+1
* svga: allow copy_region if sample counts matchCharmaine Lee2016-11-031-4/+10
* svga: set rendered-to flag after updating the texture using PredCopyRegionCharmaine Lee2016-11-031-0/+4
* svga: add can_use_upload flagCharmaine Lee2016-11-032-31/+37
* svga: fix texture upload path conditionCharmaine Lee2016-11-031-30/+60
* svga: set rendered_to flag with texture uploaded using TransferFromBuffer com...Charmaine Lee2016-11-031-0/+4