aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* mesa: use _mesa_set_scissor() in ScissorIndexed()Samuel Pitoiset2017-06-071-4/+1
* mesa: make _mesa_scissor_bounding_box() staticSamuel Pitoiset2017-06-072-9/+5
* mesa: inline update_image_transfer_state() into _mesa_update_pixel()Samuel Pitoiset2017-06-071-14/+6
* mesa: remove useless check in _mesa_update_pixel()Samuel Pitoiset2017-06-073-5/+4
* tree-wide: remove trailing backslashEric Engestrom2017-06-076-6/+6
* i965: Explicitly disallow tiled memcpy path on Gen4 with swizzling.Chris Wilson2017-06-063-0/+33
* i965: Remove brw_bo_map_unsynchronized()Matt Turner2017-06-063-23/+2
* i965: Use unsynchronized mappings for BufferSubData on non-LLCMatt Turner2017-06-061-10/+6
* i965: Make unsynchronized maps unsynchronized on non-LLCMatt Turner2017-06-062-22/+3
* i965: Implement brw_bo_map_unsynchronized() with MAP_ASYNCMatt Turner2017-06-061-40/+9
* i965: Elide call to set_domain() if MAP_ASYNCMatt Turner2017-06-061-4/+8
* i965: Add and use brw_bo_map()Matt Turner2017-06-0616-54/+52
* i965: Drop MAP_READ from some write-only mappingsMatt Turner2017-06-064-4/+4
* i965: Pass flags to brw_bo_map_*Matt Turner2017-06-0616-33/+49
* i965: Rename brw_bo_map() -> brw_bo_map_cpu()Matt Turner2017-06-0616-29/+30
* i965: Rename *_virtual -> map_*Matt Turner2017-06-062-31/+31
* i965: Pass the map-mode along to intel_mipmap_tree_map_raw()Chris Wilson2017-06-061-13/+16
* i965: Add a cache_coherent field to brw_boMatt Turner2017-06-063-0/+9
* i965: Remove unused 'use_resource_streamer' fieldMatt Turner2017-06-061-1/+0
* i965: Remove brw_bo's virtual memberMatt Turner2017-06-0617-121/+102
* i965: Remove unused brw_bo_map__* functionsMatt Turner2017-06-062-109/+0
* mesa: make use of NewWindowRectangles driver flagsSamuel Pitoiset2017-06-062-3/+5
* mesa: add new gl_driver_flags::NewWindowRectanglesSamuel Pitoiset2017-06-061-0/+5
* mesa: remove call to Driver.Scissor() in _mesa_WindowRectanglesEXT()Samuel Pitoiset2017-06-061-3/+0
* mesa: only emit _NEW_MULTISAMPLE when min sample shading changesSamuel Pitoiset2017-06-061-3/+6
* mesa: only emit _NEW_MULTISAMPLE when sample mask changesSamuel Pitoiset2017-06-061-0/+3
* mesa: only emit _NEW_MULTISAMPLE when coverage parameters changeSamuel Pitoiset2017-06-061-3/+7
* i965: Finalize miptrees before prepare_textureJason Ekstrand2017-06-051-0/+4
* st/mesa: don't load cached TGSI shaders on demandMarek Olšák2017-06-051-1/+6
* i965: Order write of query availablity with earlier writesChris Wilson2017-06-031-2/+11
* st/mesa: Add support for ARB_post_depth_coverageLyude2017-06-022-1/+7
* i965: Replace 0 with ISL_FORMAT_UNSUPPORTED in format table (v2)Chad Versace2017-06-022-92/+6
* mesa: document range of SampleCoverageValue, MinSampleShadingValueBrian Paul2017-06-021-2/+2
* xlib: fix glXGetCurrentDisplay() failureBrian Paul2017-06-024-5/+18
* intel/blorp: Handle gen6 stencil/HiZ offsets in the back-endJason Ekstrand2017-06-014-72/+11
* intel/isl: Make get_intratile_offset_el take the element size in bitsJason Ekstrand2017-06-011-1/+1
* intel/isl: Remove the device parameter from isl_tiling_get_infoJason Ekstrand2017-06-011-2/+1
* i965: Rework Sandy Bridge HiZ and stencil layoutsJason Ekstrand2017-06-015-29/+134
* automake: Link all libGL.so variants with -Bsymbolic.Jose Fonseca2017-06-011-0/+1
* i965/dri: Fix bad GL error in intel_create_winsys_renderbuffer()Chad Versace2017-06-011-5/+1
* i965: Cleanup in intel_create_winsys_renderbuffer()Chad Versace2017-06-011-5/+2
* i965: Remove bad assert on isl_formatChad Versace2017-06-011-1/+0
* i965: Fix return type of translate_tex_format()Chad Versace2017-06-013-6/+6
* i965: Fix return type of brw_isl_format_for_mesa_format() [v2]Chad Versace2017-06-013-8/+10
* i965: Remove an extra semicolonAnuj Phogat2017-06-011-1/+1
* i965: Rename brw_format variable names to isl_formatAnuj Phogat2017-06-013-7/+9
* i965: Reject unsupported formats in glEGLImageTargetTexture2D()Chad Versace2017-06-011-0/+4
* genxml: Make 3DSTATE_CONSTANT_BODY on Gen7+ use arrays.Kenneth Graunke2017-06-011-6/+4
* i965: Simplify SO_DECL handling.Kenneth Graunke2017-06-011-28/+13
* i965: Make a local for linked_xfb->Outputs[i], to shorten things.Kenneth Graunke2017-06-011-9/+10