build systems: uniformize git_sha1.h generation
[mesa.git] / src / mesa / drivers /
2017-06-29 Rob HerringAndroid: i965: remove libdrm_intel dependency
2017-06-28 Kenneth Graunkei965: Drop index buffer re-alignment code.
2017-06-28 Eero Tammineni965: Fix anisotropic filtering for mag filter
2017-06-28 Chad Versacei965/dri: Support R8G8B8A8 and R8G8B8X8 configs
2017-06-27 Chad Versacei965: Add a RGBX->RGBA fallback for glEGLImageTextureTa...
2017-06-27 Eric Engestrommesa: add missing include
2017-06-27 Lionel Landwerlini965: perf: add support for Geminilake
2017-06-27 Lionel Landwerlini965: perf: add support for Kabylake
2017-06-27 Lionel Landwerlini965: perf: use gen_device_info rather then brw_context
2017-06-27 Robert Braggi965: perf: ensure isolated timer reports while idle...
2017-06-27 Lionel Landwerlini965: perf: keep on reading reports until delimiting...
2017-06-27 Robert Braggi965: Add Gen8+ INTEL_performance_query support
2017-06-27 Robert Braggi965: Add XML OA metric sets for Gen8+
2017-06-27 Robert Braggi965: Add Gen8+ sys_vars for generated OA code
2017-06-27 Lionel Landwerlinanv/i965: drop libdrm_intel dependency completely
2017-06-27 Lionel Landwerlini915: use different CFLAGS/LIBS variables than i965/anv
2017-06-27 Lionel Landwerlini965: perf: minimize the chances to spread queries...
2017-06-27 Topi Pohjolaineni965: Separate gen < 8 and gen >= 8 paths explicitly...
2017-06-26 Ian Romanicki915: On Gen <= 3 there are no array textures
2017-06-26 Ian Romanicki915: On Gen <= 3 there is no W-tiling
2017-06-26 Ian Romanicki915: Remove unused fields intel_mipmap_tree::logical_...
2017-06-26 Ian Romanicki915: Remove unused field intel_mipmap_tree::array_spac...
2017-06-26 Ian Romanicki915: On Gen <= 3 there is no multisampling
2017-06-26 Ian Romanicki915: Trivial code reformatting
2017-06-26 Ian Romanicki915,i965: Don't condition use of GLSL clear on the...
2017-06-26 Marek Olšákdrirc: whitelist glthread for a few games
2017-06-23 Jason Ekstrandi965/miptree: Rework aux enabling
2017-06-23 Jason Ekstrandi965: Clamp clear colors to the representable range
2017-06-23 Jason Ekstrandi965: Don't bother with HiZ in renderbuffer_move_to_temp
2017-06-23 Jason Ekstrandi965/miptree: Rename the non_msrt_mcs functions to...
2017-06-23 Jason Ekstrandi965/miptree: Delete the layered rendering resolve
2017-06-23 Anuj Phogati965/cnl: Don't write to Cache Mode Register 1 on gen10+
2017-06-23 Edmondo Tommasinadrirc: Add glsl_correct_derivatives_after_discard for...
2017-06-23 Marek Olšákst/dri: add a drirc workaround for Rocket League
2017-06-22 Rafael Antognollii965: Convert upload_default_color to genxml.
2017-06-22 Rafael Antognollii965: Remove unused code and delete file.
2017-06-22 Rafael Antognollii965: Convert vs, gs, tcs, tes and cs samplers to genxml.
2017-06-22 Rafael Antognollii965: Convert fs sampler state to use genxml.
2017-06-22 Chad Versacei965: Fix -Wunused-variable in gen8_write_pma_stall_bits()
2017-06-22 Chad Versacei965/dri: Add intel_screen param to intel_create_winsys...
2017-06-22 Chad Versacei965: Move brw_context format arrays to intel_screen
2017-06-22 Chad Versacei965: Rename some vague format members of brw_context
2017-06-22 Ville Syrjäläi915: Fix gl_Fragcoord interpolation
2017-06-21 Marek Olšákmesa: remove _NEW_BUFFER_OBJECT
2017-06-21 Marek Olšákmesa: replace VP/FP/ATIfs _Enabled flags with helper...
2017-06-21 Marek Olšákmesa: don't update draw buffer bounds in _mesa_update_state
2017-06-21 Marek Olšákmesa: replace ctx->Polygon._FrontBit with a helper...
2017-06-21 Marek Olšákmesa: replace ctx->VertexProgram._TwoSideEnabled with...
2017-06-21 Marek Olšákmesa: replace _mesa_update_stencil() with helper functions
2017-06-21 Marek Olšákmeta: do the full FBO completeness check in decompress_...
2017-06-21 Pohjolainen, Topii965/gen6: Use isl-based miptree also for stencil rbs
2017-06-21 Ian Romanicki965: Remove spurious mutex frobbing around call to...
2017-06-21 Jason Ekstrandi965/miptree: Move isl_surf_get_(hiz|mcs)_surf out...
2017-06-21 Rafael Antognolliintel/genxml: Normalize URB Data field in WM_STATE.
2017-06-21 Rafael Antognolliintel/genxml: Rename field on WM_STATE to match gen6+.
2017-06-21 Rafael Antognolliintel/genxml: Normalize fields on WM_STATE.
2017-06-21 Ville Syrjäläi915: Always emit W on gen3
2017-06-20 Lionel Landwerlinintel: compiler/i965: fix is_broxton checks
2017-06-20 Ian Romanicki965: Fall back to normal blorp clear instead of meta...
2017-06-20 Ian Romanickmeta/blit: Silence unused parameter warning
2017-06-20 Ian Romanickmeta: Silence unused parameter warning
2017-06-20 Ian Romanicki965: Fix incorrect comment
2017-06-19 Lionel Landwerlini965: perf: use gen_device_info rather then brw_context
2017-06-19 Lionel Landwerlinintel: common: express timestamps units in frequency
2017-06-19 Lionel Landwerlini965: convert MI_REPORT_PERF_COUNT to genxml
2017-06-19 Lionel Landwerlini965: perf: fix codegen with single operand equation
2017-06-19 Topi Pohjolaineni965/wm: Use stored hiz surface instead of creating...
2017-06-19 Topi Pohjolaineni965/blorp: Use hiz surface instead of creating copy
2017-06-19 Topi Pohjolaineni965/miptree/gen7+: Use isl for hiz layouts
2017-06-19 Topi Pohjolaineni965/miptree: Drop BO_ALLOC_FOR_RENDER in intel_miptree...
2017-06-19 Topi Pohjolaineni965/miptree: Use isl for mcs layouts
2017-06-19 Topi Pohjolaineni965/miptree: Refactor aux surface allocation
2017-06-19 Topi Pohjolaineni965/gen6: Use isl for hiz
2017-06-19 Topi Pohjolaineni965/miptree: Refactor isl aux usage resolver
2017-06-19 Topi Pohjolaineni965/gen6: Use isl for stencil surfaces
2017-06-19 Topi Pohjolaineni965/miptree: Prepare range getter for isl based
2017-06-19 Topi Pohjolaineni965/miptree: Prepare stencil mapping for isl based
2017-06-19 Topi Pohjolaineni965/blorp: Prepare for isl based miptrees
2017-06-19 Topi Pohjolaineni965: Add isl based miptree creator
2017-06-19 Topi Pohjolaineni965/miptree: Add option to resolve offsets using isl_surf
2017-06-19 Topi Pohjolaineni965: Prepare slice copy for isl based miptrees
2017-06-19 Topi Pohjolaineni965/tex: Prepare image update for isl based miptrees
2017-06-19 Topi Pohjolaineni965: Prepare framebuffer validator for isl based miptrees
2017-06-19 Topi Pohjolaineni965: Prepare slice validator for isl based miptrees
2017-06-19 Topi Pohjolaineni965: Prepare image validation for isl based miptrees
2017-06-19 Topi Pohjolaineni965: Prepare up/downsampling for isl based miptrees
2017-06-19 Topi Pohjolaineni965/miptree: Add isl surface
2017-06-19 Topi Pohjolaineni965: Add helper for converting isl tiling to bufmgr...
2017-06-19 Topi Pohjolaineni965/miptree: Refactor mapping table alloc
2017-06-19 Topi Pohjolaineni965/gen6: Declare minify(depth, level) layers for...
2017-06-19 Topi Pohjolaineni965/gen4: Add support for single layer in alignment...
2017-06-19 Topi Pohjolaineni965/miptree: Separate src and dst slice specifiers...
2017-06-19 Topi Pohjolaineni965/miptree: Clarify face/level/layer in slice copy
2017-06-19 Kenneth Graunkei965: Ignore anisotropic filtering in nearest mode.
2017-06-19 Iago Toral Quirogai965: update MaxTextureRectSize to match PRMs and compl...
2017-06-18 Topi Pohjolaineni965/gen4: Refactor depth/stencil rebase
2017-06-18 Topi Pohjolaineni965: Drop depth/stencil miptree pointers in alignment...
2017-06-18 Topi Pohjolaineni965/gen4: Simplify depth/stencil invalidate check
2017-06-18 Topi Pohjolaineni965/gen4: Remove redundant check for depth when rebasi...
2017-06-18 Topi Pohjolaineni965/gen4: Remove non-existing stencil and hiz buffer...
next