Avoid overflow in 'last' variable of FindGLXFunction(...)
[mesa.git] / src /
2016-07-20 Stefan DirschAvoid overflow in 'last' variable of FindGLXFunction...
2016-07-20 Tomasz Figaegl/android: Stop leaking DRI images
2016-07-20 Tomasz Figaegl/android: Add some useful error messages
2016-07-20 Tomasz Figaegl/android: Check return value of dri2_get_dri_config()
2016-07-20 Emil Velikovi965: store reference to the context within struct...
2016-07-20 Nicolas Boichategl/dri2: dri2_make_current: Set EGL error if bindConte...
2016-07-20 Tomasz Figaegl/android: Remove unused variables
2016-07-20 Tomasz Figagallium/dri: Add shared glapi to LIBADD on Android
2016-07-20 Emil Velikovmesa: scons: remove left over src/glsl include
2016-07-20 Emil Velikovmesa: scons: list builddir before srcdir
2016-07-20 Emil Velikovmesa: automake: list builddir before srcdir
2016-07-20 Józef Kuciaradeonsi: advertise 8 bits subpixel precision for viewp...
2016-07-20 Józef Kuciar600: advertise 8 bits subpixel precision for viewport...
2016-07-20 Józef Kuciagallium: add a cap for VIEWPORT_SUBPIXEL_BITS (v2)
2016-07-20 Samuel Pitoisetnvc0: disable MS images on GM107+
2016-07-20 Samuel Pitoisetnv50/ir: print OP_SUREDB subops in debug mode
2016-07-20 Samuel Pitoisetgm107/ir: add emission for SUREDx
2016-07-20 Samuel Pitoisetgm107/ir: add emission for SUSTx and SULDx
2016-07-20 Samuel Pitoisetgm107/ra: fix constraints for surface operations
2016-07-20 Samuel Pitoisetgm107/ir: lower surface operations
2016-07-20 Samuel Pitoisetnvc0: bind images for 3d/cp shaders on GM107+
2016-07-20 Samuel Pitoisetnvc0: increase the tex handles area size in the driver cb
2016-07-20 Kenneth Graunkenir: Fix uninitialized use of 'replacement'.
2016-07-20 Kenneth Graunkei965: Use tex_mocs instead of rb_mocs for GL images.
2016-07-19 Marek Olšákwinsys/amdgpu: use pb_cache buckets for fewer pb_cache...
2016-07-19 Marek Olšákwinsys/radeon: use pb_cache buckets for fewer pb_cache...
2016-07-19 Marek Olšákgallium/pb_cache: reduce the number of pointer dereferences
2016-07-19 Marek Olšákgallium/pb_cache: divide the cache into buckets for...
2016-07-19 Marek Olšákgallium/pb_cache: check parameters that are more likely...
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 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 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 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 Quirogai965/tes/scalar: fix 64-bit indirect input loads
2016-07-18 Iago Toral Quirogai965/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...
next