summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2016-10-26i965/mesa/st: eliminate gl_tess_ctrl_programTimothy Arceri21-76/+41
2016-10-26mesa: set tcs shader_info metadata directlyTimothy Arceri2-7/+1
2016-10-26st/mesa: switch tcs over to shared shader_infoTimothy Arceri2-2/+2
2016-10-26i965: switch tcs over to shared shader_infoTimothy Arceri2-22/+17
2016-10-26glsl: add temporary copy_shader_info() functionTimothy Arceri8-53/+97
2016-10-26glsl: add a shader info field to the gl_program typeTimothy Arceri3-1/+11
2016-10-26nir/i965/anv/radv/gallium: make shader info a pointerTimothy Arceri65-358/+372
2016-10-26nir: move nir_shader_info to a common compiler headerTimothy Arceri3-97/+134
2016-10-26mesa: modify _mesa_copy_linked_program_data() to take gl_linked_shaderTimothy Arceri6-32/+34
2016-10-26vulkan/wsi/wayland: fix ARGB window supportFredrik Höglund1-1/+4
2016-10-26vulkan/wsi/x11: fix ARGB window supportFredrik Höglund1-4/+15
2016-10-26radv: mark the fence as submitted and signalled in vkAcquireNextImageKHRFredrik Höglund3-9/+18
2016-10-25radv: Replace "abi_versions" with correct "api_version".Matt Turner2-2/+2
2016-10-25anv: Replace "abi_versions" with correct "api_version".Matt Turner2-2/+2
2016-10-25nv50/ir: start LocalCSE with getFirst to merge PHI instructionsKarol Herbst1-1/+1
2016-10-25nvc0: use correct bufctx when invalidating CP texturesSamuel Pitoiset1-1/+1
2016-10-25vulkan/wsi/x11: Fix behavior of vkGetPhysicalDeviceSurfaceFormatsKHREduardo Lima Mitev1-3/+8
2016-10-25mesa: fix error handling in DrawBuffersTapani Pälli1-34/+37
2016-10-25egl: add check that eglCreateContext gets a valid configTapani Pälli1-1/+3
2016-10-25mesa: add missing formats to driGLFormatToImageFormatTapani Pälli1-0/+2
2016-10-25egl: fix type mismatch error type in _eglInitSurfaceTapani Pälli1-1/+1
2016-10-25Revert "egl/android: Set EGL_MAX_PBUFFER_WIDTH and EGL_MAX_PBUFFER_HEIGHT"Tapani Pälli1-2/+0
2016-10-25egl/dri2: set max values for pbuffer width and heightTapani Pälli1-0/+9
2016-10-24gallium/stapi: fix comment for st_visual::buffer_maskBrian Paul1-1/+1
2016-10-24isl/format: Correct ASTC entries of format info tableNanley Chery1-28/+42
2016-10-24i965: Drop nir_inputs from fs_visitor.Kenneth Graunke1-1/+0
2016-10-24i965: Don't use nir_assign_var_locations for VS/TES/GS outputs.Kenneth Graunke5-62/+12
2016-10-24i965: Make split_virtual_grfs() call compact_virtual_grfs().Kenneth Graunke1-0/+6
2016-10-24i965: Drop unnecessary switch statement in nir_setup_outputs()Kenneth Graunke1-12/+3
2016-10-24tgsi: trivial build fix for MSVCBrian Paul1-1/+1
2016-10-24nv50/ir: do not perform global membar for shared memorySamuel Pitoiset1-1/+4
2016-10-24st/nine: Fix locking CubeTexture surfaces.Axel Davy1-0/+1
2016-10-24st/nine: Fix mistake in Volume9 UnlockBoxAxel Davy1-1/+1
2016-10-24st/nine: Use align_calloc instead of align_mallocAxel Davy5-7/+7
2016-10-24gallium/util: Add align_callocAxel Davy1-0/+8
2016-10-24st/nine: Fix leak with integer and boolean constantsAxel Davy1-21/+18
2016-10-24tgsi/scan: scan texture offset operandsMarek Olšák1-0/+16
2016-10-24tgsi/scan: move src operand processing into a separate functionMarek Olšák1-171/+183
2016-10-24tgsi/scan: get information about shader buffer usageMarek Olšák2-0/+23
2016-10-24tgsi/scan: handle indirect image indexing correctlyMarek Olšák2-8/+17
2016-10-24tgsi/scan: don't treat RESQ etc. as memory instructionsMarek Olšák1-5/+13
2016-10-24tgsi/scan: get information about indirect 2D file accessMarek Olšák2-0/+7
2016-10-24tgsi/scan: get information about indirect CONST accessMarek Olšák2-0/+15
2016-10-24i965/gen8: Don't enable alpha test and alpha to coverage if draw bufer zero i...Anuj Phogat1-6/+9
2016-10-24i965/gen8: Use DrawBuffer->_IntegerBuffers in gen8_upload_ps_blend()Anuj Phogat1-5/+2
2016-10-24i965/gen8: Use DrawBuffer->_IntegerBuffers in gen8_upload_blend_state()Anuj Phogat1-8/+2
2016-10-24nv50/ir: display OP_BAR subops in debug modeSamuel Pitoiset1-0/+9
2016-10-24glsl: add matrix layout information to interface block typesIago Toral Quiroga9-12/+43
2016-10-24st/mesa: cleanup and fix primitive restart for indirect drawsNicolai Hähnle1-17/+28
2016-10-24glsl/mesa: remove unused namespace support from the symbol tableTimothy Arceri6-265/+128