summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
* i965: Use %x instead of %u in debug print.Kenneth Graunke2018-04-061-1/+1
* i965/surface_state: Emit the clear color address instead of value.Rafael Antognolli2018-04-051-0/+22
* i965/blorp: Update the fast clear value buffer.Rafael Antognolli2018-04-052-0/+29
* i965: Add aux_buf variable to simplify code.Rafael Antognolli2018-04-052-21/+14
* i965/miptree: Add new clear color BO for winsys aux buffersRafael Antognolli2018-04-051-0/+17
* i965/miptree: Add space to store the clear value in the aux surface.Rafael Antognolli2018-04-052-0/+33
* i965: Extend the negative 32-bit deltas to 64-bitsSergii Romantsov2018-04-031-1/+1
* vbo: Move vbo_split into the tnl module.Mathias Fröhlich2018-03-311-2/+2
* vbo: Readd the arrays argument to the legacy draw methods.Mathias Fröhlich2018-03-311-4/+7
* vbo: Remove the now unused vbo draw path.Mathias Fröhlich2018-03-311-1/+1
* tnl: Push down the gl_vertex_array inputs into tnl drivers.Mathias Fröhlich2018-03-319-3/+29
* i965: Push down the gl_vertex_array inputs into i965.Mathias Fröhlich2018-03-314-6/+23
* spirv: Fix building with SConsNeil Roberts2018-03-302-0/+4
* i965: Don't call process_glsl_ir() for SPIR-V shadersEduardo Lima Mitev2018-03-301-1/+2
* i965: Call spirv_to_nir() instead of glsl_to_nir() for SPIR-V shadersEduardo Lima Mitev2018-03-301-2/+8
* 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
* meson: use dep_libdrm version for pkg-configDylan Baker2018-03-291-1/+1
* 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
* mesa: Move vbo draw functions into dd_function_table.Mathias Fröhlich2018-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-203-9/+13
* 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
* x11: remove empty GLX_SGIX_swap_group stubsEmil Velikov2018-03-123-34/+0
* x11: remove empty GLX_SGIX_swap_barrier stubsEmil Velikov2018-03-123-57/+0
* mesa: Make gl_vertex_array contain pointers to first order VAO members.Mathias Fröhlich2018-03-105-115/+149
* 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