mesa.git
2016-03-09 Emil Velikovglapi: remove the final function offset tags
2016-03-09 Emil Velikovwinsys/amdgpu/addrlib: do not wrap header inclusion...
2016-03-09 Emil Velikovmesa/main: do not wrap header inclusion in extern "C"
2016-03-09 Emil Velikovi915: limit extern "C" hack only for libdrm headers
2016-03-09 Emil Velikovxmesa: do not wrap header inclusion in extern "C"
2016-03-09 Emil Velikovutil/sha: do not wrap header inclusion in extern "C"
2016-03-09 Emil Velikovegl/wayland: do not wrap header inclusion in extern "C"
2016-03-09 Emil Velikovgbm: do not wrap header inclusion in extern "C"
2016-03-09 Nicolai Hähnlest/mesa: shader image atoms must be before framebuffer...
2016-03-09 Nicolai Hähnlegallivm: special case TGSI_OPCODE_STORE
2016-03-09 Nicolai Hähnletgsi: set correct output mode for RESQ
2016-03-09 Marek Olšákgallium: add CAPs returning PCI device location
2016-03-09 Marek Olšákwinsys/amdgpu: get PCI info
2016-03-09 Marek Olšákradeonsi: set amdgpu metadata before exporting a texture
2016-03-09 Nicolai Hähnleradeonsi: extract the texture descriptor computation...
2016-03-09 Nicolai Hähnleradeonsi: extract the buffer descriptor computation...
2016-03-09 Nicolai Hähnleradeonsi: remove resource field from si_sampler_view
2016-03-09 Marek Olšákradeonsi: accept pipe_resource in si_sampler_view_add_b...
2016-03-09 Marek Olšákradeonsi: disable DCC on handle export if expecting...
2016-03-09 Bas Nieuwenhuizenradeonsi: add DCC decompression (v2)
2016-03-09 Marek Olšákradeonsi: allocate DCC in the same backing buffer as...
2016-03-09 Marek Olšákgallium/radeon: disable CMASK on handle export if shari...
2016-03-09 Marek Olšákgallium/radeon: eliminate fast color clear before sharing
2016-03-09 Marek Olšákgallium/radeon: don't use fast color clear if sharing...
2016-03-09 Marek Olšákgallium/radeon: disallow handle export for MSAA & depth...
2016-03-09 Marek Olšákgallium/radeon: remember that texture_from_handle was...
2016-03-09 Marek Olšákgallium/radeon: check that handle usage doesn't change...
2016-03-09 Marek Olšákgallium/radeon: disallow reallocation of shared buffers
2016-03-09 Marek Olšákgallium/radeon: if we can't discard a whole resource...
2016-03-09 Marek Olšákgallium/radeon: buffer valid range tracking only works...
2016-03-09 Marek Olšákgallium/radeon: don't set texture metadata for buffers
2016-03-09 Marek Olšákgallium/radeon: set texture metadata only once
2016-03-09 Marek Olšákgallium/radeon: clean up r600_texture_get_handle
2016-03-09 Marek Olšákgallium/radeon: move code initializing texture metadata...
2016-03-09 Marek Olšákwinsys/amdgpu: allow drivers to set/get opaque metadata
2016-03-09 Marek Olšákgallium/radeon: rename winsys buffer_get/set_tiling...
2016-03-09 Marek Olšákgallium/radeon: remove rcs parameter from radeon_winsys...
2016-03-09 Marek Olšákgallium/radeon: use a structure for passing tiling...
2016-03-09 Marek Olšákgallium: add external usage flags to resource_from...
2016-03-09 Axel Davydri: add backbuffer use flag
2016-03-09 Timothy Arceriglsl: dont allow undefined array sizes in ES
2016-03-09 Tamil velanradeon/uvd: increase max height to 4096 for VI and...
2016-03-08 Bas Nieuwenhuizenwinsys/amdgpu: enlarge buffer_indices_hashlist
2016-03-08 Samuel Pitoisetnvc0: add a new validation path for compute
2016-03-08 Samuel Pitoisetnvc0: rework the validation path for 3D
2016-03-08 Jordan Justeni965/hsw: Initialize SLM index in state register
2016-03-08 Jordan Justeni965/compute: Skip SIMD8 generation if it can't be...
2016-03-08 Jordan Justeni965/fs: Allow spilling for SIMD16 compute shaders
2016-03-08 Timothy Arceriglsl: don't always reject shaders with mismatching...
2016-03-08 Timothy Arceriglsl: make interstage_match() static
2016-03-08 Timothy Arceriglsl: don't validate ifc blocks using validation meant...
2016-03-08 Kenneth Graunkemesa: Fix error code for GetFramebufferAttachmentParame...
2016-03-08 Kenneth Graunkemesa: Add GL_RED and GL_RG to ES3 effective internal...
2016-03-08 Samuel Pitoisetnv50,nvc0: make sure to destroy the mutex used for...
2016-03-08 Marek Olšákgallium/radeon: don't use temporary buffers for persist...
2016-03-08 Jason Ekstrandnir: Add a pass for lower indirect variable dereferences
2016-03-08 Alejandro Piñeiroi965/fs/nir: "surface_access::" prefix not needed
2016-03-08 Brian Paulmesa: fix malformed assertion in _image_format_class_to...
2016-03-08 Brian Paulprogram: minor whitespace clean-ups in program_parse_ex...
2016-03-08 Christian Königst/mesa: conditionally enable GL_NV_vdpau_interop
2016-03-08 Christian Königradeon/uvd: disable MPEG1
2016-03-08 Alejandro Piñeiroi965/vec4/nir: no need to use surface_access:: to call...
2016-03-08 Alejandro Piñeiroi965/vec4/nir: remove emit_untyped_surface_read and...
2016-03-08 Alejandro Piñeiroi965/vec4: pass the correct src_sz to emit_send at...
2016-03-08 Kenneth Graunkeglcpp: Remove empty mid-rule action which changes test...
2016-03-08 Kenneth Graunkeglcpp: Clean up most empty mid-rule actions left by...
2016-03-08 Kenneth Graunkeglcpp: Delete unnecessary implicit version resolves.
2016-03-08 Kenneth Graunkeglcpp: Implicitly resolve version after the first non...
2016-03-07 Tim Rowleygallium/swr: fix issues preventing a 32-bit build
2016-03-07 Tim Rowleygallium/swr: remove use of UINT64 from swr_fence
2016-03-07 Kenneth Graunkeglsl: Add function parameters to the parser symbol...
2016-03-07 Kenneth Graunkeglsl: Add single declaration variables to the symbol...
2016-03-07 Kenneth Graunkemesa: Change GLboolean to bool in GenerateMipmap target...
2016-03-07 Kenneth Graunkemesa: Make GenerateMipmap check the target before findi...
2016-03-07 Samuel Pitoisetgm107/ir: add emission for ATOMS
2016-03-07 Samuel Pitoisettgsi: fix parsing of shared memory declarations
2016-03-07 Samuel Pitoisetgm107/ir: add emission for BAR
2016-03-07 Samuel Pitoisetgk110/ir: add missing src predicate emission for BAR.RED
2016-03-07 Samuel Pitoisetgk110/ir: allow to emit immediates for BAR
2016-03-07 Samuel Pitoisetgk110/ir: fix wrong emission of BAR.SYNC
2016-03-07 Samuel Pitoisetnvc0/ir: make sure that thread count immediate for...
2016-03-07 Brian Paulsvga: add new surface-write-flushes HUD query
2016-03-07 Brian Paulsvga: add new flush-time HUD query
2016-03-07 Brian Paulsvga: also dump SVGA3D_BUFFER surfaces in svga_screen_c...
2016-03-07 Ilia Mirkinmesa: flip current tf object back to default if current...
2016-03-07 Ilia Mirkinglsl: avoid stack smashing when there are too many...
2016-03-06 Francisco Jerezi965/vec4: Propagate swizzles correctly during copy...
2016-03-06 Francisco Jerezi965: Don't try copy propagation if constant propagatio...
2016-03-06 Francisco Jerezi965/vec4: Use swizzle() to swizzle immediates during...
2016-03-06 Francisco Jerezi965: Add support for swizzling arbitrary immediates...
2016-03-06 Francisco Jerezi965: Pass symbolic swizzle to brw_swizzle() as a singl...
2016-03-06 Ilia Mirkinnvc0: reset TFB bufctx when we no longer hold a referen...
2016-03-06 Ilia Mirkinnv50/ir: using sampleid/pos shouldn't force per-sample...
2016-03-06 Ilia Mirkinst/mesa: don't force per-sample interp if only sampleid...
2016-03-06 Ilia Mirkinswrast: fix GL_ANY_SAMPLES_PASSED values in Result
2016-03-05 Brian Paulst/mesa: 78-column wrapping in st_extensions.c
2016-03-05 Brian Paulgallium/util: add new comments, assertions in u_debug_r...
2016-03-05 Brian Paulgallium/util: update comments and URL in u_debug_refcnt.c
2016-03-05 Brian Paulgallium/util: make stream variable static in u_debug_re...
2016-03-05 Brian Paulgallium/util: re-indent u_debug_refcnt.[ch]
next