mesa.git
2016-07-19 Marek Olšákradeonsi: emit PS exports last
2016-07-19 Marek Olšákradeonsi: set optimal settings in COMPUTE_RESOURCE_LIMITS
2016-07-19 Marek Olšákradeonsi: really wait for the second EOP event and...
2016-07-19 Marek Olšákgallium/radeon: remove RADEON_FLUSH_KEEP_TILING_FLAGS...
2016-07-19 Ian Romanicknir/algebraic: Optimize fabs(u2f(x))
2016-07-19 Ian Romanickst/mesa: Enable MESA_shader_integer_functions on all...
2016-07-19 Ian Romanicki965: Enable MESA_shader_integer_functions on all GLSL...
2016-07-19 Ian Romanicki965: Don't lower uaddCarry and usubBorrow in both...
2016-07-19 Ian Romanicki965: Update assertion to account for Gen < 7
2016-07-19 Ian Romanicki965: Use LZD to implement nir_op_find_lsb on Gen < 7
2016-07-19 Ian Romanicki965: Use LZD to implement nir_op_ifind_msb on Gen < 7
2016-07-19 Ian Romanicki965: Use LZD to implement nir_op_ufind_msb
2016-07-19 Ian Romanicki965: Always enable GL_ARB_shading_language_packing
2016-07-19 Ian Romanicki965: Move enable of EXT_shader_integer_mix
2016-07-19 Ian Romanickglsl: Add lowering pass for ir_bin_imul_high
2016-07-19 Ian Romanickglsl: Add lowering pass for ir_unop_find_msb
2016-07-19 Ian Romanickglsl: Add lowering pass for ir_unop_find_lsb
2016-07-19 Ian Romanickglsl: Add lowering pass for ir_unop_bitfield_reverse
2016-07-19 Ian Romanickglsl: Add lowering pass for ir_quadop_bitfield_insert
2016-07-19 Ian Romanickglsl: Add lowering pass for ir_triop_bitfield_extract
2016-07-19 Ian Romanickglsl: Add lowering pass for ir_unop_bit_count
2016-07-19 Ian RomanickMESA_shader_integer_functions: Allow new function overl...
2016-07-19 Ian RomanickMESA_shader_integer_functions: Allow implicit int-...
2016-07-19 Ian RomanickMESA_shader_integer_functions: Expose new built-in...
2016-07-19 Ian RomanickMESA_shader_integer_functions: Boiler plate extension...
2016-07-19 Ian RomanickMESA_shader_integer_functions: Add extension specification
2016-07-19 Samuel Pitoisetgm107/ir: make use of ADD32I for all immediates
2016-07-19 Samuel Pitoisetgm107/ir: add missing NEG modifier for IADD32I
2016-07-19 Andreas Bollddebug: Fix trivial typo in stderr message
2016-07-19 Andreas Bollconfigure.ac: Use ${datarootdir} for --with-vulkan...
2016-07-19 Eric Engestromvl: fix memory leak
2016-07-19 Boyuan Zhangvl: add entry point
2016-07-19 Ilia Mirkinnv50,nvc0: srgb rendering is only available for rgba...
2016-07-19 Ilia Mirkinnvc0: add support for BGRA8 images
2016-07-18 Jason Ekstrandi965: Skip update_texture_surface when the plane doesn...
2016-07-18 Timothy Arceriglsl: use linked shaders rather than compiled shaders
2016-07-18 Lars HamreThe extension is already exposed, this simply marks...
2016-07-18 Anuj Phogatdocs: Fix typo in extension name
2016-07-18 Anuj Phogatdocs: Add support for GL_KHR_texture_compression_astc_s...
2016-07-18 Anuj PhogatRevert "docs: Mark KHR_texture_compression_astc_sliced_...
2016-07-18 Anuj Phogatdocs: Mark KHR_texture_compression_astc_sliced_3d done...
2016-07-18 Anuj Phogati965/gen9: Enable KHR_texture_compression_astc_sliced_3d
2016-07-18 Anuj Phogatmesa: Add the infrastructure for KHR_texture_compressio...
2016-07-18 Christian Königradeon/uvd: add session context buffer for polaris...
2016-07-18 Leo Liuvl/dri3: fix a memory leak from front buffer
2016-07-18 Iago Toral... i965/tes/scalar: fix 64-bit indirect input loads
2016-07-18 Iago Toral... i965/tcs/scalar: only update imm_offset for second...
2016-07-18 Kenneth Graunkei965: Move pulls_bary setting to emit_pixel_interpolato...
2016-07-18 Kenneth Graunkei965: Write gl_FragCoord directly to the destination.
2016-07-18 Kenneth Graunkei965: Drop has_pln checks in unlit centroid workaround.
2016-07-18 Kenneth Graunkei965: Drop VARYING_SLOT_FACE special case in barycentri...
2016-07-18 Kenneth Graunkecompiler: Rename INTERP_QUALIFIER_* to INTERP_MODE_*.
2016-07-16 Dave Airlievirgl: drop pointless leftover init of virgl_transfer_i...
2016-07-16 Ilia Mirkinnv50: fix alphatest for non-blendable formats
2016-07-16 Rob Clarkmesa/st: reduce size of state->st bitmask
2016-07-16 Rob Clarkgallium/u_queue: add optional cleanup callback
2016-07-16 Nicolai Hähnleradeonsi: remove the DRAW_PREAMBLE packet
2016-07-16 Brian Paulmesa: handle numSamples=0 in _mesa_test_proxy_teximage()
2016-07-16 Kenneth Graunkenir: Use dest.ssa.num_components rather than intrin...
2016-07-16 Kenneth Graunkenir: Update outdated intrinsic const_index comments.
2016-07-16 Kenneth Graunkenir: Use nir_intrinsic_set_base in atomic lowering.
2016-07-16 Kenneth Graunkenir: Split nir_lower_io's input/output/atomic handling...
2016-07-16 Kenneth Graunkenir: Drop bogus nir_var_shader_in case in nir_lower_io...
2016-07-16 Kenneth Graunkenir: Share destination rewriting and replacement code...
2016-07-16 Kenneth Graunkenir: Share get_io_offset handling in nir_lower_io.
2016-07-16 Kenneth Graunkenir: Make a 'var' temporary in nir_lower_io.
2016-07-16 Kenneth Graunkei965: Remove the emit_linterp() helper.
2016-07-16 Kenneth Graunkei965: Reduce the number of fs_reg(brw_reg) calls in...
2016-07-16 Kenneth Graunkei965: Make a barycentric_mode() helper function.
2016-07-16 Kenneth Graunkei965: Rename brw_wm_barycentric_interp_mode to brw_bary...
2016-07-16 Kenneth Graunkei965: Handle default interpolation modes and locations...
2016-07-15 Jason Ekstrandi965/context: Remove some unnecessary vfuncs
2016-07-15 Jason Ekstrandi965: Get rid of gen6_surface_state.c
2016-07-15 Jason Ekstrandi965: Use ISL for emitting buffer surface states
2016-07-15 Jason Ekstrandi965/state: Account for the element size in emit_buffer...
2016-07-15 Jason Ekstrandi965/gen4-6: Use the generic ISL-based path for texture...
2016-07-15 Jason Ekstrandi965/gen6: Use the generic ISL-based path for renderbuf...
2016-07-15 Jason Ekstrandi965/gen7: Use the generic ISL-based path for renderbuf...
2016-07-15 Jason Ekstrandi965/gen7: Use the generic ISL-based path for texture...
2016-07-15 Jason Ekstrandi965/gen8: Use the generic ISL-based path for renderbuf...
2016-07-15 Jason Ekstrandi965/gen8: Use the generic ISL-based path for texture...
2016-07-15 Jason Ekstrandi965/state: Add generic surface update functions based...
2016-07-15 Jason Ekstrandi965/surface_state: Rename brw_update to gen4_update
2016-07-15 Jason Ekstrandi965/state: Use ISL for emitting image surfaces
2016-07-15 Jason Ekstrandi965/blorp: Use a generic ISL path for texture surfaces...
2016-07-15 Jason Ekstrandi965/state: Add a helper for emitting a surface state...
2016-07-15 Jason Ekstrandi965/blorp: Use the generic ISL path for texture surfac...
2016-07-15 Jason Ekstrandi965/blorp: Use the generic ISL path for renderbuffer...
2016-07-15 Jason Ekstrandi965/blorp: Use the generic ISL path for texture surfac...
2016-07-15 Jason Ekstrandi965/blorp: Use the generic ISL path for renderbuffer...
2016-07-15 Jason Ekstrandi965/blorp: Use the generic ISL path for renderbuffer...
2016-07-15 Jason Ekstrandi965/blorp: Add a generic ISL-based surface state emit...
2016-07-15 Jason Ekstrandi965/miptree: Add a helper for getting the aux isl_surf...
2016-07-15 Jason Ekstrandi965/miptree: Add a helper for getting the ISL clear...
2016-07-15 Jason Ekstrandi965/miptree: Add a helper for getting an isl_surf...
2016-07-15 Jason Ekstrandi965: Add an isl_device to the brw_context
2016-07-15 Jason Ekstrandisl/state: Add support for OffsetX/Y in surface state
2016-07-15 Jason Ekstrandisl: Add support for filling out surface states all...
2016-07-15 Jason Ekstrandisl: Add an ISL_DEV_IS_G4X macro
2016-07-15 Jason Ekstrandgenxml: Add macros and #includes for gens 4-6
next