mesa.git
2015-07-30 Eric Anholtvc4: Avoid leaking indirect array access UBOs.
2015-07-30 Eric Anholtvc4: Avoid overflowing various static tables.
2015-07-30 Eric Anholtvc4: Fix return values from recent validation changes.
2015-07-30 Kai Wasserbächdocs: trivial cleanup of GL3.txt, remove redundant...
2015-07-30 Dave Airliest/mesa: don't draw instead of asserting in transform...
2015-07-30 Timothy Arcerimesa: remove now unused _mesa_get_uniform_location
2015-07-30 Timothy Arcerimesa: remove now unused subscript validations
2015-07-30 Timothy Arcerimesa: fix and simplify resource query for arrays
2015-07-30 Neil Robertsi965/bxt: Don't use brw_device_info_skl_early on BXT
2015-07-30 Timothy Arceriglsl: set stage flag for structs and arrays in resource...
2015-07-30 Dave Airliedocs: consolidate radeonsi in GL3.txt
2015-07-30 Dave Airlieradeonsi: enable GL4.1 and update documentation (v2)
2015-07-30 Dave Airlieradeonsi: add GS multiple streams support (v2)
2015-07-29 Anuj PhogatDelete unused functions in format parser
2015-07-29 Anuj Phogati965: Change the type of max_{vs, hs, ...}_threads...
2015-07-29 Anuj PhogatDelete duplicate function is_power_of_two() and use...
2015-07-29 Jose Fonsecagallium/auxiliary: Ensure c99_math.h is included.
2015-07-29 Roland Scheideggerc99_math: (trivial) implement exp2 for MSVC too
2015-07-29 Ben Widawskyi965/bxt: Support 3src simd16 instructions
2015-07-29 Emil Velikovtargets/dri: scons: add missing link against libdrm
2015-07-29 Emil Velikovsvga: scons: remove unused HAVE_SYS_TYPES_H define
2015-07-29 Matt Turnerglsl: Avoid double promotion.
2015-07-29 Matt Turnermesa: Avoid double promotion.
2015-07-29 Matt Turnermesa/math: Avoid double promotion.
2015-07-29 Matt Turnerprogram: Avoid double promotion.
2015-07-29 Matt Turnerswrast: Avoid double promotion.
2015-07-29 Matt Turnertnl: Avoid double promotion.
2015-07-29 Matt Turnervbo: Avoid double promotion.
2015-07-29 Matt Turnerutil: Avoid double promotion.
2015-07-29 Matt Turnergallium/auxiliary: Avoid double promotion.
2015-07-29 Matt Turnernir: Avoid double promotion.
2015-07-29 Matt Turneri965: Use float calculations when double is unnecessary.
2015-07-29 Matt Turnergallium/auxiliary: Use exp2(x) instead of pow(2.0, x).
2015-07-29 Matt Turnerprogram: Use exp2(x) instead of pow(2.0, x).
2015-07-29 Matt Turnermesa: Use floats for viewport bounds.
2015-07-29 Matt Turnerc99_math: Implement exp2f for MSVC.
2015-07-29 Matt Turnerglsl: Remove MSVC implementations of copysign and isnormal.
2015-07-29 Francisco Jerezi965/fs: Make the default builder 64-wide before enteri...
2015-07-29 Francisco Jerezi965/fs: Don't set exec_all on instructions wider than...
2015-07-29 Francisco Jerezi965/fs: Initialize a builder explicitly in the gen4...
2015-07-29 Matt Turneri965/cfg: Assert that cur_do/while/if pointers are...
2015-07-29 Ilia Mirkinnvc0/ir: cache vertex out base so that we don't recompu...
2015-07-29 Ilia Mirkinnvc0/ir: output base for reading is based on laneid
2015-07-29 Francisco JerezRevert "pipe-loader: simplify pipe_loader_drm_probe"
2015-07-29 Francisco Jerezi965/fs: Switch opt_cse() to the fs_builder constructor...
2015-07-29 Francisco Jerezi965/fs: Switch lower_logical_sends() to the fs_builder...
2015-07-29 Francisco Jerezi965/fs: Switch lower_load_payload() to the fs_builder...
2015-07-29 Francisco Jerezi965/fs: Don't rely on the default builder to create...
2015-07-29 Francisco Jerezi965/fs: Set up the builder execution size explicitly...
2015-07-29 Francisco Jerezi965/fs: Initialize a builder explicitly in opt_peephol...
2015-07-29 Francisco Jerezi965/fs: Set execution controls explicitly in opt_peeph...
2015-07-29 Francisco Jerezi965/fs: Set execution controls correctly in lower_inte...
2015-07-29 Francisco Jerezi965/fs: Set execution controls correctly for lowered...
2015-07-29 Francisco Jerezi965/fs: Set the execution size of the MOVs correctly...
2015-07-29 Francisco Jerezi965/fs: Define a new fs_builder constructor taking...
2015-07-29 Francisco Jerezi965/fs: Translate memory barrier NIR intrinsics.
2015-07-29 Francisco Jerezi965/fs: Execute nir_setup_uniforms, _inputs and _outpu...
2015-07-29 Francisco Jerezi965/fs: Don't overwrite fs_visitor::uniforms and ...
2015-07-29 Francisco Jerezi965/fs: Drop unused untyped surface read and atomic...
2015-07-29 Francisco Jerezi965/fs: Revisit NIR atomic counter intrinsic translation.
2015-07-29 Francisco Jerezi965/fs: Import surface message builder helper functions.
2015-07-29 Francisco Jerezi965/fs: Handle zero-size allocations in fs_builder...
2015-07-29 Francisco Jerezi965/fs: Implement lowering of logical surface instruct...
2015-07-29 Francisco Jerezi965/fs: Hook up SIMD lowering to unroll surface instru...
2015-07-29 Francisco Jerezi965/fs: Define logical typed and untyped surface opcodes.
2015-07-29 Francisco Jerezi965: Lift the constness restriction on surface indices...
2015-07-29 Francisco Jerezi965: Define the setup_vector_uniform_values() backend_...
2015-07-29 Francisco Jerezi965/fs: Remove the emit_texture_gen*() fs_visitor...
2015-07-29 Francisco Jerezi965/fs: Reimplement emit_mcs_fetch() in terms of logic...
2015-07-29 Francisco Jerezi965/fs: Reimplement emit_texture() in terms of logical...
2015-07-29 Francisco Jerezi965/fs: Hook up SIMD lowering to handle texturing...
2015-07-29 Francisco Jerezi965/fs: Implement lowering of logical texturing opcode...
2015-07-29 Francisco Jerezi965/fs: Implement lowering of logical texturing opcode...
2015-07-29 Francisco Jerezi965/fs: Lower SHADER_OPCODE_TXF_UMS/MCS_LOGICAL too...
2015-07-29 Francisco Jerezi965/fs: Implement lowering of logical texturing opcode...
2015-07-29 Francisco Jerezi965/fs: Fix misleading comment regarding the message...
2015-07-29 Francisco Jerezi965/fs: Pass a BAD_FILE header source to LOAD_PAYLOAD...
2015-07-29 Francisco Jerezi965/fs: Fix opt_zero_samples() for texturing ops not...
2015-07-29 Francisco Jerezi965/fs: Use exec_size instead of dispatch_width to...
2015-07-29 Francisco Jerezi965/fs: Define logical texture sampling opcodes.
2015-07-29 Francisco Jerezi965/fs: Reimplement emit_single_fb_write() in terms...
2015-07-29 Francisco Jerezi965/fs: Implement lowering of logical framebuffer...
2015-07-29 Francisco Jerezi965/fs: Hook up SIMD lowering to unroll FB writes...
2015-07-29 Francisco Jerezi965/fs: Remove the FS_OPCODE_SET_OMASK pseudo-opcode.
2015-07-29 Francisco Jerezi965/fs: Don't attempt to copy the useless half of...
2015-07-29 Francisco Jerezi965/fs: Move up Gen6 no16 check to emit_fb_writes().
2015-07-29 Francisco Jerezi965/fs: Move up prog_data->uses_omask assignment up...
2015-07-29 Francisco Jerezi965/fs: Simplify control flow in emit_single_fb_write().
2015-07-29 Francisco Jerezi965/fs: Fix slight layering violation in emit_single_f...
2015-07-29 Francisco Jerezi965/fs: Make sure that the type sizes are compatible...
2015-07-29 Francisco Jerezi965/fs: Honour the instruction force_sechalf and exec_...
2015-07-29 Francisco Jerezi965/fs: Define logical framebuffer write opcode.
2015-07-29 Francisco Jerezi965/fs: Implement pass to lower instructions of unsupp...
2015-07-29 Francisco Jerezi965/fs: Fix return value of fs_inst::regs_read() for...
2015-07-29 Francisco Jerezi965/fs: Add builder emit method taking a variable...
2015-07-29 Francisco Jerezi965/fs: Add stub lowering pass for logical send-messag...
2015-07-29 Francisco Jerezi965/fs: Factor out source components calculation to...
2015-07-29 Francisco Jerezi965/fs: Simplify instruction rewrite loop in the regis...
2015-07-29 Francisco Jerezi965/fs: Fix rewrite of the second half of 16-wide...
2015-07-29 Francisco Jerezi965/fs: Detect multi-register MOVs correctly in regist...
next