mesa: Trivial clean-ups in uniform_query.cpp
[mesa.git] / src / mesa / drivers /
2017-01-26 Kenneth Graunkei965: Make intelEmitCopyBlit not truncate large strides.
2017-01-26 Kenneth Graunkei965: Use a UW source type for CS_OPCODE_CS_TERMINATE.
2017-01-26 Kenneth Graunkei965: Fix fast depth clears for surfaces with a dimensi...
2017-01-24 Jason Ekstrandi965/blorp: Use the correct ISL format for combined...
2017-01-24 Topi Pohjolaineni965/blorp: Add also depth and stencil buffers to rende...
2017-01-23 Matt Turneri965: Use UNUSED to silence unused variable (used in...
2017-01-23 Rainer Hocheckerdri: allow 16bit R/GR images to be exported via drm...
2017-01-23 Eric Engestromdrirc: remove spurious tabs
2017-01-23 Timothy Arcerimesa/glsl/i965: set and get tes layouts directly to...
2017-01-23 Timothy Arcerimesa/glsl: set {clip,cull}_distance_array_size directly...
2017-01-23 Timothy Arcerimesa: use gl_program for CurrentProgram rather than...
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 Dave Airliei965: Avoid int64 warnings.
2017-01-20 Dave Airliei965: Avoid int64 induced warnings
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 Turneri965: Don't change F->VF if dest type is DF.
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
2017-01-19 Chad Versacei965: Delete pending CCS and HiZ ops in intel_miptree_m...
2017-01-19 Timothy Arcerimesa/glsl/i965: set and use tcs vertices_out directly
2017-01-19 Timothy Arcerii965: get outputs_written from gl_program
2017-01-18 Topi Pohjolaineni965/blorp: Make post draw flush more explicit
2017-01-18 Topi Pohjolaineni965/gen6: Issue direct depth stall and flush after...
2017-01-18 Topi Pohjolaineni965: Make depth clear flushing more explicit
2017-01-18 Topi Pohjolaineni965/blorp: Use the render cache mechanism instead...
2017-01-18 Kenneth Graunkei965: Make brw_cache_item structure private to brw_prog...
2017-01-18 Ben Widawskyi965: Fix SURFACE_STATE to handle non-zero aux offsets
2017-01-18 Kenneth Graunkei965: Don't map/unmap in brw_print_program_cache on...
2017-01-18 Kenneth Graunkei965: Move program cache printing to brw_program_cache.c.
2017-01-18 Kenneth Graunkei965: Make a helper for finding an existing shader...
2017-01-18 Kenneth Graunkei965: Make DCE set null destinations on messages with...
2017-01-18 Kenneth Graunkei965: Combine some dead code elimination NOP'ing code.
2017-01-18 Kenneth Graunkei965: Make DCE explicitly not eliminate any control...
2017-01-16 Kenneth Graunkei965: Make BLORP disable the NP Z PMA stall fix.
2017-01-16 Kenneth Graunkei965: Enable OpenGL 4.5 on Haswell.
2017-01-16 Kenneth Graunkei965: Use align1 mode for barrier messages.
2017-01-14 Kenneth Graunkei965: Move Gen4-5 interpolation stuff to brw_wm_prog_data.
2017-01-14 Juan A. Suarez Romeroi965/vec4: Fix mapping attributes
2017-01-13 Kenneth Graunkei965: Fix textureGather with RG32I/UI on Gen7.
2017-01-13 Boyan Dingxlib: Unify the style of function pointer calls in...
2017-01-13 Boyan Dingradeon: Unify the style of function pointer calls in...
2017-01-13 Boyan Dingnouveau: Unify the style of function pointer calls...
2017-01-13 Derek Foremani915: Add XRGB8888 format to intel_screen_make_configs
2017-01-12 Juan A. Suarez Romeronir/i965: assert first is always less than 64
2017-01-12 Juan A. Suarez Romeroi965/gen7: expose OpenGL 4.2 on Haswell when supported
2017-01-12 Samuel Iglesias... i965: enable ARB_shader_precision to HSW+
2017-01-12 Samuel Iglesias... i965: unify the code to enable of ARB_gpu_shader_fp64...
2017-01-12 Alejandro Piñeiroi965: Enable ARB_vertex_attrib_64bit for Haswell
2017-01-12 Juan A. Suarez Romeroi965: check for dual slot attributes on any gen
2017-01-12 Juan A. Suarez Romeroi965/vec4: emit correctly load_inputs for 64bit data
2017-01-12 Alejandro Piñeiroi965/vec4: take into account doubles when creating...
2017-01-12 Alejandro Piñeiroi965/vec4/nir: vec4 also needs to remap vs attributes
2017-01-12 Alejandro Piñeiroi965/vec4: use attribute slots for first non payload GRF
2017-01-12 Alejandro Piñeiroi965: downsize *64*PASSTHRU formats to equivalent ...
2017-01-12 Alejandro Piñeiroi965: return PASSTHRU surface types also on gen7
2017-01-12 Rafael Antognollii965: Enable predicate support on gen >= 8.
2017-01-11 Kenneth Graunkei965: Use the nir_move_comparisons pass.
2017-01-11 Kenneth Graunkei965: Move nir_lower_locals_to_regs a bit later.
2017-01-10 Kenneth Graunkecompiler: Merge shader_info's tcs and tes structs.
2017-01-10 Kenneth Graunkei965: Fix number of slots in SSO mode when there are...
2017-01-09 Juan A. Suarez Romeronir/i965: use two slots from inputs_read for dvec3...
2017-01-09 Tapani Pällii965: call intel_prepare_render always when reading...
2017-01-08 Kenneth Graunkei965: Move TES input VUE map calculation out a layer.
2017-01-08 Kenneth Graunkei965: Pass NULL for gl_program when compiling TES.
2017-01-08 Kenneth Graunkei965: Move TES spacing/domain/topology setup to brw_com...
2017-01-08 Kenneth Graunkei965: Access TES shader info via NIR.
2017-01-08 Kenneth Graunkemesa: Introduce a compiler enum for tessellation spacing.
2017-01-08 Kenneth Graunkecompiler: Change shader_info->tes.vertex_order into...
2017-01-07 Kai Wasserbächdrirc: Allow extension midshader for Divinity: Original...
2017-01-07 Jason Ekstrandi965/compiler: Use the new nir_opt_copy_prop_vars pass
2017-01-06 Kenneth Graunkei965: Rework gl_TessLevel*[] handling to use NIR compac...
2017-01-06 Kenneth Graunkei965: Inline store_output helper in quads workaround...
2017-01-06 Kenneth Graunkei965: Make unify_interfaces not spread VARYING_BIT_TESS...
next