i965: Resolve GCC sign-compare warning.
[mesa.git] / src /
2015-09-10 Rhys Kiddi965: Resolve GCC sign-compare warning.
2015-09-10 Rhys Kiddmesa: Resolve GCC sign-compare warning.
2015-09-10 Rhys Kiddglsl: Resolve GCC sign-compare warning.
2015-09-10 Rhys Kiddmesa: Resolve GCC missing field initializer warning.
2015-09-10 Albert Freemanclover: Avoid using typename to allow compilation of...
2015-09-10 Kenneth Graunkei965: Advertise 65536 for GL_MAX_UNIFORM_BLOCK_SIZE.
2015-09-10 Ilia Mirkinnv50/ir: don't fold immediate into mad if registers...
2015-09-10 Ilia Mirkinnv50/ir: fix emission of 8-byte wide interp instruction
2015-09-10 Ilia Mirkinnv50/ir: r63 is only 0 if we are using less than 63...
2015-09-10 Ilia Mirkinnv50/ir: make edge splitting fix up phi node sources
2015-09-10 Ian Romanickglsl: Remove ADD_VARYING macro
2015-09-10 Ian Romanickglsl: Silence unused parameter warnings
2015-09-10 Ilia Mirkinnvc0: remove BGRA4 format support
2015-09-09 Rob Clarkgallium/ttn: fix cursor handling vs builder
2015-09-09 Ilia Mirkinnvc0: keep track of cb bindings per buffer, use for...
2015-09-09 Jason Ekstrandnir/glsl: Use lower_outputs_to_temporaries instead...
2015-09-09 Jason Ekstrandnir: Add a pass to lower outputs to temporary variables
2015-09-09 Jason Ekstrandnir/cursor: Add a constructor for the end of a block...
2015-09-09 Hans de Goedenv30: Disable msaa unless requested from the env by...
2015-09-09 Hans de Goedenv30: Fix color resolving for nv3x cards
2015-09-09 Rob Clarkgallium/docs: clairify dmabuf fd ownership
2015-09-09 Mauro Rossiandroid: radeonsi: add support for sid_tables.h generat...
2015-09-09 Mauro Rossinouveau: android: add space before PRIx64 macro
2015-09-09 Emil Velikovsvga: pick all the files into the tarball
2015-09-09 Emil Velikovauxiliary: rework the python generated sources rules
2015-09-09 Emil Velikovglsl: build: remove bogus dependency
2015-09-09 Emil Velikovglsl: build: use makefile.sources variables when possible
2015-09-09 Emil Velikovglsl: automake: reuse $(NIR_GENERATED_FILES) where...
2015-09-09 Emil Velikovglsl: automake: rework the sources generation rules
2015-09-09 Emil Velikovmesa: automake: rework the source generation rules
2015-09-09 Emil Velikovmapi: automake: rework the source generation rules
2015-09-09 Emil Velikovmapi: automake: rework the *api/glapi_mapi_tmp.h rules
2015-09-09 Emil Velikovutil: automake: rework the format_srgb.c rule
2015-09-09 Emil Velikovxmlpool: 'promote' LOCALEDIR variable
2015-09-09 Boyan Dingegl_dri2: Add support for EGL_KHR_create_contest when...
2015-09-09 Boyan Dingegl_dri2: Use createContextAttribs if swrast version...
2015-09-09 Boyan Dingegl_dri2: Move filling context_attrib array in a separa...
2015-09-09 Marta Lofstedtmesa: Allow query of GL_VERTEX_BINDING_BUFFER
2015-09-09 Marta Lofstedtmesa/es3.1: Enable GL_MAX_VERTEX_ATTRIB enums for GLES 3.1
2015-09-09 Kenneth Graunkei965/nir: Use nir_system_value_from_intrinsic to reduce...
2015-09-09 Kenneth Graunkenir: Add a nir_system_value_from_intrinsic() function.
2015-09-09 Kenneth Graunkei965: Mark topologies with adjacency information as...
2015-09-09 Kenneth Graunkei965: Fix value of _3DPRIM_TRIFAN_NOSTIPPLE.
2015-09-09 Chris Forbesi965: Add 64-bit dirty flag handling to brw_upload_pull...
2015-09-09 Chris Forbesi965: Add defines for all new Gen7/8 URB opcodes
2015-09-08 Ben Widawskyi965/gen8+: Skip depth stalls on state change
2015-09-08 Dave Airlier600: don't use shader key without verifying shader...
2015-09-08 Ben Widawskyi965/skl: Use more compact hiz dimensions
2015-09-08 Ilia Mirkinst/mesa: increase viewport bounds limits for GL4 hw
2015-09-08 Ilia Mirkinnvc0: always emit a full shader colormask
2015-09-08 Iago Toral Quiroganir: UBO loads no longer use const_index[1]
2015-09-07 Hans de Goedenv30: Fix max width / height checks in nv30 sifm code
2015-09-07 Chris Wilsoni965: Disallow fast blit paths for CopyTexImage with...
2015-09-07 Jon TURNEYmesa/tests: Remove unneeded X11_CFLAGS
2015-09-07 Jon TURNEYglxl/tests: Use X11_INCLUDES instead of X11_CFLAGS
2015-09-07 Thomas Hellstromsvga: Fix surface view error handling
2015-09-07 Rob Clarkxa: add xa_surface_from_handle2 v2
2015-09-07 Alejandro Piñeiroi965/nir/vec4: removed unneeded tex src swizzle set
2015-09-07 Ilia Mirkinutil: make mesa-sha1.c completely empty when there...
2015-09-06 Ilia Mirkinutil: always include sha1 into the build
2015-09-06 Ilia Mirkinst/mesa: don't fall back to 16F when 32F is requested
2015-09-06 Ilia Mirkinst/mesa: properly handle u_upload_alloc failure
2015-09-06 Ilia Mirkinnouveau: don't mark full range as used on unmap with...
2015-09-06 Ilia Mirkinnv50: avoid using inline vertex data submit when gl_Ver...
2015-09-06 Ilia Mirkinnv50: don't flush vertex arrays when index buffer changes
2015-09-06 Ilia Mirkinnv50: rebind bo to bufctx when invalidating idxbuf...
2015-09-06 Ilia Mirkinnv50: clear buffer status on all vertex bufs, not just...
2015-09-06 Ilia Mirkinnv50: fix drawing from tfb, direct-to-pushbuf submits
2015-09-04 Ben Widawskyi965: Remove base miplevel from sampler state.
2015-09-04 Oded Gabbayllvmpipe: convert double to long long instead of unsign...
2015-09-04 Hans de Goedenv30: Implement color resolve for msaa
2015-09-04 Hans de Goedenv30: Fix creation of scanout buffers
2015-09-04 Boyan Dingvc4: Initialize pack field of qreg to 0 in qir_get_temp
2015-09-04 Chris Wilsoni965: Disallow PixelTransfer operations for tiled-memcp...
2015-09-04 Iago Toral Quirogai965/vec4: Don't unspill the same register in consecuti...
2015-09-04 Iago Toral Quirogai965: Add a debug option for spilling everything in...
2015-09-04 Francisco Jerezdri/common: Tokenize driParseDebugString() argument...
2015-09-04 Francisco Jerezdri/common: Fix codestyle of driParseDebugString().
2015-09-04 Tapani Pälliglsl: error out on ES 3.1 if VS or FS present but not...
2015-09-04 Tapani Pälliglsl: error on linking if no shaders are attached to...
2015-09-04 Kenneth Graunkei965: Improve disassembly of data port read messages.
2015-09-04 Kenneth Graunkei965: Optimize VUE map comparisons.
2015-09-04 Kenneth Graunkei965/gs: Don't reserve space for clip plane uniforms.
2015-09-04 Kenneth Graunkei965: Don't do legacy userclipping in non-compatibility...
2015-09-04 Kenneth Graunkei965: Remove the brw_vue_prog_key base class.
2015-09-04 Kenneth Graunkei965: Virtualize vec4_visitor::emit_urb_slot().
2015-09-04 Kenneth Graunkei965: Store a key_tex pointer in vec4_visitor.
2015-09-04 Kenneth Graunkei965: Move legacy clip plane handling to vec4_vs_visitor.
2015-09-04 Kenneth Graunkei965: Delete the brw_vue_program_key::userclip_active...
2015-09-04 Kenneth Graunkei965: Remove legacy clip plane handling from geometry...
2015-09-04 Kenneth Graunkei965: Move brw_setup_tex_for_precompile to brw_program...
2015-09-04 Tapani Pällimesa: change 'SHADER_SUBST' facility to work with env...
2015-09-04 Kenneth Graunkei965: Fix copy propagation type changes.
2015-09-03 Dave Airlier600: fix loop overrun in cayman_mul_double_instr
2015-09-03 Ben Widawskyi965/gen9: Annotate input coverage mask change
2015-09-03 Brian Paulsvga: update call to u_upload_alloc()
2015-09-03 Marek Olšákwinsys/radeon: remove exported buffers from the cache
2015-09-03 Marek Olšákwinsys/amdgpu: remove exported buffers from the cache
2015-09-03 Marek Olšákgallium/pb_bufmgr_cache: add a way to remove buffers...
2015-09-03 Marek Olšáku_upload_mgr: remove the return value from u_upload_data
next