aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* 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
* st/mesa: expose 0 shader binary formats for compat profiles for QtMarek Olšák2018-03-074-6/+14
* 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
* vbo: Try to reuse the same VAO more often for successive dlists.Mathias Fröhlich2018-03-031-3/+14
* mesa: Silence unused parameter warnings from TEXSTORE_PARAMSIan Romanick2018-03-022-13/+27
* 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
* st/glsl_to_nir: simplify st_nir_assign_var_locations() and fix for fs outputsTimothy Arceri2018-03-021-17/+13
* 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
* vbo: Remove vbo_save_vertex_list::vertex_size.Mathias Fröhlich2018-03-012-9/+6
* vbo: Remove vbo_save_vertex_list::buffer_offset.Mathias Fröhlich2018-03-012-29/+13
* vbo: Remove vbo_save_vertex_list::start_vertex.Mathias Fröhlich2018-03-013-6/+2
* vbo: Remove vbo_save_vertex_list::attrsz.Mathias Fröhlich2018-03-012-7/+4
* vbo: Remove vbo_save_vertex_list::attrtype.Mathias Fröhlich2018-03-012-4/+1
* vbo: Remove vbo_save_vertex_list::enabled.Mathias Fröhlich2018-03-012-3/+1
* vbo: Remove reference to the vertex_store from the dlist node.Mathias Fröhlich2018-03-013-21/+10
* vbo: Implement current values update in terms of the VAO.Mathias Fröhlich2018-03-013-62/+47
* vbo: Implement vbo_loopback_vertex_list in terms of the VAO.Mathias Fröhlich2018-03-014-93/+151
* vbo: Use a local variable for the dlist offsets.Mathias Fröhlich2018-03-012-9/+7
* vbo: Remove unused vbo_save_context::wrap_count.Mathias Fröhlich2018-03-011-1/+0
* vbo: Remove unused vbo_save_vertex_list::dangling_attr_ref.Mathias Fröhlich2018-03-012-3/+0
* 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
* st/mesa: ensure that images don't try to reference non-existent levelsIlia Mirkin2018-02-271-0/+1
* i965: Use gen_get_pci_device_id_overrideJordan Justen2018-02-271-52/+5
* mesa: Expose EXT_shader_framebuffer_fetch(_non_coherent) on desktop and embed...Francisco Jerez2018-02-241-1/+2
* glsl: Specify framebuffer fetch coherency mode in lower_blend_equation_advanc...Francisco Jerez2018-02-242-2/+4
* mesa: Implement glFramebufferFetchBarrierEXT entry point.Francisco Jerez2018-02-243-2/+24
* mesa: Rename MESA_shader_framebuffer_fetch gl_extensions bits to EXT.Francisco Jerez2018-02-2410-16/+15
* mesa: Rename dd_function_table::BlendBarrier to match latest EXT spec.Francisco Jerez2018-02-244-9/+9
* i965: Fix KHR_blend_equation_advanced with some render targets.Francisco Jerez2018-02-241-1/+3