summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2016-11-21mesa: removed redundant #elseGeorge Kyriazis1-1/+0
2016-11-21i965/hsw: Set integer mode in sampling state for stencil texturingJordan Justen2-18/+9
2016-11-21mesa: fold always true conditionalEmil Velikov1-4/+2
2016-11-21mesa: drop unneeded assertEmil Velikov1-1/+0
2016-11-21egl/wayland: remove non-applicable destroyDrawable from error pathEmil Velikov1-3/+1
2016-11-21loader: automake: whitespace cleanupEmil Velikov1-1/+1
2016-11-21gbm: automake: remove unused definesEmil Velikov1-2/+0
2016-11-21intel: aubinator: Fix resource leak in gen_spec_load_from_pathGwan-gyeong Mun1-0/+1
2016-11-21egl/android: Use gralloc::lock_ycbcr for resolving YUV formats (v2)Tomasz Figa1-27/+137
2016-11-21egl/android: Get gralloc module in dri2_initialize_android() (v2)Tomasz Figa2-12/+19
2016-11-21egl/android: Remove handling of RGB_888 pixel formatTomasz Figa1-6/+0
2016-11-22radeonsi: Fix resource leak in gs_copy_shader allocation failure pathGwan-gyeong Mun1-1/+7
2016-11-21glsl/lower_output_reads: remove unused mem_ctxNicolai Hähnle1-4/+0
2016-11-21glsl/lower_output_reads: bail early in tessellation control shadersNicolai Hähnle1-2/+6
2016-11-21glsl/lower_output_reads: fix geometry shader output handling with conditional...Nicolai Hähnle1-1/+0
2016-11-21radeonsi: store group_size_variable in struct si_computeNicolai Hähnle1-5/+8
2016-11-21glsl: don't flatten if-blocks with dynamic array indicesNicolai Hähnle1-2/+17
2016-11-21anv/state: enable coordinate address rounding for Min/Mag filtersIago Toral Quiroga1-6/+11
2016-11-20anv: Implement a depth stall restriction on gen7Jason Ekstrand3-0/+35
2016-11-20nvc0/ir: use levelZero flag when the lod is set to 0Ilia Mirkin2-6/+43
2016-11-21radv: spir-v allows texture size query with and without lod.Dave Airlie1-1/+4
2016-11-21radv: fix image view creation for depth and stencil onlyDave Airlie2-13/+9
2016-11-21radv: make sure to flush input attachments correctly.Dave Airlie1-0/+1
2016-11-20tnl: remove unneeded #include "util/simple_list.h"Brian Paul2-2/+0
2016-11-20radeon: remove unneeded #include "util/simple_list.h"Brian Paul5-5/+0
2016-11-20r200: remove unneeded #include "util/simple_list.h"Brian Paul5-5/+1
2016-11-20i915: remove unneeded #include "util/simple_list.h"Brian Paul2-2/+0
2016-11-20mesa: remove unneeded #includes in errors.cBrian Paul1-6/+0
2016-11-20mesa: remove trailing whitespace in errors.cBrian Paul1-6/+6
2016-11-19nir: Add a C wrapper for glsl_type::is_array_of_arrays().Kenneth Graunke2-0/+7
2016-11-19i965: Store a clip_distance_mask field similar to cull_distance_mask.Kenneth Graunke4-0/+7
2016-11-19i965: Use shader_info for brw_vue_prog_data::cull_distance_mask.Kenneth Graunke6-12/+12
2016-11-19compiler: Store the clip/cull distance array sizes in shader_info.Kenneth Graunke3-5/+9
2016-11-19i965: Fix GS push inputs with enhanced layouts.Kenneth Graunke1-1/+1
2016-11-19i965: Delete unused variable.Kenneth Graunke1-2/+0
2016-11-19intel: Share URB configuration code between GL and Vulkan.Kenneth Graunke8-294/+256
2016-11-19i965: Use arrays in Gen7+ URB code.Kenneth Graunke1-202/+134
2016-11-19i965: Drop brw->urb.{nr_*_entries,*_start} assignments from gen7_urb.c.Kenneth Graunke1-17/+8
2016-11-19i965: Switch to roundf in HS/DS URB code.Kenneth Graunke1-2/+2
2016-11-19i965: Make URB code use prog_data for GS/tessellation enable checks.Kenneth Graunke1-6/+4
2016-11-19intel: Convert devinfo->urb.min_*_entries into an array.Kenneth Graunke5-38/+73
2016-11-19intel: Convert devinfo->urb.max_*_entries into an array.Kenneth Graunke5-78/+120
2016-11-19swr: mark streamout buffers as writtenIlia Mirkin1-0/+7
2016-11-19st/mesa/glsl/nir/i965: make use of new gl_shader_program_data in gl_shader_pr...Timothy Arceri32-315/+323
2016-11-19mesa: create new gl_shader_program_data structTimothy Arceri3-0/+69
2016-11-19glsl: add new program driver function to standalone compilerTimothy Arceri1-18/+43
2016-11-18i965: Disable depth writes when depth test is GL_EQUAL.Kenneth Graunke8-8/+28
2016-11-19glsl: tidy up entries temporaryTimothy Arceri1-6/+8
2016-11-19glsl/i965: move per stage AtomicBuffers list to gl_programTimothy Arceri10-48/+25
2016-11-19glsl: create gl_program at the start of linking rather than the endTimothy Arceri5-29/+20