Revert "etnaviv: add support for snorm textures"
[mesa.git] / src / gallium / drivers / svga /
2017-07-12 Brian Paulsvga: whitespace, formatting fixes in svga_swtnl_backend.c
2017-07-12 Brian Paulsvga: whitespace, formatting fixes in svga_swtnl_draw.c
2017-07-12 Brian Paulsvga: whitespace, formatting fixes in svga_swtnl_state.c
2017-07-12 Brian Paulsvga: move comment, declaration in svga_init_shader_key...
2017-07-11 Brian Paulsvga: fix texture swizzle writemasking
2017-07-11 Brian Paulsvga: s/unsigned/enum tgsi_texture_type/
2017-07-11 Brian Paulsvga: s/unsigned/enum tgsi_swizzle
2017-07-11 Brian Paulsvga: s/unsigned/enum tgsi_interpolate_mode/
2017-07-11 Brian Paulsvga: s/unsigned/enum tgsi_file_type/
2017-07-11 Brian Paulsvga: s/unsigned/enum tgsi_semantic/
2017-07-10 Brian Paulsvga: fix PIPE_CAP_MAX_TEXTURE_BUFFER_SIZE value
2017-07-10 Brian Paulsvga: fix breakage in create_backed_surface_view()
2017-07-07 Brian Paulsvga: adjust line subpixel position for HWv8
2017-07-05 Mauro RossiAndroid: generate symlinks for all enabled gallium...
2017-07-03 Brian Paulsvga: don't call svga_texture_device_format_has_alpha...
2017-07-03 Brian Paulsvga: fix texture buffer object regression
2017-07-03 Brian Paulsvga: move assertion in draw_vgpu10()
2017-07-03 Brian Paulsvga: fix buffer binding flags initialization
2017-06-30 Brian Paulsvga: add texture size/levels sanity check code in...
2017-06-30 Brian Paulsvga: update a few surface format names
2017-06-30 Brian Paulsvga: whitespace fixes in svga_resource_buffer_upload.c
2017-06-30 Charmaine Leesvga: add mksstats for surface view emulation
2017-06-30 Brian Paulsvga: change error handling convention for svga_set_str...
2017-06-30 Charmaine Leesvga: fixed surface size to include array size
2017-06-30 Neha Bhendesvga: loop over box.depth for ReadBack_image on each...
2017-06-30 Charmaine Leesvga: add mksstats for context creation
2017-06-30 Charmaine Leesvga: re-validate sampler view at draw time if needed
2017-06-29 Rob HerringAndroid: use symlinks for driver loading
2017-06-27 Charmaine Leesvga: clean up format_cap_table
2017-06-27 Charmaine Leesvga: fix the default devcap for SVGA3D_Z_D24S8_INT
2017-06-27 Charmaine Leesvga: create buffer surfaces for incompatible bind...
2017-06-27 Charmaine Leesvga: do not unconditionally enable streamout bind...
2017-06-27 Charmaine Leesvga: pass tobind_flags to svga_buffer_handle
2017-06-27 Charmaine Leesvga: pass bind_flags to surface create functions
2017-06-22 Brian Paulsvga: minor whitespace fixes in svga_pipe_vertex.c
2017-06-22 Brian Paulsvga: check return value from svga_set_shader( SVGA3D_S...
2017-06-22 Charmaine Leesvga: fix pre-mature flushing of the command buffer
2017-06-16 Brian Paulsvga: add new num-failed-allocations HUD query
2017-06-16 Brian Paulsvga: add a few minor comments
2017-06-16 Brian Paulsvga: add some missing SVGA_STATS_* enum values, prefix...
2017-06-16 Thomas Hellstromsvga: Relax the format checks for copy_region_vgpu10...
2017-06-16 Thomas Hellstromsvga: Fix incorrect format conversion blit destination
2017-06-16 Thomas Hellstromsvga: Fix srgb copy_region regression
2017-06-16 Thomas Hellstromsvga: Prefer accelerated blits over cpu copy region
2017-06-16 Thomas Hellstromsvga: Support accelerated conditional blitting
2017-06-16 Thomas Hellstromsvga: Use utility functions to help determine whether...
2017-06-16 Thomas Hellstromsvga: Rework the blit and resource_copy_region function...
2017-06-15 Brian Paulsvga: clamp device line width to at least 1 to fix...
2017-06-15 Mauro Rossisvga: fix git_sha1.h include path in Android.mk (v3)
2017-06-14 Samuel Pitoisetgallium: add PIPE_CAP_BINDLESS_TEXTURE
2017-06-07 Thomas Hellstromsvga: Always set the alpha value to 1 when sampling...
2017-06-07 Thomas Hellstromsvga: Fix imported surface view creation
2017-06-07 Thomas Hellstromsvga: Set alpha to 1 for non-alpha views
2017-06-07 Thomas Hellstromsvga: Allow format differences in 16-bit RGBA surface...
2017-06-07 Eric Engestromtree-wide: remove trailing backslash
2017-06-03 Lyudegallium: Add a cap to check if the driver supports...
2017-05-27 Brian Paulsvga: document some incorrect VGPU10 shader translation...
2017-05-24 Brian Paulsvga: init svga_screen::swc_mutex with mtx_recursive
2017-05-24 Brian Paulsvga: move logging initialization code into new function
2017-05-24 Brian Paulsvga: init local vars to silence uninitialized use...
2017-05-24 Brian Paulsvga: log the process command line to the vmware.log...
2017-05-24 Sinclair Yehsvga: Limit svga message capability to newer compilers
2017-05-24 Brian Paulsvga: Fix MSVC build.
2017-05-24 Sinclair Yehsvga: Add the ability to log messages to vmware.log...
2017-05-17 Marek Olšákgallium: add PIPE_CAP_ALLOW_MAPPED_BUFFERS_DURING_EXECUTION
2017-05-11 Rob HerringAndroid: push driver build details to driver makefiles
2017-05-10 Marek Olšákgallium: add PIPE_CAP_CAN_BIND_CONST_BUFFER_AS_VERTEX
2017-05-10 Marek Olšákgallium: remove pipe_index_buffer and set_index_buffer
2017-05-10 Marek Olšákgallium: decrease the size of pipe_vertex_buffer -...
2017-04-29 Neha Bhendesvga: implement sRGB rendering for imported surfaces
2017-04-29 Neha Bhendesvga: add function svga_linear_to_srgb()
2017-04-29 Thomas Hellstromsvga: Add a more elaborate format compatibility determi...
2017-04-26 Brian Paulsvga: fix vertex buffer binding issue
2017-04-26 Charmaine Leesvga: Removed the unused label 'done' in svga_validate_...
2017-04-26 Charmaine Leesvga: use the winsys interface to invalidate surface
2017-04-26 Charmaine Leesvga: fix format for screen target
2017-04-26 Charmaine Leesvga: cache the backing surface handle in the texture...
2017-04-26 Charmaine Leesvga: Update the backing resource only if needed
2017-04-26 Charmaine Leesvga: Set the surface dirty bit for the right surface...
2017-04-26 Charmaine Leesvga: Move rendertarget view related fields to hw_clear...
2017-04-26 Charmaine Leesvga: Move setting the rendered_to flags to framebuffer...
2017-04-26 Brian Paulsvga: add const qualifiers on svga_check_sampler_view_r...
2017-04-26 Brian Paulsvga: improve surface view debug messages
2017-04-26 Brian Paulsvga: add DEBUG_SAMPLERS
2017-04-26 Brian Paulsvga: fail screen creation if HW version is too old
2017-04-26 Samuel Pitoisetgallium: add PIPE_SHADER_CAP_TGSI_SKIP_MERGE_REGISTERS
2017-04-14 Nicolai Hähnlegallium: add PIPE_CAP_TGSI_TES_LAYER_VIEWPORT
2017-04-07 Charmaine Leesvga: add context pointer to the invalidate surface...
2017-04-07 Brian Paulsvga: remove pre-SVGA3D_HWVERSION_WS8_B1 code
2017-04-07 Charmaine Leesvga: remove redundant surface propagation
2017-04-07 Charmaine Leesvga: Fix zslice index to svga_texture_copy_handle_reso...
2017-04-07 Brian Paulsvga: specify include path for git_sha1.h for out-of...
2017-04-07 Charmaine Leesvga: Fix out-of-sync backing surface
2017-04-07 Charmaine Leesvga: add a reset flag to svga_propagate_surface()
2017-04-07 Charmaine Leesvga: add the has_backed_views flag
2017-04-07 Charmaine Leesvga: only destroy render target view from a context...
2017-04-07 Charmaine Leesvga: disable rasterization if rasterizer_discard is...
2017-04-07 Charmaine Leesvga: do not emulate wide points in GS when doing trans...
2017-04-05 Nicolai Hähnlegallium: add PIPE_CAP_TGSI_BALLOT
2017-04-05 Nicolai Hähnlegallium: add sparse buffer interface and capability
next