st/mesa: don't load cached TGSI shaders on demand
[mesa.git] / src /
2017-06-05 Marek Olšákst/mesa: don't load cached TGSI shaders on demand
2017-06-05 Chih-Wei HuangAndroid: use bionic pthread_barrier_* if possible
2017-06-05 Dave Airlier600: fix incorrect and missing bit field in register...
2017-06-05 Nicolai Hähnleradv: use ac_compute_surface
2017-06-05 Dave Airlieradv: prepare fmask surface creation
2017-06-05 Nicolai Hähnleradv: use amdgpu_addr_create
2017-06-05 Nicolai Hähnleradv: stop using radv_amdgpu_winsys::family
2017-06-05 Nicolai Hähnleradv: use ac_gpu_info
2017-06-05 Nicolai Hähnleradv: remove radeon_info::name
2017-06-05 Nicolai Hähnleradv: use ac_surface data structures
2017-06-05 Nicolai Hähnleradv: rename radeon_surf::bo_{size,alignment} to surf_...
2017-06-05 Nicolai Hähnleradv: remove unused RADEON_SURF_HAS_SBUFFER_MIPTREE
2017-06-05 Nicolai Hähnleradv: remove radeon_surf_level::nblk_z
2017-06-05 Nicolai Hähnleradv: remove radeon_surf_level::dcc_enabled
2017-06-05 Nicolai Hähnleradv: remove radeon_surf_level::pitch_bytes
2017-06-05 Nicolai Hähnleradv: add surface helper variable in radv_GetImageSubre...
2017-06-05 Nicolai Hähnleradv: fewer than 8 RBs are possible
2017-06-05 Nicolai Hähnleac/surface/gfx6: explicitly support S8 surfaces
2017-06-05 Dave Airlieac/nir: set workgroup size attribute to correct value.
2017-06-05 Dave Airlieac: add new helper function to add a integer target...
2017-06-05 Dave Airlieradv: add external memory support.
2017-06-05 Bas Nieuwenhuizenradv: Add VkPhysicalDeviceIDProperties support.
2017-06-05 Bas Nieuwenhuizenradv: Add support for external queue family.
2017-06-05 Dave Airlieradv/formats: reverse how the image format properties...
2017-06-03 Bas Nieuwenhuizenradv: Dirty all descriptors sets when changing the...
2017-06-03 Bas Nieuwenhuizenradv: Set both compute and graphics SGPRS on descriptor...
2017-06-03 Chris Wilsoni965: Order write of query availablity with earlier...
2017-06-03 Lyudenvc0: Add support for ARB_post_depth_coverage
2017-06-03 Lyudest/mesa: Add support for ARB_post_depth_coverage
2017-06-03 Lyudegallium: Add a cap to check if the driver supports...
2017-06-03 Lyudegallium: Add TGSI shader token for ARB_post_depth_coverage
2017-06-03 Lyudenvc0: disable BGRA8 images on Fermi
2017-06-02 Anuj Phogati965: Simplify l3 way size computations
2017-06-02 Anuj Phogati965: Add and initialize l3_banks field for gen7+
2017-06-02 Chad Versacei965: Replace 0 with ISL_FORMAT_UNSUPPORTED in format...
2017-06-02 Gurchetan Singhst/dri: Use fence extension in drisw.c
2017-06-02 Gurchetan Singhst/dri: move fence implemention into separate file
2017-06-02 Brian Paulmesa: document range of SampleCoverageValue, MinSampleS...
2017-06-02 Brian Paulxlib: fix glXGetCurrentDisplay() failure
2017-06-02 Dave Airlieradv: realign cp dma code with radeonsi
2017-06-02 Dave Airlieradv: bump some base addresses to 64-bits.
2017-06-02 Dave Airlieradv: factor out eop event writing code. (v2)
2017-06-02 Dave Airlieradv: factor out si_emit_wait_fence code.
2017-06-01 Jason Ekstrandintel/blorp: Handle gen6 stencil/HiZ offsets in the...
2017-06-01 Jason Ekstrandintel/isl: Add a helper for getting the byte/tile offse...
2017-06-01 Jason Ekstrandintel/isl: Make get_intratile_offset_el take the elemen...
2017-06-01 Jason Ekstrandintel/isl: Add a new layout for HiZ and stencil on...
2017-06-01 Jason Ekstrandintel/isl: Generate phys_total_el from isl_calc_phys_extent
2017-06-01 Jason Ekstrandintel/isl: Don't check array pitch for gen4 3D textures
2017-06-01 Jason Ekstrandintel/isl: Refactor to use a phys_total_el extent.
2017-06-01 Jason Ekstrandintel/isl: Add an isl_assert_div helper
2017-06-01 Jason Ekstrandintel/isl: Refactor isl_calc_array_pitch_el_rows
2017-06-01 Jason Ekstrandintel/isl: Move isl_calc_array_pitch_el_rows higher up
2017-06-01 Jason Ekstrandintel/isl: Remove the device parameter from isl_tiling_...
2017-06-01 Jason Ekstrandi965: Rework Sandy Bridge HiZ and stencil layouts
2017-06-01 Kenneth Graunkei965: Drop duplicate shadow variable.
2017-06-01 Jose Fonsecaautomake: Link all libGL.so variants with -Bsymbolic.
2017-06-01 Chad Versacei965/dri: Fix bad GL error in intel_create_winsys_rende...
2017-06-01 Chad Versacei965: Cleanup in intel_create_winsys_renderbuffer()
2017-06-01 Chad Versacei965: Remove bad assert on isl_format
2017-06-01 Chad Versacei965: Fix return type of translate_tex_format()
2017-06-01 Chad Versacei965: Fix return type of brw_isl_format_for_mesa_format...
2017-06-01 Anuj Phogati965: Remove an extra semicolon
2017-06-01 Anuj Phogati965: Rename brw_format variable names to isl_format
2017-06-01 Chad Versacei965: Reject unsupported formats in glEGLImageTargetTex...
2017-06-01 Kenneth Graunkegenxml: Make 3DSTATE_CONSTANT_BODY on Gen7+ use arrays.
2017-06-01 Kenneth Graunkegenxml: Fix decoder to print the array element on field...
2017-06-01 Kenneth Graunkegenxml: Fix decoding of array groups.
2017-06-01 Kenneth Graunkegenxml: Fix decoder for groups with multiple fields.
2017-06-01 Kenneth Graunkegenxml: Fix parsing of address fields in groups.
2017-06-01 Nicolas Dechesneutil/rand_xor: add missing include statements
2017-06-01 Lucas Stachetnaviv: always do cpu_fini in transfer_unmap
2017-06-01 Samuel Pitoisetglsl: fix a crash in ir_print_visitor() for bindless...
2017-06-01 Samuel Pitoisetglsl: teach opt_array_splitting about bindless images
2017-06-01 Samuel Pitoisetglsl: teach opt_structure_splitting about images in...
2017-06-01 Samuel Pitoisetglsl: fix broken indentation in do_structure_splitting()
2017-06-01 Samuel Pitoisetglsl: handle format layout qualifiers for struct with...
2017-06-01 Samuel Pitoisetglsl: handle memory qualifiers for struct with array...
2017-06-01 Rhys Kiddnvc0: Clean up unnecessary includes from gallium/auxili...
2017-06-01 Kenneth Graunkei965: Simplify SO_DECL handling.
2017-06-01 Kenneth Graunkei965: Make a local for linked_xfb->Outputs[i], to short...
2017-06-01 Kenneth Graunkei965: Move SOL PSIZ hacks from draw time to link time.
2017-06-01 Iago Toral Quirogamesa/main: replace remaining uses of IROUND() in GetUni...
2017-06-01 Iago Toral Quirogamesa/main: conversion from float in GetUniformi64v...
2017-06-01 Iago Toral Quirogamesa/main: Add conversion from double to uint64/int64...
2017-06-01 Iago Toral Quirogamesa/main: Clamp GetUniformui64v values to be >= 0
2017-06-01 Kenneth Graunkemesa/main: Clamp GetUniformuiv values to be >= 0
2017-06-01 Iago Toral Quirogamesa/main: fix indentation in _mesa_get_uniform()
2017-06-01 Ian Romanickr100: Silence numerous unused this or that warnings
2017-06-01 Ian Romanickr100: Use _mesa_get_format_base_format in radeon_update...
2017-06-01 Ian Romanickr100,r200: Don't assume glVisual is non-NULL during...
2017-06-01 Ian Romanickr100: Don't assume that the base mipmap of a texture...
2017-06-01 Dave Airlier600/eg: add support for tracing IBs after a hang.
2017-05-31 Dave Airlieglsl/lower_int64: only set progress when something...
2017-05-31 Bas Nieuwenhuizenradv: Revert HTILE reset word to 0xFFFFFFFF.
2017-05-31 Chad Versaceegl/android: Drop unused 'format' param in get_back_bo()
2017-05-31 Chad Versaceegl/android: Align channel masks in HAL_PIXEL_FORMAT...
2017-05-31 Eric Engestromegl/drm: remove temporary fd variable
2017-05-31 Samuel Pitoisetmesa: throw an INVALID_OPERATION error in get_texobj_by...
2017-05-31 Samuel Pitoisetmesa: add new 'name' parameter to get_texobj_by_name()
next