aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965
Commit message (Expand)AuthorAgeFilesLines
...
* i965: initialize SPIR-V capabilitiesAlejandro Piñeiro2018-03-301-0/+25
* i965: Don't request GLSL IR lowering of gl_VertexIDIan Romanick2018-03-291-1/+0
* i965: Silence unused parameter warningIan Romanick2018-03-291-5/+3
* i965: Drop unnecessary bo->align field.Kenneth Graunke2018-03-273-10/+0
* i965: Drop unused alignment parameter from brw_bo_alloc().Kenneth Graunke2018-03-2714-26/+25
* i965: Drop alignment parameter from bo_alloc_internal().Kenneth Graunke2018-03-271-7/+6
* i965: Drop BO_ALLOC_BUSY in intel_miptree_create_for_bo().Kenneth Graunke2018-03-271-2/+2
* i965: Drop PIPE_CONTROL_NO_WRITE from various calls.Kenneth Graunke2018-03-274-11/+4
* i965: add performance query support on CNLLionel Landwerlin2018-03-224-1/+10415
* i965: perf: add support for new equation operatorsLionel Landwerlin2018-03-221-0/+15
* i965: perf: query topologyLionel Landwerlin2018-03-221-71/+110
* i965/perf: fix config registration when uploading to kernelLionel Landwerlin2018-03-221-1/+1
* intel: Disable fast color clear on iclAnuj Phogat2018-03-221-0/+5
* i965: fix android buildLionel Landwerlin2018-03-211-2/+5
* intel/blorp: Fix compiler warning about num_layers.Eric Anholt2018-03-201-1/+1
* i965: fix out of tree autotools buildLionel Landwerlin2018-03-201-1/+4
* i965: annotate brw_oa.py's --header and --code as requiredEmil Velikov2018-03-201-21/+14
* i965: pipecontrol: add LRI write immediate flagLionel Landwerlin2018-03-201-0/+1
* i965: fix autotools/android buildLionel Landwerlin2018-03-202-13/+6
* i965: perf: reduce i965 binary sizeLionel Landwerlin2018-03-206-221/+334
* i965: perf: fix a counter return type on hswLionel Landwerlin2018-03-201-1/+1
* st/nir: fix atomic lowering for gallium driversTimothy Arceri2018-03-201-1/+1
* mesa: rework ParameterList to allow packingTimothy Arceri2018-03-201-1/+2
* i965: Allow disk shader cache usage with LINKING_SUCCESS statusJordan Justen2018-03-191-3/+0
* i965: Allow disk shader cache usage with transform feedbackJordan Justen2018-03-191-8/+0
* i965: Add INTEL_DEBUG stages support for disk shader cacheJordan Justen2018-03-191-0/+26
* i965: silence unused function warningLionel Landwerlin2018-03-151-1/+1
* i965: Emit texture cache invalidates around blorp_copyJason Ekstrand2018-03-131-0/+15
* mesa: Make gl_vertex_array contain pointers to first order VAO members.Mathias Fröhlich2018-03-104-82/+101
* i965: Hard code CS scratch_ids_per_subslice for CherryviewJordan Justen2018-03-091-17/+27
* i965: perf: consolidate unmapping oa perf bo outside accumulationLionel Landwerlin2018-03-081-4/+3
* i965: perf: count number of accumlated reportsLionel Landwerlin2018-03-081-0/+6
* i965: perf: reuse timescale base function from queryLionel Landwerlin2018-03-081-11/+2
* i965: perf: store sysfs device entry into contextLionel Landwerlin2018-03-082-76/+73
* i965: perf: store the hw_id of the context in the queryLionel Landwerlin2018-03-081-6/+11
* i965: perf: default case for unknown query typesLionel Landwerlin2018-03-081-1/+31
* intel: Add missing includes for building on AndroidClayton Craft2018-03-061-0/+1
* intel: Drop SURFACE_FORMAT enum from genxml.Kenneth Graunke2018-03-051-4/+4
* intel: Split gen_device_info out into libintel_devJordan Justen2018-03-055-4/+6
* i965: Silence unused parameter warnings in genX_state_uploadIan Romanick2018-03-021-20/+14
* i965: Silence unused parameter warnings in blorpIan Romanick2018-03-022-10/+10
* i965: Silence unused parameter warnings in generated OA codeIan Romanick2018-03-021-1/+1
* i965: Silence unused parameter warningsIan Romanick2018-03-021-1/+1
* i965: Mark upload buffers with MAP_ASYNC and MAP_PERSISTENT.Kenneth Graunke2018-03-021-1/+3
* i965: Generalize intel_upload.c to support multiple uploaders.Kenneth Graunke2018-03-029-91/+101
* i965: Allow 48-bit addressing on Gen8+.Kenneth Graunke2018-03-017-18/+127
* i965: Shorten the name of the workaround BO.Kenneth Graunke2018-03-011-3/+1
* i965: Add debugging code to dump the validation list.Kenneth Graunke2018-03-011-0/+22
* i965: Fix RELOC_WRITE typo in brw_store_data_imm64()Andriy Khulap2018-03-011-1/+1
* i965/sbe: fix number of inputs for active componentsIago Toral Quiroga2018-03-011-4/+2