summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
* radeon: Drop broken front_buffer_reading/drawing optimizationIan Romanick2018-04-263-46/+18
* radeon: Use _mesa_is_front_buffer_drawingIan Romanick2018-04-264-25/+5
* meson: remove dummy_cppDylan Baker2018-04-241-1/+1
* i965/meta_util: Re-enable sRGB-encoded fast-clears on CNLNanley Chery2018-04-241-11/+0
* i965/miptree: Extend the sRGB-blending WA to future platformsNanley Chery2018-04-241-2/+2
* i965: Add and use a getter for the clear colorNanley Chery2018-04-244-11/+51
* i965/wm_surface_state: Use the clear address if clear_bo is non-NULLNanley Chery2018-04-241-11/+6
* i965: Add and use a single miptree aux_buf fieldNanley Chery2018-04-2410-114/+96
* i965: Add and use a getter for the miptree aux bufferNanley Chery2018-04-244-41/+25
* i965: expose MESA_FORMAT_R8G8B8A8_SRGB visualTapani Pälli2018-04-241-3/+7
* dri: Add __DRI_IMAGE_FORMAT_SABGR8Tapani Pälli2018-04-242-0/+5
* i965: perf: enable GPA query statisticsLionel Landwerlin2018-04-233-1/+68
* i965: perf: add support for raw queriesLionel Landwerlin2018-04-236-27/+474
* i965: perf: read slice/unslice frequencies from OA reportsLionel Landwerlin2018-04-232-0/+71
* i965: perf: snapshot RPSTAT registerLionel Landwerlin2018-04-233-0/+67
* i965: perf: extract utility functionsLionel Landwerlin2018-04-236-252/+294
* i965/miptree: Delete an unused functionNanley Chery2018-04-202-17/+0
* i965/miptree: Don't leak the clear_color_boNanley Chery2018-04-201-2/+1
* i965/blorp: Do the gen11 BTI flushJason Ekstrand2018-04-201-0/+14
* intel: Handle firstvertex in an identical way to BaseVertexAntia Puentes2018-04-194-13/+27
* i965: Fix shadow batches to be the same size as the real BO.Kenneth Graunke2018-04-181-1/+4
* mesa: merge the driver functions DrawBuffers and DrawBufferTimothy Arceri2018-04-172-3/+2
* Fix scons buildMarek Olšák2018-04-121-0/+1
* mesa: include mtypes.h lessMarek Olšák2018-04-127-2/+11
* blorp: Silence unused function warningsNanley Chery2018-04-111-1/+1
* i965: Remove brw_bo_alloc_tiled_2d from intel_detect_swizzling.Kenneth Graunke2018-04-101-10/+4
* i965: Make the miptree clear color setter take a gl_color_unionNanley Chery2018-04-093-6/+7
* i965/miptree: Move the clear color and value setter implementationsNanley Chery2018-04-092-21/+30
* i965: Use the brw_context for the clear color and value settersNanley Chery2018-04-093-6/+6
* i965: return the fourcc saved in __DRIimage when possibleXiong, James2018-04-091-3/+10
* dri_util: don't fail when not supporting ARB_compatibility with GL3.1Andres Gomez2018-04-091-0/+10
* dri_util: when overriding, always reset the core versionAndres Gomez2018-04-091-4/+2
* 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