mesa.git
2017-01-22 Rob Clarkfreedreno/a5xx: srgb fix
2017-01-22 Rob Clarkfreedreno/a5xx: fix int vbos
2017-01-22 Rob Clarkfreedreno/a5xx: fix clear for uint/sint formats
2017-01-22 Rob Clarkfreedreno/a5xx: fix cull state
2017-01-22 Rob Clarkfreedreno: update generated headers
2017-01-21 Lionel Landwerlinanv: descriptors: don't update immutables samplers...
2017-01-21 Jason Ekstrandnir/search: Use the correct bit size for integer compar...
2017-01-21 Jason Ekstrandintel/blorp/copy: Properly handle clear colors for...
2017-01-21 Kenneth Graunkeglsl: Rename [u]int64_t tokens.
2017-01-21 Matt TurnerRevert "i965: Really don't emit Q or UQ moves on Gen...
2017-01-21 Matt Turneri965: Select DF type for 64-bit integers on Gen < 8.
2017-01-20 Ian Romanicki965: Enable ARB_gpu_shader_int64 on Gen8+
2017-01-20 Ian Romanicki965: Split SIMD16 CMP of Q and UQ instructions
2017-01-20 Ian Romanicki965: Enable 64-bit integer support for almost all...
2017-01-20 Ian Romanicki965: Enable uploading 64-bit integer uniforms
2017-01-20 Ian Romanicki965: Add 64-bit integer support for conversions and...
2017-01-20 Ian Romanicki965: Enable emitting Q and UQ instructions in the...
2017-01-20 Ian Romanicki965: Add support for constant evaluation on Q and...
2017-01-20 Ian Romanicki965: Return Q and UQ types for int64 and uint64
2017-01-20 Ian Romanicki965: Really don't emit Q or UQ moves on Gen < 8
2017-01-20 Ian Romanicknir: Add support for 64-bit integer types to split_var_...
2017-01-20 Ian Romanicknir: Enable 64-bit integer support for almost all unary...
2017-01-20 Ian Romanicknir: Shift count for shift opcodes is always 32-bits
2017-01-20 Ian Romanicknir: Lower packing and unpacking of 64-bit integer...
2017-01-20 Ian Romanicknir: Add 64-bit integer support for conversions and...
2017-01-20 Ian Romanicknir: Add 64-bit integer constant support
2017-01-20 Ian Romanicknir: Add GLSL_TYPE_INT64 and GLSL_TYPE_UINT64 to glsl_g...
2017-01-20 Ian Romanickglsl: Optimize redundant pack(unpack()) and unpack...
2017-01-20 Ian Romanickglsl: Add a lowering pass for 64-bit integer modulus
2017-01-20 Ian Romanickglsl: Add "built-in" functions to do 64%64 => 64 modulus
2017-01-20 Ian Romanickglsl: Add a lowering pass for 64-bit integer division
2017-01-20 Ian Romanickglsl: Add "built-in" functions to do 64/64 => 64 division
2017-01-20 Ian Romanickglsl: Add a lowering pass for 64-bit integer sign()
2017-01-20 Ian Romanickglsl: Add "built-in" function for 64-bit integer sign()
2017-01-20 Ian Romanickglsl: Add a lowering pass for 64-bit integer multiplication
2017-01-20 Ian Romanickglsl: Add "built-in" functions to do 64x64 => 64 multip...
2017-01-20 Ian Romanickglsl: Move builtin_function related prototypes to a...
2017-01-20 Ian Romanickglsl/standalone: Enable ARB_gpu_shader_int64
2017-01-20 Dave Airliei965: Avoid int64 warnings.
2017-01-20 Dave Airliei965: Avoid int64 induced warnings
2017-01-20 Dave Airliemesa/program: Add unused ir operations.
2017-01-20 Ian Romanickglsl: Allow GLSL_TYPE_INT64 for ir_unop_abs and ir_unop...
2017-01-20 Ian Romanickglsl: Print GLSL_TYPE_UINT64 and GLSL_TYPE_INT64 values
2017-01-20 Ian Romanickglsl: Add interaction between ARB_gpu_shader_int64...
2017-01-20 Dave Airlieglsl: Add 64-bit integer functions
2017-01-20 Dave Airlieglsl/varying_packing: Add 64-bit integer support
2017-01-20 Dave Airlieglsl/ast: Add 64-bit integer support in some places.
2017-01-20 Dave Airlieglsl: Add 64-bit integer support to some operations.
2017-01-20 Dave Airlieglsl/ir_builder: Add support for some 64-bit bitcasts.
2017-01-20 Dave Airlieglsl/ast: Add 64-bit integer support to conversion...
2017-01-20 Dave Airlieglsl: Add 64-bit integer support for constant expressions
2017-01-20 Dave Airlieglsl/ir: Add support for 64-bit integer conversions.
2017-01-20 Dave Airlieglsl: Add 64-bit integer support to uniform initialiser...
2017-01-20 Dave Airlieglsl/varyings: Add 64-bit integer support.
2017-01-20 Dave Airlieglsl/ast/ir: Add 64-bit integer constant support
2017-01-20 Dave Airliemesa: Add support for 64-bit integer uniforms
2017-01-20 Dave Airlieglsl: Add basic ARB_gpu_shader_int64 types
2017-01-20 Dave Airlieglsl: Add ARB_gpu_shader_int64 boilerplate.
2017-01-20 Dave Airliemesa: Add ARB_gpu_shader_int64 extension bits
2017-01-20 Dave Airliemapi: Add support for ARB_gpu_shader_int64.
2017-01-20 Lionel Landwerlinanv: don't require render target isl bit for depth...
2017-01-20 Lionel Landwerlinspirv: don't assert with location decorations on non...
2017-01-20 Matt Turneri965: Validate "Special Cases for Byte Operations"
2017-01-20 Matt Turneri965: Validate "Region Alignment Rules"
2017-01-20 Matt Turneri965: Validate "General Restrictions Based on Operand...
2017-01-20 Matt Turneri965: Validate "General Restrictions on Regioning Param...
2017-01-20 Matt Turneri965: Replace reg_type_size[] with a function.
2017-01-20 Matt Turneri965: Validate math instruction sources.
2017-01-20 Matt Turneri965: Claim that SEND/math has two sources.
2017-01-20 Matt Turneri965: Simplify num_sources_from_inst().
2017-01-20 Matt Turneri965: Factor out send_restrictions() function.
2017-01-20 Matt Turneri965: Factor out sources_not_null() validation function.
2017-01-20 Matt Turneri965: Structure code so unsupported inst will not gener...
2017-01-20 Matt Turneri965: Add a test for the EU assembly validator.
2017-01-20 Matt Turneri965: Add a CHECK macro to call more complicated valida...
2017-01-20 Matt Turneri965: Make ERROR_IF usable from other functions.
2017-01-20 Matt Turneri965: Mark error annotation on correct SIMD16 inst.
2017-01-20 Matt Turneri965/vec4: Use UW-typed operands when dest is UW.
2017-01-20 Matt Turneri965: Use W-typed immediate in brw_F32TO16().
2017-01-20 Matt Turnergtest: Update to 1.8.0.
2017-01-20 Matt Turneri965: Don't change F->VF if dest type is DF.
2017-01-20 Lionel Landwerlinanv: fix comment typo
2017-01-20 Lionel Landwerlinspirv: fix warn string typo
2017-01-20 Lionel Landwerlinblorp: remove unnecessary struct declaration
2017-01-20 Marek OlšákRevert "radeonsi: reject invalid vertex element formats"
2017-01-20 Philipp Zabelgallium: add pipe_screen::resource_changed callback...
2017-01-20 Philipp Zabelst/mesa: ask pipe driver to recreate derived internal...
2017-01-20 Philipp Zabelmesa: update external textures when (re-)binding
2017-01-20 Philipp Zabeletnaviv: implement resource_changed to invalidate inter...
2017-01-20 Philipp Zabeletnaviv: initialize seqno of imported resources
2017-01-20 Philipp Zabelst/dri: ask the driver to update its internal copies...
2017-01-20 Philipp Zabelgallium: add pipe_screen::resource_changed
2017-01-20 Emil Velikovconfigure.ac: move require_dri_shared_libs_and_glapi...
2017-01-20 Samuel Pitoisetgallium/hud: add missing break in hud_cpufreq_graph_ins...
2017-01-20 Tapani Pälliandroid: correct typo in build
2017-01-20 Elie TOURNIERnir: add min/max optimisation
2017-01-20 Jason Ekstrandnir/algebraic: Only include nir_search_helpers once
2017-01-19 Anuj Phogati965: Remove unnecessary mt->compressed checks
2017-01-19 Anuj Phogati965: Fix indentation in brw_miptree_layout_2d()
2017-01-19 Anuj Phogati965: Fix comment to include 3d textures
next