mesa/src/gallium/drivers/svga
Brian Paul 0be6ae74e9 svga: emit user-defined clip plane state
User-defined clip planes were a swtnl fallback before.
2011-04-27 11:51:30 -06:00
..
include svga: define SVGA3D_MAX_DRAW_PRIMITIVE_RANGES and update comments 2011-04-13 09:52:16 -06:00
svgadump svga: TEXLDL opcode dst/src register information is correct. 2011-01-31 17:47:14 +01:00
Makefile Squashed commit of the following: 2010-04-10 16:05:54 +01:00
SConscript scons: Alias for svga 2010-11-30 10:47:26 +00:00
svga_cmd.c svga: Propagate discard/unsynchronized flags to the host when doing texture DMAs. 2011-03-11 15:03:21 +00:00
svga_cmd.h svga: Propagate discard/unsynchronized flags to the host when doing texture DMAs. 2011-03-11 15:03:21 +00:00
svga_context.c svga: Rebind framebuffer and tss bindings strictly when necessary. 2011-04-12 12:00:49 +01:00
svga_context.h svga: Rebind framebuffer and tss bindings strictly when necessary. 2011-04-12 12:00:49 +01:00
svga_debug.h
svga_draw.c svga: Rebind framebuffer and tss bindings strictly when necessary. 2011-04-12 12:00:49 +01:00
svga_draw.h svga: Implement index bias. 2010-04-19 18:16:08 +02:00
svga_draw_arrays.c Revert "gallium/svga: Only upload parts of vertexarrays that are actually used" 2011-03-10 23:31:42 +01:00
svga_draw_elements.c Revert "gallium/svga: Only upload parts of vertexarrays that are actually used" 2011-03-10 23:31:42 +01:00
svga_draw_private.h svga: defined QSZ in terms of SVGA3D_MAX_DRAW_PRIMITIVE_RANGES 2011-04-13 09:52:21 -06:00
svga_hw_reg.h
svga_pipe_blend.c svga: Fix PIPE_LOGICOP_INVERT. 2010-02-22 21:46:00 +00:00
svga_pipe_blit.c gallium: add fallback for copying buffers to all drivers 2011-04-21 15:51:18 +02:00
svga_pipe_clear.c svga: fix warning: ‘uc.ui’ may be used uninitialized in this function 2011-04-27 13:16:35 +02:00
svga_pipe_constants.c Squashed commit of the following: 2010-04-10 16:05:54 +01:00
svga_pipe_depthstencil.c gallium: implement set_sample_mask() in all drivers 2010-05-18 16:20:44 +02:00
svga_pipe_draw.c svga: Hardcode SVGA_COMBINE_USERBUFFERS to 1. 2011-03-16 15:43:00 +00:00
svga_pipe_flush.c gallium: remove flags from the flush function 2011-03-11 21:39:31 +01:00
svga_pipe_fs.c svga: Remove unnecessary header. 2010-02-03 22:44:50 -08:00
svga_pipe_misc.c svga: Ensure pending drawing commands other surface operations are emitted before DMAs. 2011-02-18 16:43:59 +00:00
svga_pipe_query.c gallium: adjust the query interface to support custom types 2010-06-08 06:28:11 -04:00
svga_pipe_rasterizer.c svga: remove old comment, remove extra whitespace 2011-02-11 11:54:55 -07:00
svga_pipe_sampler.c svga: rename a couple sampler, sampler view functions 2011-02-03 14:22:21 -07:00
svga_pipe_vertex.c svga: Proper redefine_user_buffer implementation. 2011-02-16 21:53:10 +00:00
svga_pipe_vs.c gallium: pipe/p_inlines.h -> util/u_inlines.h 2010-02-02 14:42:17 +00:00
svga_public.h svga: Move bootstrap code to targets 2010-06-06 13:02:43 +01:00
svga_resource.c gallium: kill is_resource_referenced 2011-03-11 21:39:30 +01:00
svga_resource.h Squashed commit of the following: 2010-04-10 16:05:54 +01:00
svga_resource_buffer.c svga: Use transfer information on buffer transfers. 2011-03-16 11:21:12 +00:00
svga_resource_buffer.h svga: Hardcode SVGA_COMBINE_USERBUFFERS to 1. 2011-03-16 15:43:00 +00:00
svga_resource_buffer_upload.c svga: Undo the DMA buffer size limiting. 2011-03-21 18:46:59 +00: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: Avoid synchronizing when doing piecewise upload of textures. 2011-03-21 18:47:24 +00:00
svga_resource_texture.h gallium: support for array textures and related changes 2010-12-02 04:33:43 +01:00
svga_sampler_view.c svga: Remove some remaining fake S3TC rendering support. 2011-02-21 18:36:51 +00:00
svga_sampler_view.h svga: Describe svga_sampler_views for refcnt debugging 2011-02-18 14:46:47 +00:00
svga_screen.c gallium: set PIPE_CAP_MIXED_COLORBUFFER_FORMATS in some drivers 2011-04-01 13:48:01 +02:00
svga_screen.h svga: Hardcode SVGA_COMBINE_USERBUFFERS to 1. 2011-03-16 15:43:00 +00:00
svga_screen_cache.c
svga_screen_cache.h gallium: Move p_thread.h and p_atomic.h out of gallium interfaces. 2010-02-02 15:18:01 +00:00
svga_state.c
svga_state.h svga: Ensure rendertargets and textures are always rebound at every command buffer start. 2011-02-24 14:00:13 +00:00
svga_state_constants.c svga: add assertions in svga_shader_type() 2011-02-28 18:24:30 -07:00
svga_state_framebuffer.c svga: emit user-defined clip plane state 2011-04-27 11:51:30 -06:00
svga_state_fs.c svga: s/varient/variant/ 2010-12-16 10:18:24 -07:00
svga_state_need_swtnl.c svga: emit user-defined clip plane state 2011-04-27 11:51:30 -06:00
svga_state_rss.c svga: emit user-defined clip plane state 2011-04-27 11:51:30 -06:00
svga_state_tss.c svga: Rebind framebuffer and tss bindings strictly when necessary. 2011-04-12 12:00:49 +01:00
svga_state_vdecl.c svga: Leave any_user_vertex_buffers flag alone. 2011-03-16 15:46:21 +00:00
svga_state_vs.c gallium: remove pipe_vertex_buffer::max_index 2011-02-14 21:50:08 +01:00
svga_surface.c svga: Fix NULL dereference. 2011-02-18 19:03:43 +00:00
svga_surface.h svga: Fix NULL dereference. 2011-02-18 19:03:43 +00:00
svga_swtnl.h svga: Remove redundant svga_draw_range_elements. 2010-08-25 16:06:38 +08:00
svga_swtnl_backend.c gallium: add usage parameter to pipe_buffer_create 2011-02-15 22:44:21 +01:00
svga_swtnl_draw.c gallium/svga: Fix unnecessary swtnl fallbacks 2011-02-18 13:25:32 +01:00
svga_swtnl_private.h Squashed commit of the following: 2010-04-10 16:05:54 +01:00
svga_swtnl_state.c svga: Stippled lines can also be drawn with triangles. 2011-02-11 07:48:05 +00:00
svga_tgsi.c svga: Integer constant register file has a separate namespace. 2010-09-20 09:26:49 +01:00
svga_tgsi.h gallium: convert rasterizer state to use gl-style front/back concepts 2010-05-14 13:04:42 +01:00
svga_tgsi_decl_sm20.c Merge branch 'mesa_7_7_branch' 2010-01-22 12:17:02 -07:00
svga_tgsi_decl_sm30.c svga: better method for generating white fs color outputs 2010-02-03 10:36:55 +00:00
svga_tgsi_emit.h svga: Integer constant register file has a separate namespace. 2010-09-20 09:26:49 +01:00
svga_tgsi_insn.c svga: Cannot use negate or abs on source to dsx/dsy instructions. 2011-02-18 16:43:44 +00:00
svga_winsys.h svga: Update svga_winsys_screen::buffer_map comments. 2011-03-15 15:43:33 +00:00