summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* mesa: add support for nvidia conservative rasterization extensionsRhys Perry2018-04-3015-11/+478
* nir: move GL specific passes to src/compiler/glslTimothy Arceri2018-05-013-5/+8
* i965/tiled_memcpy: ytiled_to_linear a cache line at a timeScott D Phillips2018-04-301-6/+66
* i965: Record mipmap resolver for unmappingChris Wilson2018-04-302-17/+22
* i965: Move unmap_depthstencil before map_depthstencilChris Wilson2018-04-301-57/+57
* i965: Move unmap_etc before map_etcChris Wilson2018-04-301-21/+21
* i965: Move unmap_s8 before map_s8Chris Wilson2018-04-301-30/+30
* i965: Move unmap_movntdqa before map_movntdqaChris Wilson2018-04-301-12/+12
* i965: Move unmap_blit before map_blitChris Wilson2018-04-301-22/+22
* i965: Move unmap_gtt before map_gttChris Wilson2018-04-301-6/+6
* i965: Don't stomp initial kflags for program cache.Kenneth Graunke2018-04-301-2/+2
* i965: Let batchbuffers be placed anywhere in the 48-bit address space.Kenneth Graunke2018-04-301-1/+1
* intel: fix check for 48b ppgtt supportScott D Phillips2018-04-301-13/+15
* mesa: add TBO support for GL_EXT_texture_norm16Tapani Pälli2018-04-271-3/+3
* mesa: drop the buffer mode param from the DrawBuffer driver functionTimothy Arceri2018-04-278-11/+10
* st: Choose a 2101010 format for GL_RGB/GL_RGBA with a 2_10_10_10 type.Eric Anholt2018-04-261-0/+13
* st/mesa: fix missing setting of _ElementSize in new_draw_rasterpos_stageCharmaine Lee2018-04-261-0/+5
* 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
* mesa: GL_EXT_texture_norm16 extension plumbingTapani Pälli2018-04-256-9/+78
* mesa: call DrawBufferAllocate driver hook in update_framebuffer for windows-s...Boyan Ding2018-04-251-0/+6
* st/mesa: add new driver function DrawBufferAllocateTimothy Arceri2018-04-253-7/+11
* mesa: some C99 tidy ups for framebuffer.cTimothy Arceri2018-04-251-13/+5
* meson: remove dummy_cppDylan Baker2018-04-241-1/+1
* meson: don't build classic mesa tests without dri_driversDylan 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
* mesa: rename api_validate.{c,h} -> draw_validate.{c,h}Timothy Arceri2018-04-249-10/+10
* 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
* autotools: Include new meson files18.1-branchpointDylan Baker2018-04-201-0/+2
* 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
* meson: Build st_tests_common with gtestMike Lothian2018-04-191-1/+1
* i965: Fix shadow batches to be the same size as the real BO.Kenneth Graunke2018-04-181-1/+4
* glsl_to_tgsi: try harder to lower unsupported ir_binop_vector_extractMarek Olšák2018-04-181-0/+5
* meson: build tests for gallium mesa state trackerDylan Baker2018-04-181-0/+40
* meson: Remove TODO about mesa/main testsDylan Baker2018-04-181-2/+0
* mesa: merge the driver functions DrawBuffers and DrawBufferTimothy Arceri2018-04-175-16/+8