summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* i965/screen: Drop get_tiled_heightJason Ekstrand2017-07-121-17/+3
* i965/screen: Use ISL for doing image import checksJason Ekstrand2017-07-121-4/+28
* i965/screen: Use ISL for allocating image BOsJason Ekstrand2017-07-121-22/+29
* i965: Add an isl_device to intel_screenJason Ekstrand2017-07-123-1/+8
* i965/miptree: Move CCS allocation into create_for_dri_imageJason Ekstrand2017-07-121-13/+12
* i965: Use create_for_dri_image in intel_update_image_bufferJason Ekstrand2017-07-121-9/+14
* i965/miptree: Add support for window system images to create_for_dri_imageJason Ekstrand2017-07-124-6/+17
* i965/miptree: Add a colorspace parameter to create_for_dri_imageJason Ekstrand2017-07-124-5/+28
* main/formats: Add a get_linear_format_srgb helperJason Ekstrand2017-07-122-0/+25
* main/formats: Autogenerate _mesa_get_srgb_format_linearJason Ekstrand2017-07-122-117/+46
* i965/miptree: Allocate mt earlier in update winsysBen Widawsky2017-07-123-18/+37
* i965/miptree: Add a return for updating of winsysBen Widawsky2017-07-123-10/+14
* i965: Use miptree_create_for_dri_image in image_target_renderbuffer_storageJason Ekstrand2017-07-121-22/+1
* i965/miptree: Set level_x/h in create_for_dri_imageJason Ekstrand2017-07-121-0/+2
* i965/miptree: Add tile_x/y to total_width/heightJason Ekstrand2017-07-121-2/+2
* i965/miptree: Pass the offset into create_for_bo in create_for_dri_imageJason Ekstrand2017-07-121-3/+1
* i965: Move the DRIimage -> miptree code to intel_mipmap_tree.cJason Ekstrand2017-07-123-110/+112
* st/mesa: add a winsys buffers list in st_contextCharmaine Lee2017-07-114-10/+81
* i965: Drop bogus pthread_mutex_unlock in map_gtt error path.Kenneth Graunke2017-07-121-1/+0
* intel: Move the DRM uapi headers to a non-Intel location.Eric Anholt2017-07-122-3/+3
* i965: Use VALGRIND_MAKE_MEM_x in place of MALLOCLIKE/FREELIKEChris Wilson2017-07-111-7/+27
* i965: Fix asynchronous mappings on !LLC platforms.Kenneth Graunke2017-07-111-2/+17
* i965: Don't use PREAD for glGetBufferSubData().Kenneth Graunke2017-07-113-28/+10
* i965: perf: use new subslices numbers from device infoLionel Landwerlin2017-07-111-32/+17
* i965: Use already existing eu_totalBen Widawsky2017-07-111-8/+1
* i965: Resolve framebuffers before signaling the fenceChris Wilson2017-07-111-0/+32
* i965: Assert that we don't use CPU write maps to non-coherent buffers.cros-mesa-17.1.1-r3-vanillachadv/cros-mesa-17.1.1-r3-vanillaKenneth Graunke2017-07-101-0/+6
* i965: Disable access to CPU mmap for async access on non-LLC machinesChris Wilson2017-07-101-4/+12
* i965: Track when a bo is shared with an external clientChris Wilson2017-07-102-0/+9
* gallium: use "ull" number suffix to keep the QtCreator parser happyMarek Olšák2017-07-101-2/+2
* i965: Use brw_bo_wait() for brw_bo_wait_rendering()Chris Wilson2017-07-105-8/+10
* st/mesa: Fix grabbing the wrong variant if glDrawPixels is calledMatias N. Goldberg2017-07-082-4/+22
* mesa: finish implementing glPrimitiveRestartNV() for display listsBrian Paul2017-07-071-1/+21
* vbo: fix glPrimitiveRestartNV crash inside a display listOlivier Lauffenburger2017-07-071-5/+15
* st/mesa: remove unused st_framebuffer::Private fieldBrian Paul2017-07-071-1/+0
* mesa: add some braces in _mesa_make_current()Brian Paul2017-07-071-1/+2
* vbo: rename target->index in loopback codeBrian Paul2017-07-071-12/+12
* vbo: whitespace/formatting fixes in vbo_save_loopback.cBrian Paul2017-07-071-52/+64
* vbo: simplify vbo_save_NotifyBegin()Brian Paul2017-07-073-24/+3
* mesa: simplify get_tex_images_for_clear()Brian Paul2017-07-061-19/+14
* mesa: new comments, assertion related to glClearTexSubImageBrian Paul2017-07-061-0/+12
* st/mesa: find proper mipmap level in st_ClearTexSubImage()Brian Paul2017-07-061-4/+56
* st/mesa: whitespace fixes in st_cb_fbo.cBrian Paul2017-07-061-29/+19
* st/mesa: whitespace fixes in st_texture.cBrian Paul2017-07-061-13/+15
* build systems: move git_sha1_gen.sh to bin/Eric Engestrom2017-07-061-1/+1
* i965: Move surface resolves back to draw/dispatch timeJason Ekstrand2017-07-054-121/+143
* mesa: Avoid set comprehension.Vinson Lee2017-07-051-1/+1
* st/glsl_to_nir: fix edgeflag passthroughNicolai Hähnle2017-07-052-1/+6
* st/mesa: use pipe_shader_type_from_mesaNicolai Hähnle2017-07-051-21/+2
* tgsi,st/mesa: move varying slot to semantic mapping into a helper for VSNicolai Hähnle2017-07-052-99/+8