summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)Author
2018-03-07st/mesa: expose 0 shader binary formats for compat profiles for QtMarek Olšák
2018-03-06intel: Add missing includes for building on AndroidClayton Craft
2018-03-05intel: Drop SURFACE_FORMAT enum from genxml.Kenneth Graunke
2018-03-05intel: Split gen_device_info out into libintel_devJordan Justen
2018-03-03vbo: Try to reuse the same VAO more often for successive dlists.Mathias Fröhlich
2018-03-02mesa: Silence unused parameter warnings from TEXSTORE_PARAMSIan Romanick
2018-03-02i965: Silence unused parameter warnings in genX_state_uploadIan Romanick
2018-03-02i965: Silence unused parameter warnings in blorpIan Romanick
2018-03-02i965: Silence unused parameter warnings in generated OA codeIan Romanick
2018-03-02i965: Silence unused parameter warningsIan Romanick
2018-03-02i965: Mark upload buffers with MAP_ASYNC and MAP_PERSISTENT.Kenneth Graunke
2018-03-02i965: Generalize intel_upload.c to support multiple uploaders.Kenneth Graunke
2018-03-01i965: Allow 48-bit addressing on Gen8+.Kenneth Graunke
2018-03-01i965: Shorten the name of the workaround BO.Kenneth Graunke
2018-03-01i965: Add debugging code to dump the validation list.Kenneth Graunke
2018-03-02st/glsl_to_nir: simplify st_nir_assign_var_locations() and fix for fs outputsTimothy Arceri
2018-03-01i965: Fix RELOC_WRITE typo in brw_store_data_imm64()Andriy Khulap
2018-03-01i965/sbe: fix number of inputs for active componentsIago Toral Quiroga
2018-03-01vbo: Remove vbo_save_vertex_list::vertex_size.Mathias Fröhlich
2018-03-01vbo: Remove vbo_save_vertex_list::buffer_offset.Mathias Fröhlich
2018-03-01vbo: Remove vbo_save_vertex_list::start_vertex.Mathias Fröhlich
2018-03-01vbo: Remove vbo_save_vertex_list::attrsz.Mathias Fröhlich
2018-03-01vbo: Remove vbo_save_vertex_list::attrtype.Mathias Fröhlich
2018-03-01vbo: Remove vbo_save_vertex_list::enabled.Mathias Fröhlich
2018-03-01vbo: Remove reference to the vertex_store from the dlist node.Mathias Fröhlich
2018-03-01vbo: Implement current values update in terms of the VAO.Mathias Fröhlich
2018-03-01vbo: Implement vbo_loopback_vertex_list in terms of the VAO.Mathias Fröhlich
2018-03-01vbo: Use a local variable for the dlist offsets.Mathias Fröhlich
2018-03-01vbo: Remove unused vbo_save_context::wrap_count.Mathias Fröhlich
2018-03-01vbo: Remove unused vbo_save_vertex_list::dangling_attr_ref.Mathias Fröhlich
2018-02-28Revert "i965: Only emit 3DSTATE_DRAWING_RECTANGLE once on gen8+"Mark Janes
2018-02-28i965: Only emit 3DSTATE_DRAWING_RECTANGLE once on gen8+Jason Ekstrand
2018-02-28i965: Be more clever about setting up our viewport clipJason Ekstrand
2018-02-28intel: Disable 64-bit extensions on platforms without 64-bit typesMatt Turner
2018-02-28i965: Warn about preliminary support for Gen11Matt Turner
2018-02-28i965: use context priority definitions from gen_defines.hTapani Pälli
2018-02-27st/mesa: ensure that images don't try to reference non-existent levelsIlia Mirkin
2018-02-27i965: Use gen_get_pci_device_id_overrideJordan Justen
2018-02-24mesa: Expose EXT_shader_framebuffer_fetch(_non_coherent) on desktop and embed...Francisco Jerez
2018-02-24glsl: Specify framebuffer fetch coherency mode in lower_blend_equation_advanc...Francisco Jerez
2018-02-24mesa: Implement glFramebufferFetchBarrierEXT entry point.Francisco Jerez
2018-02-24mesa: Rename MESA_shader_framebuffer_fetch gl_extensions bits to EXT.Francisco Jerez
2018-02-24mesa: Rename dd_function_table::BlendBarrier to match latest EXT spec.Francisco Jerez
2018-02-24i965: Fix KHR_blend_equation_advanced with some render targets.Francisco Jerez
2018-02-23mesa: Update vertex processing mode on _mesa_UseProgram.Mathias Fröhlich
2018-02-23mesa: rename has_core_gs -> has_gs in get_programivMarek Olšák
2018-02-23mesa: replace some API_OPENGL_CORE checks with _mesa_is_desktop_glMarek Olšák
2018-02-23mesa: add some of missing compatibility support for ARB_bindless_textureMarek Olšák
2018-02-23mesa: expose ARB_enhanced_layouts in the compatibility profileMarek Olšák
2018-02-23mesa: enable OpenGL 3.1 with ARB_compatibilityMarek Olšák