Introduce .editorconfig
[mesa.git] / src / gallium / drivers / svga /
2016-08-29 Brian Paulsvga: fix a texture readback bug
2016-08-29 Brian Paulsvga: move surface propagation code into new function
2016-08-29 Brian Paulsvga: s/unsigned/enum pipe_shader_type/
2016-08-29 Kai Wasserbächgallium: Use enum pipe_shader_type in set_sampler_views()
2016-08-29 Kai Wasserbächgallium: Use enum pipe_shader_type in bind_sampler_stat...
2016-08-26 Brian Paulsvga: minor whitespace, etc clean-ups in svga_pipe_misc.c
2016-08-26 Brian Paulsvga: move some code in svga_propagate_surface()
2016-08-26 Brian Paulsvga: simplify surface propagation code in svga_set_fra...
2016-08-26 Brian Paulsvga: add some comments in the svga_surface struct
2016-08-26 Brian Paulsvga: use new svga_check_sampler_framebuffer_resource_c...
2016-08-26 Brian Paulsvga: add new svga_check_sampler_framebuffer_resource_c...
2016-08-26 Brian Paulsvga: remove assertions in svga_surface cast wrappers
2016-08-26 Brian Paulsvga: minor code simplification in svga_texture_transfe...
2016-08-26 Brian Paulsvga: reformat some expressions in svga_texture_transfe...
2016-08-26 Brian Paulsvga: remove duplicated variable in svga_texture_transf...
2016-08-26 Brian Paulsvga: move some assignments in svga_texture_transfer_map()
2016-08-26 Brian Paulsvga: minor simplifications in svga_texture_transfer_map()
2016-08-26 Brian Paulsvga: minor reformatting of svga_texture() cast wrapper
2016-08-26 Brian Paulsvga: rewrite svga_buffer() cast wrapper
2016-08-26 Brian Paulsvga: remove local variable in create_backed_surface_view()
2016-08-26 Charmaine Leesvga: add guest statistic gathering interface
2016-08-26 Neha Bhendesvga: fix regression related to srgb
2016-08-26 Neha Bhendesvga: use local variable blit instead of pointer
2016-08-26 Brian Paulsvga: s/INDEX_0D/INDEX_IMMEDIATE32/
2016-08-26 Brian Paulsvga: add comment about unsupported blend modes
2016-08-26 Charmaine Leesvga: fix ordering of mksstats counter strings
2016-08-26 Charmaine Leesvga: avoid emitting redundant SetShaderResource command
2016-08-26 Charmaine Leesvga: add a cleanup function to clean up sampler state
2016-08-26 Brian Paulsvga: loosen the condition to flush in get_query_result...
2016-08-26 Brian Paulsvga: fix vgpu10 query fencing
2016-08-26 Charmaine Leesvga: avoid emitting redundant DXSetSamplers command
2016-08-26 Neha Bhendesvga: enable ARB_clear_texture extension in the driver.
2016-08-26 Neha Bhendesvga: define svga_clear() in svga_init_clear_functions()
2016-08-26 Neha Bhendesvga: add svga_init_clear_functions()
2016-08-26 Neha Bhendesvga: add new function svga_clear_texture()
2016-08-26 Neha Bhendesvga: add new begin_blit()
2016-08-26 Charmaine Leesvga: add opt to the list of valid build types
2016-08-26 Charmaine Leesvga: add guest statistic gathering interface
2016-08-26 Charmaine Leesvga: fix indirect non-indexable temp access
2016-08-23 Ilia Mirkingallium: add a cap to expose whether driver supports...
2016-08-17 Brian Paulsvga: fix src/dst typo in can_blit_via_copy_region_vgpu10()
2016-08-17 Brian Paulsvga: initialize a variable to silence a gcc warning
2016-08-17 Marek Olšákgallium: change pipe_sampler_view::first_element/last_e...
2016-08-16 Brian Paulsvga: remove unused var in svga_mark_surfaces_dirty()
2016-08-16 Brian Paulsvga: avoid a calloc in svga_buffer_transfer_map()
2016-08-16 Brian Paulsvga: don't call os_get_time() when not needed by Galli...
2016-08-16 Brian Paulsvga: remove unneeded memset() call in draw_vgpu10()
2016-08-16 Brian Paulsvga: reduce looping in svga_mark_surfaces_dirty()
2016-08-16 Brian Paulsvga: minor clean-ups in define_rasterizer_object()
2016-08-16 Brian Paulsvga: remove incorrect buffer invalidation code
2016-08-16 Brian Paulsvga: additional comments for svga_hw_draw_state members
2016-08-16 Brian Paulsvga: use the sws local var to simplify some code
2016-08-16 Brian Paulsvga: minor whitespace and code clean-ups
2016-08-09 Marek Olšákgallium: add a pipe_context parameter to fence_finish
2016-08-01 Charmaine Leesvga: avoid redundant SetVertexBuffer/SetIndexBuffer...
2016-07-23 Marek Olšákgallium: split transfer_inline_write into buffer and...
2016-07-20 Józef Kuciagallium: add a cap for VIEWPORT_SUBPIXEL_BITS (v2)
2016-07-15 Charmaine Leesvga: avoid ubinding render targets that have already...
2016-07-15 Neha Bhendesvga: dump code for GenMips.
2016-07-15 Brian Paulsvga: handle mismatched number of samplers, sampler...
2016-07-08 Brian Paulsvga: simplify/fix 1D/2D array resource copies
2016-07-08 Brian Paulsvga: remove unused variable
2016-07-08 Brian Paulsvga: add dumping for more device commands
2016-07-08 Brian Paulsvga: silence a couple unused variable warnings
2016-07-08 Charmaine Leesvga: rebind using render target surfaces in hw draw...
2016-07-08 Charmaine Leesvga: invalidate gb surface before it is reused
2016-07-08 Brian Paulsvga: fix use of provoking vertex control
2016-07-05 Charmaine Leesvga: avoid emitting redundant DXSetRenderTargets command
2016-06-30 Brian Paulsvga: use SVGA3D_vgpu10_BufferCopy() for buffer copies
2016-06-30 Brian Paulsvga: add SVGA3D_vgpu10_BufferCopy()
2016-06-30 Brian Paulsvga: flush buffers when mapping for reading
2016-06-30 Neha Bhendesvga: enable ARB_copy_image extension in the driver
2016-06-30 Brian Paulsvga: try blitting with copy region in more cases
2016-06-30 Brian Paulsvga: use copy_region_vgpu10() for region copies when...
2016-06-30 Neha Bhendesvga: use vgpu10 CopyRegion command when possible
2016-06-30 Brian Paulsvga: set render target flag for snorm surfaces
2016-06-30 Brian Paulsvga: add new svga_format_is_uncompressed_snorm() helper
2016-06-30 Brian Paulsvga: adjust sampler view format for RGBX
2016-06-30 Brian Paulsvga: adjust render target view format for RGBX
2016-06-30 Neha Bhendesvga: don't advertise support for R32G32B32_UINT/SINT...
2016-06-30 Brian Paulsvga: use untyped surface formats in most cases
2016-06-30 Neha Bhendesvga: Fix failures caused in fedora 24
2016-06-28 Charmaine Leesvga: force direct map for transfering multiple slices
2016-06-28 Brian Paulsvga: whitespace, line wrapping fixes in svga_surface.c
2016-06-25 Axel Davygallium: Add a cap for offset_units_unscaled
2016-06-23 Giuseppe BilottaRemove wrongly repeated words in comments
2016-06-23 Brian Paulsvga: update some comments in svga_buffer_handle()
2016-06-23 Brian Paulsvga: add a const qualifier in svga_buffer_upload_piece...
2016-06-23 Brian Paulsvga: minor code refactor for svga_buffer_upload_command()
2016-06-23 Brian Paulsvga: minor code simplification in svga_context_finish()
2016-06-23 Brian Paulsvga: rename svga_surface_copy() to svga_resource_copy_...
2016-06-23 Brian Paulsvga: don't copy blit_info into local var
2016-06-23 Charmaine Leesvga: fix texture array update regression
2016-06-23 Charmaine Leesvga: fix index/vertex buffer surface reference at...
2016-06-23 Charmaine Leesvga: fix vertex buffer references in the hw state
2016-06-23 Charmaine Leesvga: fix index buffer reference in the hw state
2016-06-20 Rob Clarkgallium: make constant_buffer const
2016-06-18 Ilia Mirkingallium: add PIPE_CAP_MAX_WINDOW_RECTANGLES to all...
2016-06-07 Ilia Mirkingallium: add PIPE_CAP_TGSI_VOTE for when the VOTE ops...
2016-06-06 Charmaine Leesvga: print shader linkage info when tgsi debug bit...
next