summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* glsl: do not add unnamed struct types to the symbol tableNicolai Hähnle2017-06-131-1/+1
* glsl: do not lookup struct types by typenameNicolai Hähnle2017-06-133-6/+10
* glsl: fix a race condition when inserting new typesNicolai Hähnle2017-06-132-40/+32
* st/mesa: skip texture validation logic when nothing has changedTimothy Arceri2017-06-133-0/+39
* ac/gpu: drop duplicated code line.Dave Airlie2017-06-131-1/+0
* radv: move assert down in radv_bind_descriptor_setDave Airlie2017-06-131-2/+2
* radv: return correct error on invalid handle from vkAllocateMemoryDave Airlie2017-06-131-2/+3
* st_glsl_to_tgsi: don't try and pass 32-bit values to get_deref_offsetsDave Airlie2017-06-131-3/+6
* u_dynarray: fix coverity warning about ignoring return value from rerallocDave Airlie2017-06-131-1/+1
* glsl/lower_distance: only set max_array_access for 1D clip dist arraysDave Airlie2017-06-121-1/+1
* i965: fix missing breakLionel Landwerlin2017-06-121-0/+1
* radeonsi: pack si_context betterMarek Olšák2017-06-121-18/+18
* radeonsi: pack si_framebuffer betterMarek Olšák2017-06-123-8/+8
* radeonsi: pack si_sampler_view betterMarek Olšák2017-06-121-2/+2
* radeonsi: pack si_buffer_resources betterMarek Olšák2017-06-121-4/+5
* radeonsi: pack struct si_descriptors betterMarek Olšák2017-06-121-15/+15
* radeonsi: pack struct si_vertex_elements betterMarek Olšák2017-06-121-9/+10
* radeonsi: replace si_vertex_elements::elements with separate fieldsMarek Olšák2017-06-124-14/+14
* radeonsi: rename si_vertex_element -> si_vertex_elementsMarek Olšák2017-06-124-6/+6
* radeonsi: allocate si_state_rasterizer::pm4_poly_offset only when neededMarek Olšák2017-06-122-2/+14
* radeonsi: pack si_state_rasterizer fieldsMarek Olšák2017-06-121-16/+16
* radeonsi: remove 8 bytes from si_shader_key with uint32_t ff_tcs_inputs_to_copyMarek Olšák2017-06-123-5/+14
* radeonsi: use uint32_t to declare si_shader_key.opt.kill_outputsMarek Olšák2017-06-123-6/+10
* radeonsi: remove 8 bytes from si_shader_key by flattening opt.hw_vsMarek Olšák2017-06-124-16/+15
* radeonsi: don't emit DB_STENCIL_CONTROL if it has no effectMarek Olšák2017-06-121-1/+2
* radeonsi: fix missing num_L2_invalidates incrementMarek Olšák2017-06-121-0/+1
* radeonsi: get rid of more compressed_colortex_mask namesMarek Olšák2017-06-124-18/+18
* gallium/noop: fix sampler viewsMarek Olšák2017-06-121-0/+3
* gallium/docs: clarify gen_name/get_vendor/get_device_vendor behaviorMarek Olšák2017-06-121-0/+9
* st/mesa: call check_program_state only when neededMarek Olšák2017-06-121-2/+5
* r600g: set pipe_context::priv = NULLMarek Olšák2017-06-121-1/+2
* vl,omx,va,vdpau,xvmc: don't set the priv pointer in context_createMarek Olšák2017-06-126-7/+7
* r600/eg: distribute egd_tables.py in the dist fileJuan A. Suarez Romero2017-06-121-0/+4
* i965: include gen4_blorp_exec.h into EXTRA_DISTJuan A. Suarez Romero2017-06-121-0/+1
* i965: Call intel_prepare_render() from intel_update_state()Kenneth Graunke2017-06-121-0/+2
* radv: fix trace dumping for !use_ib_bosGrazvydas Ignotas2017-06-111-3/+11
* radv: don't even attempt to prefetch on SIGrazvydas Ignotas2017-06-111-7/+16
* radv: assert on CP_DMA_USE_L2 for SIGrazvydas Ignotas2017-06-111-0/+1
* egl/android: support for EGL_KHR_partial_updateHarish Krupo2017-06-1116-0/+183
* gallium: fixed modulo zero crashes in tgsi interpreter (v2)Marius Gräfe2017-06-101-20/+20
* nir: make various getters take const pointersGrazvydas Ignotas2017-06-102-13/+14
* i965/cnl: Add a preliminary device for CannonlakeBen Widawsky2017-06-091-0/+46
* anv: Don't advertise support on anything above gen9Jason Ekstrand2017-06-091-1/+1
* i965/cnl: Enable CCS_E and RT support for few formatsAnuj Phogat2017-06-091-9/+9
* i965/cnl: Reformat surface_format_info table to accomodate gen10+Anuj Phogat2017-06-091-263/+263
* i965/cnl: Make URB {VS, GS, HS, DS} sizes non multiple of 3Anuj Phogat2017-06-095-4/+34
* i965/cnl: Don't resolve single sampled color rb in case of sRGB formatsAnuj Phogat2017-06-091-1/+1
* i965/cnl: Implement depth count workaroundBen Widawsky2017-06-091-0/+8
* i965/cnl: Start using CNL MOCS definesAnuj Phogat2017-06-094-4/+16
* i965/cnl: Handle gen10 in switch cases across the driverAnuj Phogat2017-06-098-1/+24