aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/svga
Commit message (Expand)AuthorAgeFilesLines
* gallium: add CAPs returning PCI device locationMarek Olšák2016-03-091-0/+4
* gallium: add external usage flags to resource_from(get)_handle (v2)Marek Olšák2016-03-091-1/+2
* svga: add new surface-write-flushes HUD queryBrian Paul2016-03-074-8/+23
* svga: add new flush-time HUD queryBrian Paul2016-03-074-7/+24
* svga: also dump SVGA3D_BUFFER surfaces in svga_screen_cache_dump()Brian Paul2016-03-071-2/+8
* svga: add new command-buffer-size HUD queryBrian Paul2016-03-044-7/+23
* svga: add new svga_winsys_context::get_command_buffer_size()Brian Paul2016-03-041-0/+6
* svga: reorder SVGA_QUERY_ switch cases to match declaration orderBrian Paul2016-03-041-9/+9
* svga: Force an RGBA view creation for an RGBA resourceSinclair Yeh2016-03-041-1/+10
* svga: fix an error in svga_texture_generate_mipmapCharmaine Lee2016-03-041-1/+6
* svga: unbind index buffer when drawing non-indexed primitivesBrian Paul2016-02-221-0/+10
* svga: allow non-contiguous VS input declarationsBrian Paul2016-02-181-2/+2
* gallium: add PIPE_SHADER_CAP_MAX_SHADER_IMAGESIlia Mirkin2016-02-151-0/+3
* gallium: add PIPE_SHADER_CAP_SUPPORTED_IRSSamuel Pitoiset2016-02-131-0/+6
* gallium/util: switch over to new u_debug_image.[ch] codeBrian Paul2016-02-081-0/+1
* gallium: add interface for querying memory usage and sizes (v2)Marek Olšák2016-02-051-0/+1
* gallium: add PIPE_CAP_QUERY_BUFFER_OBJECTIlia Mirkin2016-02-041-0/+1
* gallium: Add PIPE_CAP_SURFACE_REINTERPRET_BLOCKSNicolai Hähnle2016-02-031-0/+1
* gallium: Add PIPE_CAP_BUFFER_SAMPLER_VIEW_RGBA_ONLYNicolai Hähnle2016-02-031-0/+1
* gallium: add GREMEDY_string_markerRob Clark2016-01-211-0/+1
* svga: add DXGenMips command supportCharmaine Lee2016-01-1410-26/+144
* svga: add num-generate-mipmap HUD queryCharmaine Lee2016-01-143-1/+12
* gallium/st: add pipe_context::generate_mipmap()Charmaine Lee2016-01-141-0/+1
* gallium: add PIPE_CAP_INVALIDATE_BUFFERNicolai Hähnle2016-01-141-0/+1
* gallium: add PIPE_CAP_SHADER_BUFFER_OFFSET_ALIGNMENTIlia Mirkin2016-01-081-0/+1
* gallium: add PIPE_SHADER_CAP_MAX_SHADER_BUFFERSIlia Mirkin2016-01-081-0/+3
* tgsi: add ureg support for image declsIlia Mirkin2016-01-081-0/+2
* util/pstipple: allow fragment shader POSITION to be a system valueMarek Olšák2016-01-082-2/+4
* gallium: add caps for POSITION and FACE system valuesMarek Olšák2016-01-081-0/+2
* gallium: add caps to expose support for multi indirect drawsIlia Mirkin2016-01-071-0/+2
* draw: nuke the interp parameter from vertex_infoRoland Scheidegger2016-01-071-6/+4
* svga: Rename SVGA_HINT_FLAG_DRAW_EMITTEDSinclair Yeh2016-01-065-17/+17
* svga: allow preemptive flushing on DMA, update, and readback commandsSinclair Yeh2016-01-062-0/+9
* svga: skip vertex attribute instruction with zero usage_maskCharmaine Lee2016-01-061-0/+5
* gallium/drivers/svga: Use unsigned for loop indexEdward O'Callaghan2016-01-062-7/+7
* gallium/drivers: Remove unnecessary semicolonsEdward O'Callaghan2016-01-061-2/+2
* svga: fix test for SVGA_NEW_STIPPLEBrian Paul2016-01-052-4/+8
* svga: add some comments in svga_state_vs.cBrian Paul2016-01-051-0/+3
* svga: change svga_hw_view_state::dirty to booleanBrian Paul2016-01-051-1/+1
* svga: avoid emitting redundant SetVertexBuffers() commandsBrian Paul2016-01-052-5/+26
* svga: check for no-ops in svga_bind_sampler_states()Brian Paul2016-01-051-1/+15
* gallium: add PIPE_CAP_TGSI_PACK_HALF_FLOAT to indicate UP2H/PK2H supportIlia Mirkin2016-01-031-0/+1
* u_upload_mgr: allow specifying PIPE_USAGE_* for the upload bufferMarek Olšák2016-01-021-1/+2
* u_upload_mgr: remove alignment parameter from u_upload_createMarek Olšák2016-01-021-1/+0
* u_upload_mgr: pass alignment to u_upload_alloc manuallyMarek Olšák2016-01-023-2/+4
* gallium: add PIPE_CAP_DRAW_PARAMETERSIlia Mirkin2015-12-301-0/+1
* svga: don't use debug code in update_state() in release buildsBrian Paul2015-12-161-0/+4
* svga: avoid emitting redundant SetSamplers() commandsBrian Paul2015-12-112-7/+18
* svga: avoid emitting redundant SetIndexBuffer commandsBrian Paul2015-12-112-5/+16
* svga: initialize pipe_driver_query_info entries with a macroBrian Paul2015-12-091-15/+28