i965: Drop unused alignment parameter from brw_bo_alloc().
[mesa.git] / src / mesa / drivers / dri /
2018-03-28 Kenneth Graunkei965: Drop unused alignment parameter from brw_bo_alloc().
2018-03-28 Kenneth Graunkei965: Drop alignment parameter from bo_alloc_internal().
2018-03-28 Kenneth Graunkei965: Drop BO_ALLOC_BUSY in intel_miptree_create_for_bo().
2018-03-28 Kenneth Graunkei965: Drop PIPE_CONTROL_NO_WRITE from various calls.
2018-03-22 Lionel Landwerlini965: add performance query support on CNL
2018-03-22 Lionel Landwerlini965: perf: add support for new equation operators
2018-03-22 Lionel Landwerlini965: perf: query topology
2018-03-22 Lionel Landwerlini965/perf: fix config registration when uploading to...
2018-03-22 Anuj Phogatintel: Disable fast color clear on icl
2018-03-21 Lionel Landwerlini965: fix android build
2018-03-20 Eric Anholtintel/blorp: Fix compiler warning about num_layers.
2018-03-20 Lionel Landwerlini965: fix out of tree autotools build
2018-03-20 Emil Velikovi965: annotate brw_oa.py's --header and --code as required
2018-03-20 Lionel Landwerlini965: pipecontrol: add LRI write immediate flag
2018-03-20 Lionel Landwerlini965: fix autotools/android build
2018-03-20 Lionel Landwerlini965: perf: reduce i965 binary size
2018-03-20 Lionel Landwerlini965: perf: fix a counter return type on hsw
2018-03-20 Timothy Arcerist/nir: fix atomic lowering for gallium drivers
2018-03-20 Timothy Arcerimesa: rework ParameterList to allow packing
2018-03-19 Jordan Justeni965: Allow disk shader cache usage with LINKING_SUCCES...
2018-03-19 Jordan Justeni965: Allow disk shader cache usage with transform...
2018-03-19 Jordan Justeni965: Add INTEL_DEBUG stages support for disk shader...
2018-03-15 Lionel Landwerlini965: silence unused function warning
2018-03-13 Jason Ekstrandi965: Emit texture cache invalidates around blorp_copy
2018-03-10 Mathias Fröhlichmesa: Make gl_vertex_array contain pointers to first...
2018-03-10 Jordan Justeni965: Hard code CS scratch_ids_per_subslice for Cherryview
2018-03-08 Lionel Landwerlini965: perf: consolidate unmapping oa perf bo outside...
2018-03-08 Lionel Landwerlini965: perf: count number of accumlated reports
2018-03-08 Lionel Landwerlini965: perf: reuse timescale base function from query
2018-03-08 Lionel Landwerlini965: perf: store sysfs device entry into context
2018-03-08 Lionel Landwerlini965: perf: store the hw_id of the context in the query
2018-03-08 Lionel Landwerlini965: perf: default case for unknown query types
2018-03-06 Clayton Craftintel: Add missing includes for building on Android
2018-03-05 Kenneth Graunkeintel: Drop SURFACE_FORMAT enum from genxml.
2018-03-05 Jordan Justenintel: Split gen_device_info out into libintel_dev
2018-03-03 Ian Romanicki965: Silence unused parameter warnings in genX_state_u...
2018-03-03 Ian Romanicki965: Silence unused parameter warnings in blorp
2018-03-03 Ian Romanicki965: Silence unused parameter warnings in generated...
2018-03-03 Ian Romanicki965: Silence unused parameter warnings
2018-03-02 Kenneth Graunkei965: Mark upload buffers with MAP_ASYNC and MAP_PERSIS...
2018-03-02 Kenneth Graunkei965: Generalize intel_upload.c to support multiple...
2018-03-01 Kenneth Graunkei965: Allow 48-bit addressing on Gen8+.
2018-03-01 Kenneth Graunkei965: Shorten the name of the workaround BO.
2018-03-01 Kenneth Graunkei965: Add debugging code to dump the validation list.
2018-03-01 Andriy Khulapi965: Fix RELOC_WRITE typo in brw_store_data_imm64()
2018-03-01 Iago Toral Quirogai965/sbe: fix number of inputs for active components
2018-03-01 Mark JanesRevert "i965: Only emit 3DSTATE_DRAWING_RECTANGLE once...
2018-02-28 Jason Ekstrandi965: Only emit 3DSTATE_DRAWING_RECTANGLE once on gen8+
2018-02-28 Jason Ekstrandi965: Be more clever about setting up our viewport...
2018-02-28 Matt Turnerintel: Disable 64-bit extensions on platforms without...
2018-02-28 Matt Turneri965: Warn about preliminary support for Gen11
2018-02-28 Tapani Pällii965: use context priority definitions from gen_defines.h
2018-02-27 Jordan Justeni965: Use gen_get_pci_device_id_override
2018-02-24 Francisco Jerezglsl: Specify framebuffer fetch coherency mode in lower...
2018-02-24 Francisco Jerezmesa: Rename MESA_shader_framebuffer_fetch gl_extension...
2018-02-24 Francisco Jerezmesa: Rename dd_function_table::BlendBarrier to match...
2018-02-24 Francisco Jerezi965: Fix KHR_blend_equation_advanced with some render...
2018-02-23 Marek Olšákmesa: expose ARB_enhanced_layouts in the compatibility...
2018-02-23 Marek Olšákmesa: enable OpenGL 3.1 with ARB_compatibility
2018-02-23 Lionel Landwerlini965: perf: ensure reading config IDs from sysfs isn...
2018-02-22 Jason Ekstrandi965: Use finish_external instead of make_shareable...
2018-02-22 Jason Ekstrandi965/tex_image: Reference the renderbuffer miptree...
2018-02-22 Jason Ekstrandi965/tex_image: Pull the tex format from the renderbuff...
2018-02-22 Jason Ekstrandi965/miptree: Loosen the format check in miptree_match_...
2018-02-22 Jason Ekstrandi965/state: Ignore intel_obj->_Format for depth/stencil...
2018-02-21 Jordan Justeni965: Enable disk shader cache by default
2018-02-20 Ilia Mirkinmesa: add xbgr support adjacent to xrgb
2018-02-17 Kenneth Graunkei965: Use absolute addressing for constant buffer 0...
2018-02-17 Kenneth Graunkei965: Stop restoring the default L3 configuration on...
2018-02-17 Daniel Stonei965: Fix aux-surface size check
2018-02-16 Kenneth Graunkei965: Implement GenerateMipmap directly, rather than...
2018-02-16 Anuj Phogati965/icl: Add render target flush after uploading bindi...
2018-02-16 Anuj Phogati965/icl: Enable float blend optimization and Wa3DStateMode
2018-02-16 Anuj Phogatintel/common/icl: Add has_sample_with_hiz flag in gen_d...
2018-02-16 Anuj Phogati965/icl: Add assertions to check dispatch mode is...
2018-02-16 Anuj Phogati965/icl: Update switch statements
2018-02-16 Anuj Phogati965/icl: Update the assert in brw_memory_barrier()
2018-02-16 Anuj Phogati965/icl: Define and use icl mocs settings
2018-02-16 Anuj Phogati965/icl: Update the comment for maximum number of...
2018-02-16 Anuj Phogati965/icl: Build and use gen11 functions for genxml...
2018-02-16 Anuj Phogati965/icl: Don't set ResetGatewayTimer
2018-02-15 Kenneth Graunkei965: Drop EXEC_OBJECT_CAPTURE defines.
2018-02-15 Dylan Bakermeson: use a custom target instead of a generator for...
2018-02-14 Jason Ekstrandi965: Add gl_state_index casts for PATCH_VERTICES_IN
2018-02-14 Scott D Phillipsi965/miptree: Initialize mcs with a linear map
2018-02-14 Scott D Phillipsi965/tiled_memcpy: change linear pointer from (0, 0...
2018-02-14 Scott D Phillipsi965/tiled_memcpy: linear_to_ytiled a cache line at...
2018-02-14 Rafael Antognollii965/gen10: Remove warning message.
2018-02-13 Dave Airliei965: fix tessellation regressions with gl_state_index16
2018-02-13 Marek Olšákmesa,glsl,nir: reduce gl_state_index size to 2 bytes
2018-02-13 Marek Olšákmesa: separate legacy stuff from gl_texture_unit into...
2018-02-12 Daniel Stonei965: Fix bugs in intel_from_planar
2018-02-12 Eric Engestromr200: remove left over dead code
2018-02-09 Mark JanesRevert "i965: prevent potentially null pointer access"
2018-02-09 Lionel Landwerlini965: prevent potentially null pointer access
2018-02-09 Jason Ekstrandintel/blorp: Use isl_aux_op instead of blorp_hiz_op
2018-02-09 Jason Ekstrandintel/blorp: Use isl_aux_op instead of blorp_fast_clear_op
2018-02-08 Lionel Landwerlini965: perf: cleanup detection of kernel support for...
2018-02-08 Lionel Landwerlini965: perf: use drmIoctl() instead of ioctl()
2018-02-08 Lionel Landwerlini965: perf: add debug messages for loaded configs
next