tgsi: fix out-of-bounds access for cube arrays
[mesa.git] / src /
2015-03-27 Ilia Mirkintgsi: fix out-of-bounds access for cube arrays
2015-03-27 Ilia Mirkinst/mesa: initialize have_fma in constructor
2015-03-27 Ilia Mirkingallium/util: remove u_linkage
2015-03-27 Ilia Mirkingallium/hud: avoid overflowing hud graph name size
2015-03-27 Ilia Mirkinst/mesa: update arrays when the current attrib has...
2015-03-26 Dave Airliest_glsl_to_tgsi: only do mov copy propagation on temps...
2015-03-25 Kenneth Graunkei965: Drop unnecessary brw->gen >= 8 check from scalar...
2015-03-25 Kenneth Graunkei965/fs: Implement texture projection support.
2015-03-25 Kenneth Graunkei965/fs: Rename offset to tex_offset to avoid shadowing...
2015-03-25 Kenneth Graunkenir: Add glsl_float_type() wrapper.
2015-03-25 Matt Turnerglsl: Use INFINITY instead of std::numeric_limits<float...
2015-03-25 Emil Velikovautomake: add missing egl files to the tarball
2015-03-25 Ian Romanickglsl: Constify ir_instruction::equals
2015-03-25 Ian Romanickglsl: Constify the as_foo functions
2015-03-25 Ian Romanickglsl: Implement remaining as_foo functions with macros
2015-03-25 Ian Romanickglsl: Add is_rvalue, is_dereference, and is_jump methods
2015-03-25 Jose Fonsecautil/u_atomic: Ignore warnings interlocked accesses.
2015-03-25 Jose Fonsecamesa: Avoid MSVC C6334 warning in /analyze mode.
2015-03-25 Jose Fonsecascons: Don't build osmesa.
2015-03-25 Jose Fonsecascons: Don't build loader on Windows.
2015-03-25 Jose Fonsecascons: Don't build egl on Windows.
2015-03-25 Jose Fonsecascons: Fix git_sha1.h generation fallback.
2015-03-25 Martin Peresmain: Added entry points for NamedRenderbufferStorage...
2015-03-25 Martin Peresmain: Added entry point for glGetNamedRenderbufferParam...
2015-03-25 Martin Peresmain: Added entry point for glCreateRenderbuffers
2015-03-25 Martin Peresmain: Added entry point for glCreateSamplers
2015-03-25 Martin Peresmain: Added entry point for glCreateProgramPipelines
2015-03-25 Martin Peresmain: Added entry points for glGetQueryBufferObject*
2015-03-25 Martin Peresmain: Added entry point for glCreateQueries
2015-03-25 Martin Peresmain: Added entry point for glGetTransformFeedbacki64_v
2015-03-25 Martin Peresmain: Added entry point for glGetTransformFeedbacki_v
2015-03-25 Martin Peresmain: Added entry point for glGetTransformFeedbackiv
2015-03-25 Martin Peresmain: Added entry point for glTransformFeedbackBufferRange
2015-03-25 Martin Peresmain: Added entry point for glTransformFeedbackBufferBase
2015-03-25 Martin Peresmain: Added entry point for glCreateTransformFeedbacks
2015-03-25 Martin Peresmain: fix the validation of the number of samples
2015-03-25 Martin Peresmain: replace tabs by 8 spaces in fbobject.c
2015-03-25 Martin Peresmain: replace tabs by 8 spaces in bufferobj.c
2015-03-25 Kristian Høgsbergmesa: Apply visibility flags to src/Makefile.am targets
2015-03-25 Matt Turnernir: Fix typo.
2015-03-24 Matt Turnernir: Recognize sat(add(b2f(a), b2f(b))) as a logical OR.
2015-03-24 Matt Turnernir: Recognize mul(b2f(a), b2f(b)) as a logical AND.
2015-03-24 Matt Turnerglsl: Recognize sat(add(b2f(a), b2f(b))) as a logical OR.
2015-03-24 Matt Turnerglsl: Recognize mul(b2f(a), b2f(b)) as a logical AND.
2015-03-24 Matt Turnernir: Handle mixed scalar/vector arguments to logical...
2015-03-24 Matt Turnerglsl: Allow vector logic ops to be generated.
2015-03-24 Jonathan Graygallium/util: Use HAVE___BUILTIN_FFS* macros.
2015-03-24 Emil Velikovi965: add the remaining files to the tarball
2015-03-24 Emil Velikovglsl: add the remaining files to the tarball
2015-03-24 Emil Velikovgbm: remove gbm_gallium_drm from the loader
2015-03-24 Anuj Phogatglsl: Generate link error for non-matching gl_FragCoord...
2015-03-24 Eric Anholtvc4: Add a dump-the-surface-contents routine.
2015-03-24 Eric Anholtvc4: Allow DRI3 on simulation, as well.
2015-03-24 Eric Anholtvc4: Fix pitch alignment of linear textures.
2015-03-24 Eric Anholtvc4: Write the alignment of level width consistently...
2015-03-24 Eric Anholtvc4: Fix use of a bool as an enum.
2015-03-24 Eric Anholtvc4: Decide the HW's format before laying out the miptree.
2015-03-24 Eric Anholtvc4: Use our device-specific ioctls for create/mmap.
2015-03-24 Eric Anholtvc4: Make a new #define for making code conditional...
2015-03-24 Eric Anholtvc4: Add some useful debug printfs for miptrees.
2015-03-24 Ilia Mirkinglsl: avoid calling base_alignment when samplers are...
2015-03-24 Ilia MirkinRevert "nv50,nvc0: remove bogus 64_FLOAT formats"
2015-03-23 Mario Kleinermapi: Make private copies of name strings provided...
2015-03-23 Tom Stellardclover: Return 0 as storage size for local kernel args...
2015-03-23 Tom Stellardgallivm: Use MCInstrInfo in the disassembler for queryi...
2015-03-23 Giuseppe Bilottaclover: use get_device_vendor instead of get_vendor
2015-03-23 Giuseppe Bilottagallium: implement get_device_vendor() for existing...
2015-03-23 Giuseppe Bilottagallium: introduce get_device_vendor() entrypoint for...
2015-03-23 Giuseppe Bilottagallium: remove trailing whitespace in p_screen.h
2015-03-23 Tom Stellardclover: The unit for CL_DEVICE_MEM_BASE_ADDR_ALIGN...
2015-03-23 Tom Stellardclover: Add all the mandatory 1.1 extensions to the...
2015-03-23 Tom Stellardclover: Add a space at the end of CL_DEVICE_OPENCL_C_VE...
2015-03-23 Francisco Jerezi965/vec4: Fix handling of multiple register reads...
2015-03-23 Francisco Jerezi965/vec4: Calculate live intervals with subregister...
2015-03-23 Francisco Jerezi965/vec4: Define helpers to calculate the common live...
2015-03-23 Francisco Jerezi965/vec4: Define helper functions to convert a registe...
2015-03-23 Francisco Jerezi965/vec4: Don't lose the force_writemask_all flag...
2015-03-23 Francisco Jerezi965/vec4: Fix handling of multiple register reads...
2015-03-23 Francisco Jerezi965/vec4: Fix handling of multiple register reads...
2015-03-23 Francisco Jerezi965/vec4: Fix handling of multiple register reads...
2015-03-23 Francisco Jerezi965/vec4: Fix handling of multiple register reads...
2015-03-23 Francisco Jerezi965: Define method to check whether a backend_reg...
2015-03-23 Francisco Jerezi965/vec4: Remove dependency of vec4_live_variables...
2015-03-23 Francisco Jerezi965/vec4: Trivial copy propagate clean-up.
2015-03-23 Francisco Jerezi965/vec4: Add argument index and type checks to SEL...
2015-03-23 Francisco Jerezi965/vec4: Fix broken saturate mask check in copy propa...
2015-03-23 Francisco Jerezi965/vec4: Don't lose copy propagation saturate bits...
2015-03-23 Francisco JerezRevert "i965/vec4: Don't lose the saturate modifier...
2015-03-23 Francisco Jerezi965/vec4: Remove unused method definition.
2015-03-23 Francisco Jerezi965/vec4: Some more trivial swizzle clean-up.
2015-03-23 Francisco Jerezi965/vec4: Improve src_reg/dst_reg conversion constructors.
2015-03-23 Francisco Jerezi965/vec4: Pass argument by reference to src_reg/dst_re...
2015-03-23 Francisco Jerezi965/vec4: Remove swizzle_for_size() in favour of brw_s...
2015-03-23 Francisco Jerezi965/vec4: Remove broken vector size deduction in setup...
2015-03-23 Francisco Jerezi965/vec4: Simplify visitor handling of swizzles using...
2015-03-23 Francisco Jerezi965/vec4: Simplify opt_register_coalesce() using the...
2015-03-23 Francisco Jerezi965/vec4: Simplify reswizzle() using the swizzle utils.
2015-03-23 Francisco Jerezi965/vec4: Simplify opt_reduce_swizzle() using the...
2015-03-23 Francisco Jerezi965: Fix signedness of backend_reg::reg_offset.
2015-03-23 Francisco Jerezi965/vec4: Fix signedness of dst_reg::writemask.
next