summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-07-04Merge branch 'staging/tegra' into staging/masterstaging/masterThierry Reding21-1/+2060
2016-07-04Merge branch 'staging/fixes' into staging/masterThierry Reding1-1/+3
2016-07-04gallium/tegra: Add debugging messagesstaging/tegraThierry Reding4-25/+411
2016-07-04Disable shared pipe drivers againThierry Reding1-1/+1
2016-07-04WIP: tegra: Add pipe loaderThierry Reding3-1/+58
2016-07-04tegra: Initial supportThierry Reding19-1/+1617
2016-07-04kms-swrast: Fix build warningstaging/fixesThierry Reding1-1/+3
2016-07-04i965/blorp: Prepare for more than two vertex attributesstaging/nouveaustaging/baseTopi Pohjolainen4-3/+22
2016-07-04i965/blorp: Tell vertex fetcher about flat inputsTopi Pohjolainen2-8/+30
2016-07-04i965/blorp: Add support for flat input bufferTopi Pohjolainen1-3/+65
2016-07-04i965/blorp: Store input read maskTopi Pohjolainen2-0/+2
2016-07-04i965/blorp: Rename push constants to inputsTopi Pohjolainen5-22/+22
2016-07-04i965/blorp: Use core vertex buffer state setupTopi Pohjolainen1-48/+14
2016-07-04i965/blorp: Split vertex data and element setupTopi Pohjolainen1-21/+25
2016-07-04i965: Unify vertex buffer setupTopi Pohjolainen2-29/+46
2016-07-04i965/draw: Expose vertex buffer state setupTopi Pohjolainen2-18/+37
2016-07-03freedreno: fix crash on smaller gpus and higher resolutionsRob Clark1-1/+1
2016-07-02i965: don't drop const initializers in vector splittingRob Clark1-0/+12
2016-07-02glsl: add driconf to zero-init unintialized varsRob Clark11-1/+34
2016-07-02freedreno/ir3: support glsl linking for cmdline compilerRob Clark1-24/+47
2016-07-02glsl/standalone: initialize MaxUserAssignableUniformLocationsRob Clark1-0/+4
2016-07-02freedreno: update valid_buffer_range for SO buffersRob Clark1-0/+5
2016-07-02freedreno/ir3: support non-user_buffer constsRob Clark2-3/+5
2016-07-02freedreno/a2xx: move setup/restore cmds into binning passRob Clark4-9/+4
2016-07-02freedreno: pass index buffer as a pipe_resourceRob Clark2-16/+16
2016-07-02freedreno: switch emit_const_bo() to take prsc'sRob Clark4-17/+18
2016-07-02nv30: Fix "array subscript is below array bounds" compiler warningHans de Goede1-2/+1
2016-07-02nouveau: Fix a couple of "foo may be used uninitialized' compiler warningsHans de Goede2-3/+3
2016-07-02nouveau: Fix gcc6 / c++11 auto_ptr deprecation compiler warningsHans de Goede1-0/+4
2016-07-02nouveau: Add support for SV_WORK_DIMHans de Goede8-12/+29
2016-07-02nvc0: Make NVC0_CB_AUX_GRID_INFO take an index argumentHans de Goede3-4/+4
2016-07-02clover: Pass work_dim parameter of clEnqueueNDRangeKernel() to driverHans de Goede2-0/+8
2016-07-02tgsi: Add WORK_DIM System ValueHans de Goede3-0/+10
2016-07-02mesa/main: fix error checking logic on CopyImageSubDataAlejandro Piñeiro1-5/+10
2016-07-02st/glsl_to_tgsi: don't increase immediate index by 1.Dave Airlie1-1/+1
2016-07-01st/mesa: get max supported number of image samples from driverIlia Mirkin1-1/+5
2016-07-01nvc0: fix up image support for allowing multiple samplesIlia Mirkin7-49/+108
2016-07-01st/mesa: check the texture image level in st_texture_match_imageNicolai Hähnle1-0/+3
2016-07-01st/mesa: an incomplete texture may have a zero-size first imageNicolai Hähnle1-0/+3
2016-07-01st/vdpau: use bicubic filter for scaling(v6.1)Nayan Deshmukh3-14/+106
2016-07-01vl: add a bicubic interpolation filter(v5)Nayan Deshmukh3-0/+528
2016-07-01mesa/st: Use 'struct nir_shader' instead of 'nir_shader'.Vinson Lee1-6/+6
2016-07-01docs: update MESA_DEBUG envvar documentation.Alejandro Piñeiro1-2/+11
2016-07-01i965: intel_texture_barrier reimplementedAlejandro Piñeiro1-1/+20
2016-07-01nv30: go back to not using viewport validate function for swtnlIlia Mirkin2-1/+16
2016-07-01nv30: fix viewport clipping settings to be based on viewport, not rtIlia Mirkin2-17/+11
2016-06-30gallium/util: check for window cliprects in util_can_blit_via_copy_region()Brian Paul1-0/+1
2016-06-30gallium: Force blend color to 16-byte alignmentChuck Atkins1-1/+11
2016-06-30swr: Refactor checks for compiler feature flagsChuck Atkins2-25/+52
2016-06-30st/wgl: make own_mutex() non-staticBrian Paul2-4/+7