mesa/src/gallium/drivers/svga
Brian Paul d3d20d650d svga: remove assertions in svga_surface cast wrappers
We don't do this for other cast wrappers.  And this will simplify some
code at call sites.

Reviewed-by: Neha Bhende <bhenden@vmware.com>
2016-08-26 14:20:19 -06:00
..
include svga: update the svga3d device header files 2015-09-02 09:05:23 -06:00
svgadump svga: dump code for GenMips. 2016-07-15 14:24:33 -06:00
Android.mk android: add support for vmwgfx 2011-08-27 17:28:32 +08:00
Automake.inc gallium/svga: add automake target 'template' 2014-09-24 10:44:00 +01:00
Makefile.am mesa: Enable subdir-objects globally. 2015-06-26 12:55:25 +01:00
Makefile.sources svga: pick all the files into the tarball 2015-09-09 14:52:34 +01:00
SConscript scons: whitespace cleanup 2016-05-25 12:23:12 -06:00
svga_cmd.c svga: Rename SVGA_HINT_FLAG_DRAW_EMITTED 2016-01-06 16:04:45 -07:00
svga_cmd.h svga: add SVGA3D_vgpu10_BufferCopy() 2016-06-30 14:32:10 -06:00
svga_cmd_vgpu10.c svga: add SVGA3D_vgpu10_BufferCopy() 2016-06-30 14:32:10 -06:00
svga_context.c svga: avoid emitting redundant SetShaderResource command 2016-08-26 06:19:52 -06:00
svga_context.h svga: avoid emitting redundant SetShaderResource command 2016-08-26 06:19:52 -06:00
svga_debug.h svga: update driver for version 10 GPU interface 2015-09-02 09:27:43 -06:00
svga_draw.c svga: add guest statistic gathering interface 2016-08-26 06:19:51 -06:00
svga_draw.h svga: s/unsigned/enum pipe_prim_type/ for primitive type variables 2016-05-26 17:44:17 -06:00
svga_draw_arrays.c svga: add guest statistic gathering interface 2016-08-26 06:19:51 -06:00
svga_draw_elements.c svga: add guest statistic gathering interface 2016-08-26 06:19:51 -06:00
svga_draw_private.h svga: s/unsigned/enum pipe_prim_type/ for primitive type variables 2016-05-26 17:44:17 -06:00
svga_format.c svga: add new svga_format_is_uncompressed_snorm() helper 2016-06-30 14:32:07 -06:00
svga_format.h svga: add new svga_format_is_uncompressed_snorm() helper 2016-06-30 14:32:07 -06:00
svga_hw_reg.h
svga_link.c svga: print shader linkage info when tgsi debug bit is on 2016-06-06 10:20:45 -06:00
svga_link.h svga: add new svga_link.[ch] files 2015-09-02 09:05:23 -06:00
svga_mksstats.h svga: add guest statistic gathering interface 2016-08-26 08:04:02 -06:00
svga_pipe_blend.c svga: add comment about unsupported blend modes 2016-08-26 06:19:52 -06:00
svga_pipe_blit.c svga: fix regression related to srgb 2016-08-26 06:19:52 -06:00
svga_pipe_clear.c svga: define svga_clear() in svga_init_clear_functions() 2016-08-26 06:19:51 -06:00
svga_pipe_constants.c gallium: make constant_buffer const 2016-06-20 12:36:20 -04:00
svga_pipe_depthstencil.c svga: add guest statistic gathering interface 2016-08-26 06:19:51 -06:00
svga_pipe_draw.c svga: add guest statistic gathering interface 2016-08-26 06:19:51 -06:00
svga_pipe_flush.c gallium/util: switch over to new u_debug_image.[ch] code 2016-02-08 09:29:38 -07:00
svga_pipe_fs.c svga: add guest statistic gathering interface 2016-08-26 06:19:51 -06:00
svga_pipe_gs.c svga: add guest statistic gathering interface 2016-08-26 06:19:51 -06:00
svga_pipe_misc.c svga: add svga_winsys_context::pipe_debug_callback pointer 2016-03-21 13:37:40 -06:00
svga_pipe_query.c svga: loosen the condition to flush in get_query_result_vgpu10() 2016-08-26 06:19:52 -06:00
svga_pipe_rasterizer.c svga: add guest statistic gathering interface 2016-08-26 06:19:51 -06:00
svga_pipe_sampler.c svga: avoid emitting redundant SetShaderResource command 2016-08-26 06:19:52 -06:00
svga_pipe_streamout.c svga: rebind stream output targets 2016-03-21 13:37:40 -06:00
svga_pipe_vertex.c svga: add guest statistic gathering interface 2016-08-26 06:19:51 -06:00
svga_pipe_vs.c svga: add guest statistic gathering interface 2016-08-26 06:19:51 -06:00
svga_public.h
svga_resource.c gallium: split transfer_inline_write into buffer and texture callbacks 2016-07-23 13:33:42 +02:00
svga_resource.h s/Tungsten Graphics/VMware/ 2014-01-17 20:00:32 +00:00
svga_resource_buffer.c svga: add guest statistic gathering interface 2016-08-26 06:19:51 -06:00
svga_resource_buffer.h svga: rewrite svga_buffer() cast wrapper 2016-08-26 14:20:18 -06:00
svga_resource_buffer_upload.c svga: add guest statistic gathering interface 2016-08-26 06:19:51 -06:00
svga_resource_buffer_upload.h svga: Ensure DMA commands are serialized with unsynchronized flag is unset. 2011-03-15 15:38:18 +00:00
svga_resource_texture.c svga: minor code simplification in svga_texture_transfer_unmap() 2016-08-26 14:20:19 -06:00
svga_resource_texture.h svga: minor reformatting of svga_texture() cast wrapper 2016-08-26 14:20:18 -06:00
svga_sampler_view.c svga: s/Elements/ARRAY_SIZE/ 2016-04-25 12:59:29 -06:00
svga_sampler_view.h svga: add DXGenMips command support 2016-01-14 10:44:25 -07:00
svga_screen.c svga: enable ARB_clear_texture extension in the driver. 2016-08-26 06:19:52 -06:00
svga_screen.h svga: add new GALLIUM_HUD queries 2015-10-16 11:43:28 -06:00
svga_screen_cache.c svga: remove incorrect buffer invalidation code 2016-08-16 08:24:52 -06:00
svga_screen_cache.h svga: invalidate gb surface before it is reused 2016-07-08 12:53:20 -06:00
svga_shader.c svga: add guest statistic gathering interface 2016-08-26 06:19:51 -06:00
svga_shader.h svga: remove unused svga_compile_key::texture_msaa field 2016-04-02 08:05:20 -06:00
svga_state.c svga: add guest statistic gathering interface 2016-08-26 06:19:51 -06:00
svga_state.h svga: update driver for version 10 GPU interface 2015-09-02 09:27:43 -06:00
svga_state_constants.c svga: eliminiate unnecessary constant buffer updates 2016-04-25 12:59:29 -06:00
svga_state_framebuffer.c svga: avoid ubinding render targets that have already been unbound 2016-07-15 14:24:34 -06:00
svga_state_fs.c svga: add guest statistic gathering interface 2016-08-26 06:19:51 -06:00
svga_state_gs.c svga: add guest statistic gathering interface 2016-08-26 06:19:51 -06:00
svga_state_need_swtnl.c svga: use the debug callback to report issues to the state tracker 2015-12-07 08:57:49 -07:00
svga_state_rss.c svga: s/Elements/ARRAY_SIZE/ 2016-04-25 12:59:29 -06:00
svga_state_sampler.c svga: avoid emitting redundant SetShaderResource command 2016-08-26 06:19:52 -06:00
svga_state_tgsi_transform.c gallium/drivers: Sanitize NULL checks into canonical form 2015-12-06 17:10:23 +01:00
svga_state_tss.c svga: s/Elements/ARRAY_SIZE/ 2016-04-25 12:59:29 -06:00
svga_state_vdecl.c svga: update driver for version 10 GPU interface 2015-09-02 09:27:43 -06:00
svga_state_vs.c svga: add guest statistic gathering interface 2016-08-26 06:19:51 -06:00
svga_streamout.h svga: rebind stream output targets 2016-03-21 13:37:40 -06:00
svga_surface.c svga: remove local variable in create_backed_surface_view() 2016-08-26 14:20:18 -06:00
svga_surface.h svga: remove assertions in svga_surface cast wrappers 2016-08-26 14:20:19 -06:00
svga_swtnl.h
svga_swtnl_backend.c svga: add guest statistic gathering interface 2016-08-26 06:19:51 -06:00
svga_swtnl_draw.c svga: add guest statistic gathering interface 2016-08-26 06:19:51 -06:00
svga_swtnl_private.h svga: s/unsigned/enum pipe_prim_type/ for primitive type variables 2016-05-26 17:44:17 -06:00
svga_swtnl_state.c svga: add guest statistic gathering interface 2016-08-26 06:19:51 -06:00
svga_tgsi.c svga: add guest statistic gathering interface 2016-08-26 06:19:51 -06:00
svga_tgsi.h svga: pass context to svga_tgsi_vgpu9_translate() 2015-10-16 11:43:28 -06:00
svga_tgsi_decl_sm30.c svga: s/Elements/ARRAY_SIZE/ 2016-04-25 12:59:29 -06:00
svga_tgsi_emit.h svga: emit sampler declarations in the helper function for non vgpu10 2016-03-29 13:35:09 -06:00
svga_tgsi_insn.c svga: silence a couple unused variable warnings 2016-07-08 12:53:20 -06:00
svga_tgsi_vgpu10.c svga: s/INDEX_0D/INDEX_IMMEDIATE32/ 2016-08-26 06:19:52 -06:00
svga_winsys.h svga: fix ordering of mksstats counter strings 2016-08-26 06:19:52 -06:00