mesa.git
2019-06-18 Alyssa Rosenzweigpanfrost: Enable sRGB
2019-06-18 Alyssa Rosenzweigpanfrost: Disable AFBC on sRGB buffers
2019-06-18 Alyssa Rosenzweigpanfrost: Enable sRGB fixed-function blending
2019-06-18 Alyssa Rosenzweigpanfrost: Specify sRGB in the render target
2019-06-18 Alyssa Rosenzweigpanfrost: Implement sRGB texturing
2019-06-18 Alyssa Rosenzweigpanfrost: Add sRGB render target flag
2019-06-18 Alyssa Rosenzweigpanfrost: Implement tiled rendering
2019-06-18 Alyssa Rosenzweigpanfrost: Decode rendering block type
2019-06-18 Alyssa Rosenzweigpanfrost: Refactor texture targets
2019-06-18 Rohan Gargpanfrost: Figure out job requirements in pan_job.c
2019-06-18 Rohan Gargpanfrost: Reset job counters once the job is submitted
2019-06-18 Rohan Gargpanfrost: Initial implementation of panfrost_job_submit
2019-06-18 Gurchetan Singhvirgl_hw: add YUV support
2019-06-18 Gurchetan Singhvirgl: sync to virglrenderer virgl_hw.h
2019-06-18 Jason Ekstrandanv: Make border colors the right size and alignment...
2019-06-18 Lionel Landwerlinimgui: bump imgui memory editor copy
2019-06-18 Alyssa Rosenzweigpanfrost/midgard: Enable autovectorization
2019-06-18 Connor Abbottnir: add a vectorization pass
2019-06-18 Boris Brezillonpanfrost: Add support for TXS instructions
2019-06-18 Boris Brezillonpanfrost: Prepare things to support non-native texture ops
2019-06-18 Boris Brezillonpanfrost: Move sysval upload logic out of panfrost_emit...
2019-06-18 Boris Brezillonpanfrost: Make the sysval logic more generic
2019-06-18 Boris Brezillonnir/lower_tex: Add a way to lower TXS(non-0-LOD) instru...
2019-06-18 Boris Brezillonnir/lower_tex: Update ->sampler_dim value before callin...
2019-06-18 Boris Brezillonnir/lower_tex: Actually report when projector lowering...
2019-06-18 Tomeu Vizosopanfrost: Adapt to constant name change in UABI
2019-06-18 Tomeu Vizosopanfrost: ci: Update results
2019-06-18 Samuel Pitoisetradv: adjust the DCC base VA for mipmapped color attach...
2019-06-18 Samuel Pitoisetradv: fix color decompressions for FMASK/CMASK
2019-06-18 Samuel Pitoisetradv: do not decompress levels without DCC with the...
2019-06-18 Samuel Pitoisetradv: do not decompress levels without DCC with the...
2019-06-18 Samuel Pitoisetradv: check if DCC is enabled per mip not for the whole...
2019-06-18 Iago Toral... v3d: implement simultaneous peripheral access exception...
2019-06-18 Iago Toral... v3d: only flush jobs accessing the query BO when readin...
2019-06-18 Iago Toral... v3d: add a helper function to flush jobs using a BO
2019-06-18 Kenneth Graunkeiris: Support more RGBX pipe formats.
2019-06-18 Kenneth Graunkeglsl: Fix out of bounds read in shader_cache_read_progr...
2019-06-17 Jason Ekstrandanv: Set STATE_BASE_ADDRESS upper bounds on gen7
2019-06-17 Bas Nieuwenhuizenradv: Disable linear tiled compressed textures.
2019-06-17 Jason Ekstrandanv:Use VK_EXT_separate_stencil_usage to avoid stencil...
2019-06-17 Jason Ekstrandanv: Add stencil texturing support for gen7
2019-06-17 Jason Ekstrandanv/blorp: Update shadow images when clearing or uploading
2019-06-17 Jason Ekstrandanv/cmd_buffer: Add a stencil transition helper
2019-06-17 Jason Ekstrandanv/blorp: Take an aspect in anv_image_copy_to_shadow
2019-06-17 Jason Ekstrandanv/formats: Re-arrange the way se set some flag bits
2019-06-17 Kenneth Graunkeiris: Make resource_copy_region handle packed depth...
2019-06-17 Kenneth Graunkeiris: Order CS stall and TC invalidate for format reint...
2019-06-17 Kenneth Graunkeiris: Be more aggressive at post-format-reintepret...
2019-06-17 Gert Wollnyvirgl: Assume sRGB write control for older guest kernel...
2019-06-17 Rob Clarkfreedreno/a6xx: disallow UBWC for x24s8
2019-06-17 Rob Clarkfreedreno/a6xx: un-swap X24S8_UINT
2019-06-17 Samuel Pitoisetradv: add mipmaps support for DCC decompression on...
2019-06-17 Samuel Pitoisetradv: add mipmaps support for color decompressions...
2019-06-17 Samuel Pitoisetradv: set the DCC/FCE predicates from the base level
2019-06-17 Samuel Pitoisetradv: load the fast color clear values from the base...
2019-06-17 Samuel Pitoisetradv: store the DCC predicate for each mip
2019-06-17 Samuel Pitoisetradv: store the FCE predicate for each mip
2019-06-17 Samuel Pitoisetradv: store the fast color clear values for each mip
2019-06-17 Samuel Pitoisetradv: allocate DCC metadata for each mip
2019-06-17 Caio Marcelo... gallium: Remove unused util_ringbuffer
2019-06-17 Caio Marcelo... llvmpipe: Don't use u_ringbuffer for lp_scene_queue
2019-06-17 Alyssa Rosenzweigpanfrost/midgard: Simplify 2D array logic
2019-06-17 Alyssa Rosenzweigpanfrost/midgard: Handle non-zero component in store
2019-06-17 Alyssa Rosenzweigpanfrost/midgard: Apply writemask to LUTs
2019-06-17 Marek Olšákamd: update addrlib
2019-06-17 Nicolai Hähnleradeonsi: reduce MAX_GEOMETRY_OUTPUT_VERTICES
2019-06-17 Alyssa Rosenzweigpanfrost: Cleanup default blend mode
2019-06-17 Alyssa Rosenzweigpanfrost: Don't accidentally include blend shader
2019-06-17 Alyssa Rosenzweigpanfrost/midgard: Use typeless moves internally
2019-06-17 Chia-I Wuvirgl: better support for PIPE_TRANSFER_DISCARD_WHOLE_R...
2019-06-17 Chia-I Wuvirgl: add virgl_rebind_resource
2019-06-17 Chia-I Wuvirgl: save virgl_hw_res in virgl_transfer
2019-06-17 Chia-I Wuvirgl: add resource_reference to virgl_winsys
2019-06-17 Alyssa Rosenzweigpanfrost/midgard: Add rounding mode specific opcodes
2019-06-17 Alyssa Rosenzweigpanfrost: Drop draws with complete scissor
2019-06-17 Alyssa Rosenzweigpanfrost: Disable pipelining temporarily
2019-06-17 Alyssa Rosenzweigpanfrost/mfbd: Handle rendering to linear mipmap
2019-06-17 Alyssa Rosenzweigpanfrost: Implement sampling from non-zero initial...
2019-06-17 Alyssa Rosenzweigpanfrost: Resource management for linear 2D texture...
2019-06-17 Alyssa Rosenzweigpanfrost/midgard: Adjust swizzles for 2D arrays
2019-06-17 Alyssa Rosenzweigpanfrost: Set array_size to permit array textures
2019-06-17 Alyssa Rosenzweigpanfrost: Decode array textures
2019-06-17 Alyssa Rosenzweigpanfrost: Implement 3D texture resource management
2019-06-17 Alyssa Rosenzweigpanfrost: Specify 3D in texture descriptor
2019-06-17 Alyssa Rosenzweigpanfrost/midgard: Fix 3D texture masks/swizzles
2019-06-17 Alyssa Rosenzweigpanfrost/midgard: Add swizzle_of/mask_of helpers
2019-06-17 Alyssa Rosenzweigpanfrost: Enable helper invocations when texturing
2019-06-17 Alyssa Rosenzweigpanfrost: Handle missing texture case
2019-06-17 Alyssa Rosenzweigpanfrost: Remove forced flush on clears
2019-06-17 Alyssa Rosenzweigpanfrost: Flush scanout too
2019-06-17 Alyssa Rosenzweigpanfrost: Improve viewport (clipping) robustness
2019-06-17 Alyssa Rosenzweigpanfrost: Disable the tiler for clear-only jobs
2019-06-17 Alyssa Rosenzweigpanfrost: Identify and decode mfbd_flags
2019-06-17 Alyssa Rosenzweigpanfrost: Stub out hierarchy mask selection
2019-06-17 Alyssa Rosenzweigpanfrost: Rename misc_0 -> tiler_polygon_list
2019-06-17 Alyssa Rosenzweigpanfrost: Sanity check tiler polygon list size
2019-06-17 Alyssa Rosenzweigpanfrost: Compute and use polygon list body size
2019-06-17 Alyssa Rosenzweigpanfrost: Use polygon list header size computation
2019-06-17 Alyssa Rosenzweigpanfrost: Calculate polygon list header size
2019-06-17 Alyssa Rosenzweigpanfrost: Add pan_tiler.h header
next