svga: add a const qualifier in svga_buffer_upload_piecewise()
[mesa.git] / src / gallium /
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 Tim Rowleyswr: [rasterizer core] fix dependency bug
2016-06-23 Tim Rowleyswr: [rasterizer core] use wrap-around safe compares...
2016-06-23 Tim Rowleyswr: [rasterizer jitter] add support for component...
2016-06-23 Tim Rowleyswr: [rasterizer core] track whether GS outputs viewpor...
2016-06-23 Tim Rowleyswr: [rasterizer core] GS viewport array index attribute
2016-06-23 Tim Rowleyswr: [rasterizer core] conservative rasterization front...
2016-06-23 Tim Rowleyswr: [rasterizer core] stop single threaded crash exit...
2016-06-23 Tim Rowleyswr: [rasterizer jitter] small fetch jit cleanup
2016-06-23 Tim Rowleyswr: [rasterizer core] remove old comment
2016-06-23 Tim Rowleyswr: [rasterizer jitter] cleanup supporting different...
2016-06-23 Tim Rowleyswr: [rasterizer jitter] unitialized component fix...
2016-06-23 Tim Rowleyswr: [rasterizer] add support for building avx512 version
2016-06-23 Tim Rowleyswr: [rasterizer common] fix include for Intel compiler
2016-06-23 Tim Rowleyswr: [rasterizer common] workaround clang for windows...
2016-06-23 Tim Rowleyswr: push/pop DEBUG macro around llvm includes
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 Brian Paulgallium/util: fix some 4-space indentation in blitter...
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-22 Ilia Mirkinnv50,nvc0: fix start_instance in manual push path
2016-06-22 Ilia Mirkintranslate: fix start_instance parameter in sse version
2016-06-21 Marek Olšákradeonsi: add a debug flag for unsafe math LLVM optimiz...
2016-06-21 Marek Olšákradeonsi: use u_blitter for mipmap generation
2016-06-21 Marek Olšákgallium/u_blitter: implement mipmap generation
2016-06-21 Vedran Miletićclover: Fix build against clang SVN >= r273191
2016-06-20 Rob Clarkgallium: make image_view const
2016-06-20 Rob Clarkgallium: make constant_buffer const
2016-06-20 Rob Clarkgallium: make shader_buffers const
2016-06-20 Nicolai Hähnleradeonsi: use trapezoid distribution for tess on Fiji...
2016-06-20 Nicolai Hähnleradeonsi/sid: add Fiji+ tesselation distribution mode
2016-06-20 Nicolai Hähnleradeonsi: emit PA_SC_RASTER_CONFIG_1 only once
2016-06-20 Nicolai Hähnleradeonsi: fix calculation of valid RB mask per SE
2016-06-20 Nicolai Hähnleradeonsi: raise SI_PM4_MAX_DW
2016-06-20 Roland Scheideggergallivm: don't use integer min/max sse intrinsics with...
2016-06-19 Ilia Mirkinnvc0: don't make use of push hint if there are no non...
2016-06-19 Ilia Mirkingk104/ir: fix tex use generation to be more careful...
2016-06-18 Ilia Mirkinnv50: add support for GL_EXT_window_rectangles
2016-06-18 Ilia Mirkinnvc0: add support for GL_EXT_window_rectangles
2016-06-18 Ilia Mirkingallium: add PIPE_CAP_MAX_WINDOW_RECTANGLES to all...
2016-06-18 Ilia Mirkingallium: add API for setting window rectangles
2016-06-18 Samuel Pitoisetnv50/ir: add missing strings for some recent sysvals
2016-06-17 Bruce Cherniakswr: Update screen->context pointer with multiple contexts.
2016-06-17 Tim Rowleyswr: switch from overriding -march to selecting features
2016-06-16 Christian Königst/vdpau: we support lumakeying now
2016-06-16 Christian Königvl: support luma keying for interlaced surfaces as...
2016-06-15 Brian Paulauxilary/os: allow appending to GALLIUM_LOG_FILE
2016-06-15 Rob Herringvc4: fix vc4_resource_from_handle() stride calculation
2016-06-15 Marek Olšákwinsys/radeon: use the common job queue for multithread...
2016-06-15 Marek Olšákgallium/util: import the multithreaded job queue from...
2016-06-15 Nicolai Hähnleradeonsi: fix undefined left-shift into sign bit
2016-06-14 Marek Olšákgallium/radeon: num-cs-flushes query should display...
2016-06-14 Marek Olšákgallium/radeon: add driver queries for compute/dma...
2016-06-14 Marek Olšákradeonsi: don't generate "ret void undef"
2016-06-14 Marek Olšákradeonsi: try to hit direct hw MSAA resolve by changing...
2016-06-14 Marek Olšákradeonsi: clarify the MSAA resolve limitation with...
2016-06-14 Marek Olšákgallium/radeon: add micro_tile_mode to radeon_surf
2016-06-14 Roland Scheideggergallium/util: don't use blocksize for minify for assertions
2016-06-14 Roland Scheideggerllvmpipe: hack-fix bugs due to bogus bind flags
2016-06-14 Rob Clarkfreedreno: support start param for sampler views/states
2016-06-14 Rob Clarkfreedreno: only do extra vertex-buffer state logic...
2016-06-14 Rob Clarkfreedreno: use util_copy_constant_buffer() helper
2016-06-14 Nayan Deshmukhst/vdpau: replace 0.f and 1.f with 0.0f and 1.0f respec...
2016-06-14 Michel Dänzerst/dri: Clear drawable texture_mask in dri2_invalidate_...
2016-06-14 Julien Isorcest/va: ensure linear memory for dmabuf
2016-06-14 Mathias Fröhlichmesa/gallium: Move u_bit_scan{,64} from gallium to...
2016-06-14 Aaron Watryclover: Include generated sources in AM_CPPFLAGS
2016-06-14 Stephan Bergmannnv50/ir: make Graph destructor virtual
2016-06-13 Vedran Miletićclover: Update OpenCL version string to match OpenGL
2016-06-13 Brian Paulutil: update some assertions in util_resource_copy_region()
2016-06-13 Samuel Pitoisetnvc0/ir: clamp the UBO index for compute on Kepler
2016-06-13 Marek Olšákradeonsi: enable scratch coalescing
2016-06-13 Jimmy Berryst/va: hardlink driver instances to gallium_drv_video.so
2016-06-13 Jan Veselyvl: Fix trivial sign compare warnings
2016-06-13 Rob HerringAndroid: move libdrm settings to top-level Android...
2016-06-13 Emil Velikovgallium: remove st_api::get_proc_address hook
2016-06-13 Emil Velikovswr: automake: add missing -I flag
2016-06-13 Chuck Atkinsswr: Add missing headers for package inclusion
2016-06-13 Jan Veselygallivm: Fix trivial sign warnings
2016-06-13 Julien Isorcest/va: use proper temp pipe_video_buffer template
2016-06-13 Julien Isorcest/va: it is valid to release the VABuffer of an export...
2016-06-11 Ilia Mirkinnv50: reinstate dedicated constbuf push path
2016-06-11 Ilia Mirkinnv50: enable indirect addressing of fragment shader...
2016-06-10 Brian Paulllvmpipe: turn on pipe cap for GL_ARB_copy_image support
2016-06-10 Brian Paulllvmpipe: don't use 3-component formats, except 32...
2016-06-10 Brian Paulsoftpipe: turn on pipe cap for GL_ARB_copy_image support
2016-06-10 Brian Paulsoftpipe: don't use 3-component formats
2016-06-10 Brian Paulutil: update util_resource_copy_region() for GL_ARB_cop...
2016-06-10 Anuj Phogatgallium: Fix region overlap conditions for rectangles...
2016-06-10 Dave Airliegallivm: more 64-bit integer prep work.
2016-06-10 Dave Airlieradeonsi: convert to 64-bitness checks instead of doubles.
2016-06-10 Dave Airliegallivm: make non-float return code bitcast consistent.
2016-06-10 Dave Airliegallium/gallivm: use 64-bit test instead of doubles.
2016-06-10 Dave Airliegallium/tgsi: add 64-bitness type check function.
2016-06-10 Leo Liuvl/dri3: support receiving new pixmap for front buffer
next