summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Revert "i965: Only emit 3DSTATE_DRAWING_RECTANGLE once on gen8+"Mark Janes2018-02-283-13/+2
* i965: Only emit 3DSTATE_DRAWING_RECTANGLE once on gen8+Jason Ekstrand2018-02-283-2/+13
* i965: Be more clever about setting up our viewport clipJason Ekstrand2018-02-281-8/+12
* intel: Disable 64-bit extensions on platforms without 64-bit typesMatt Turner2018-02-281-4/+5
* i965: Warn about preliminary support for Gen11Matt Turner2018-02-281-0/+7
* i965: use context priority definitions from gen_defines.hTapani Pälli2018-02-283-10/+10
* i965: Use gen_get_pci_device_id_overrideJordan Justen2018-02-271-52/+5
* glsl: Specify framebuffer fetch coherency mode in lower_blend_equation_advanc...Francisco Jerez2018-02-241-1/+2
* mesa: Rename MESA_shader_framebuffer_fetch gl_extensions bits to EXT.Francisco Jerez2018-02-245-7/+7
* mesa: Rename dd_function_table::BlendBarrier to match latest EXT spec.Francisco Jerez2018-02-241-2/+2