draw: handle more TGSI_SEMANTIC_COLOR indices
[mesa.git] / src / gallium /
2017-07-08 Roland Scheideggerdraw: handle more TGSI_SEMANTIC_COLOR indices
2017-07-07 Brian Paulsvga: adjust line subpixel position for HWv8
2017-07-07 Aleksander Morgadoetnaviv: fix refcnt initialization in etna_screen
2017-07-07 Ilia Mirkina5xx: add support for rendering to RGB10A2_UNORM formats
2017-07-07 Ilia Mirkina5xx: set uint/sint bits for mrt output register
2017-07-07 Ilia Mirkina5xx: add backface stencil emission
2017-07-07 Samuel Pitoisetradeonsi: fix invalidating bindless buffer descriptors
2017-07-06 Olivier Lauffenburgerst/wgl: Implement wglUseFontBitmaps.
2017-07-06 Olivier Lauffenburgerst/wgl: improve selection of pixel format
2017-07-06 Tim Rowleyswr/rast: Correctly allocate SWR_STATS memory as cachel...
2017-07-06 Tim Rowleyswr/rast: remove unused variables
2017-07-06 Tim Rowleyswr/rast: don't use _mm256_fmsub_ps in AVX code
2017-07-06 Tim Rowleyswr/rast: _mm*_undefined_* implementations for gcc<4.9
2017-07-06 Aleksander Morgadoetnaviv: don't dereference etna_resource pointer if...
2017-07-05 Mauro RossiAndroid: generate symlinks for all enabled gallium...
2017-07-05 Tomeu Vizosoandroid: build imx-drm winsys
2017-07-05 Rob Herringandroid: add etnaviv driver build support
2017-07-05 Nicolai Hähnletgsi_from_mesa: add tgsi_get_gl_frag_result_semantic
2017-07-05 Nicolai Hähnletgsi_from_mesa: add pipe_shader_type_from_mesa
2017-07-05 Nicolai Hähnletgsi,st/mesa: move varying slot to semantic mapping...
2017-07-05 Nicolai Hähnleddebug: handle some cases of non-TGSI shaders
2017-07-04 Marek Olšákgallium/radeon: fix VDPAU breakage, need VRAM with WC
2017-07-04 Ilia Mirkina5xx: enable polygon offset clamps
2017-07-04 Ilia Mirkina5xx: implement logicop support
2017-07-04 Ilia Mirkina5xx: enable polygon mode selection
2017-07-04 Ilia Mirkina5xx: disable ARB_depth_clamp for now
2017-07-04 Ilia Mirkina5xx: fix clip_halfz support
2017-07-04 Ilia Mirkina5xx: improve 3d texture sampling
2017-07-04 Ilia Mirkina5xx: remove one of the MIPFILTER_LINEAR bits
2017-07-04 Ilia Mirkina5xx: enable formats newly added to the headers
2017-07-04 Ilia Mirkina5xx: include color swap when decoding vertices
2017-07-04 Ilia Mirkina5xx: update headers
2017-07-04 Marek Olšákgallium/radeon: attempt to fix a compiler failure in...
2017-07-04 Marek Olšákwinsys/amdgpu: use 128KB BOs for suballocations of...
2017-07-04 Marek Olšákgallium/radeon: allow suballocating textures
2017-07-04 Marek Olšákgallium/radeon: generalize the function for in-place...
2017-07-04 Marek Olšákgallium/radeon: add radeon_winsys::buffer_is_suballocated
2017-07-04 Marek Olšákgallium/radeon: clean up pb_cache bucket/usage determin...
2017-07-04 Marek Olšákgallium/radeon: enable suballocations for VRAM with...
2017-07-04 Marek Olšákgallium/radeon: clean up (domain, flags) <-> (slab...
2017-07-04 Marek Olšákgallium/radeon: remove RADEON_FLAG_CPU_ACCESS
2017-07-04 Marek Olšákgallium/radeon: disallow exports of sparse and suballoc...
2017-07-04 Marek Olšákgallium/radeon: clean up r600_texture_get_handle
2017-07-04 Marek Olšákgallium/radeon: rename RADEON_FLAG_HANDLE -> RADEON_FLA...
2017-07-04 Marek Olšákgallium/radeon: fix a possible crash for buffer exports
2017-07-04 Marek Olšákgallium/radeon: ignore PIPE_BIND_SHARED for buffers
2017-07-04 Marek Olšákradeonsi: add a HUD query for getting an average GFX...
2017-07-04 Juan A. Suarez Romerovc4: automake: include vc4_cl_dump.h in
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-07-03 Nicolai Hähnlewinsys/radeon: only call pb_slabs_reclaim when slabs...
2017-07-02 Bruce Cherniakswr: Limit memory held by defer deleted resources.
2017-06-30 Brian Paulsvga: add texture size/levels sanity check code in...
2017-06-30 Brian Paulgallium/docs: document that TXF is used with PIPE_BUFFE...
2017-06-30 Brian Paulgallium/docs: clarify that samplers are not used with...
2017-06-30 Eric Anholtvc4: Start using XML unpack functions in CL dump.
2017-06-30 Eric Anholtvc4: Replace a couple of magic numbers with #define...
2017-06-30 Eric Anholtvc4: Move rasterizer state packing to CSO creation...
2017-06-30 Eric Anholtvc4: Convert the driver to emitting the shader record...
2017-06-30 Eric Anholtvc4: Simplify pack header usage
2017-06-30 Eric Anholtvc4: Start using the pack header.
2017-06-30 Eric Anholtvc4: Introduce XML-based packet header generation like...
2017-06-30 Bruce Cherniakswr: Minor cleanup of variable usage, no functional...
2017-06-30 Tim Rowleyswr: use swr_query_result type instead of void
2017-06-30 Tim Rowleyswr/rast: increase number of possible draws in flight
2017-06-30 Tim Rowleyswr/rast: move default split size from driver to rasterizer
2017-06-30 Tim Rowleyswr/rast: Fix missing setup of psContext.pColorBuffer
2017-06-30 Tim Rowleyswr/rast: Switch intrinsic usage to SIMDLib
2017-06-30 Tim Rowleyswr/rast: Fix unused variable warnings
2017-06-30 Tim Rowleyswr/rast: Split rasterizer.cpp to improve compile time
2017-06-30 Tim Rowleyswr/rast: gen_backends.py remove extraneous semicolon
2017-06-30 Tim Rowleyswr/rast: Support dynamically sized vertex layout
2017-06-30 Tim Rowleyswr/rast: Split backend.cpp to improve compile time
2017-06-30 Tim Rowleyswr/rast: gen_backends.py removal of commented debug...
2017-06-30 Tim Rowleyswr/rast: gen_backends.py quote cleanup
2017-06-30 Tim Rowleyswr/rast: generators will create target directories
2017-06-30 Mauro RossiAndroid: fix typo in symlink for driver loading and...
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-30 Rob Herringgallium: os_process fixes for Android
2017-06-30 Tomeu Vizosoetnaviv: Add unreachable statement to etna_amode to...
2017-06-29 Bruce Cherniakswr: Remove need to allocate vertex buffer scratch...
2017-06-29 Bruce Cherniakswr: conditionally validate vertex buffer state
2017-06-29 Tim Rowleyswr: set dynamic vertex size
2017-06-29 Marek Olšákradeonsi: set COMPUTE_DISPATCH_INITIATOR.ORDER_MODE = 1
2017-06-29 Marek Olšákradeonsi: use the DISPATCH packets to force COMPUTE_STA...
2017-06-29 Rob HerringAndroid: use symlinks for driver loading
2017-06-29 Lucas Stachetnaviv: fix memory leak when BO allocation fails
2017-06-29 Lucas Stachetnaviv: fill in layer_stride for imported resources
2017-06-28 Lucas Stachetnaviv: fix shader miscompilation with more than 16...
2017-06-27 Marek Olšákradeonsi: move instance divisors into a constant buffer
2017-06-27 Marek Olšákradeonsi: check nr_cbufs in other places before flushing CB
next