summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
...
* mesa/formatquery: remove online compression check on is_resource_supportedAlejandro Piñeiro2018-05-081-2/+1
* i965: Don't leak blorp on Gen4-5.Kenneth Graunke2018-05-071-2/+1
* i965: Set initial kflags on BO creation.Kenneth Graunke2018-05-071-6/+11
* r200: Enable NV_fog_distanceIan Romanick2018-05-041-0/+1
* i965: Enable NV_fog_distanceIan Romanick2018-05-041-0/+1
* ffvertex: Don't try to read output registers in fog calculationIan Romanick2018-05-041-4/+6
* mesa: Add missing support for glFogiv(GL_FOG_DISTANCE_MODE_NV)Ian Romanick2018-05-041-0/+1
* mesa: Silence an unused parameter warningIan Romanick2018-05-041-5/+4
* mesa/main/readpix: Correct handling of packed floating point valuesGert Wollny2018-05-041-2/+4
* compiler/lower_64bit_packing: rename the pass to be more genericIago Toral Quiroga2018-05-031-1/+1
* i965: Always try to create a logical contextChris Wilson2018-05-031-15/+14
* intel: decoder: limit to the number decoded lines from VBOLionel Landwerlin2018-05-021-0/+1
* i965: Reuse batch decoder infrastructure rather than open coding it.Kenneth Graunke2018-05-023-223/+55
* i965: Allocate shadow batches to explicitly be the BO size.Kenneth Graunke2018-05-021-7/+5
* intel: activate the gl_BaseVertex loweringAntia Puentes2018-05-023-11/+3
* intel: emit is_indexed_draw in the same VE than gl_DrawIDAntia Puentes2018-05-024-40/+59
* i965: Drop unused gen5 sampler default color struct.Kenneth Graunke2018-05-011-9/+0
* i965: Make brw_vs_outputs_written static.Kenneth Graunke2018-05-012-5/+1
* i965/tex_image: Avoid the ASTC LDR workaround on gen9lpNanley Chery2018-05-011-1/+1
* st/mesa: add support for nvidia conservative rasterization extensionsRhys Perry2018-04-303-0/+51
* 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