summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* vl: add level idc in spsLeo Liu2015-04-281-0/+1
* st/omx/dec: separate create_video_codec to different codecsLeo Liu2015-04-284-18/+30
* st/vdpau: add h264 decoder level supportLeo Liu2015-04-281-0/+5
* gallium/util: get h264 level based on number of max references and resolutionLeo Liu2015-04-281-0/+36
* r600g,radeonsi: add a driver query returning GPU loadMarek Olšák2015-04-288-2/+194
* r600g,radeonsi: add driver queries for GPU temperature and shader+memory clocksMarek Olšák2015-04-285-3/+58
* gm107/ir: add lane/vertex count sysvalsIlia Mirkin2015-04-271-0/+2
* gk110/ir: add support for writing per-patch and shader outputsIlia Mirkin2015-04-271-7/+3
* freedreno/a3xx: color masking works like a blend for some formatsIlia Mirkin2015-04-271-0/+14
* freedreno/a3xx: add support for S8 and Z32F_S8Ilia Mirkin2015-04-279-44/+235
* freedreno/a3xx: add Z32F supportIlia Mirkin2015-04-275-10/+65
* freedreno: add fd_transfer to wrap around pipe_transferIlia Mirkin2015-04-273-2/+15
* freedreno/a3xx: add support for disabling depth clippingIlia Mirkin2015-04-272-1/+3
* i965/vs: Remove unnecessary NULL check on generate_code() result.Kenneth Graunke2015-04-271-2/+1
* glsl: fix packing support for arrays of doublesTimothy Arceri2015-04-281-2/+2
* i965: Enable ARB_gpu_shader5 on Gen8+.Matt Turner2015-04-271-6/+2
* i965/fs: Fix code emission for imul_high in NIR.Matt Turner2015-04-271-1/+23
* i965/fs: Fix stride for multiply in macro.Matt Turner2015-04-271-0/+2
* Revert "i965/fs: Allow SIMD16 borrow/carry/64-bit multiply on Gen > 7."Matt Turner2015-04-271-3/+3
* mesa: fix up GLSL version when computing GL versionIlia Mirkin2015-04-271-0/+17
* softpipe: fix another stencil-as-float issueRoland Scheidegger2015-04-271-2/+2
* mesa: the function name appears to have a gl prefix alreadyIlia Mirkin2015-04-271-2/+2
* Fix a few typosZoë Blade2015-04-2772-95/+95
* i965/gen8: Factor out texture surface state set-up from gen8_update_texture_s...Francisco Jerez2015-04-271-60/+77
* i965/gen7: Factor out texture surface state set-up from gen7_update_texture_s...Francisco Jerez2015-04-272-54/+84
* i965: Add helper functions to calculate the slice pitch of an array or 3D mip...Francisco Jerez2015-04-272-40/+84
* scons: add target osmesa using gallium state tracker.Olivier Pena2015-04-277-1/+110
* radeonsi: set an optimal value for DB_Z_INFO.ZRANGE_PRECISIONMarek Olšák2015-04-271-7/+2
* radeonsi: remove deprecated and useless registersMarek Olšák2015-04-271-10/+0
* radeonsi: remove useless includesMarek Olšák2015-04-271-3/+0
* gallium/radeon: print winsys info with R600_DEBUG=infoMarek Olšák2015-04-272-0/+28
* winsys/radeon: make radeon_bo_vtbl staticMarek Olšák2015-04-271-2/+2
* glsl: replace while loop with without_array functionTimothy Arceri2015-04-271-3/+1
* glsl: support packing of arrays of arraysTimothy Arceri2015-04-271-8/+2
* glsl: add arrays of arrays support to without_array functionTimothy Arceri2015-04-271-1/+6
* gallium/hud: add more options to customize HUD panesGediminas Jakutis2015-04-262-6/+161
* i965: Fill out the rest of brw_debug_recompile_sampler_key().Kenneth Graunke2015-04-251-0/+8
* i965: Disassemble sampler message names on Gen5+.Kenneth Graunke2015-04-251-4/+34
* i965/fs: Disallow constant propagation into POW on Gen 6.Matt Turner2015-04-251-2/+8
* mesa: add support for exposing up to GL4.2Ilia Mirkin2015-04-241-1/+45
* i965/fs: Add missing pixel_x/y to brw_instruction_name().Matt Turner2015-04-241-0/+5
* i965/fs: Don't constant propagate into integer math instructions.Matt Turner2015-04-242-3/+5
* mesa: put more info in glTexImage GL_OUT_OF_MEMORY error messageBrian Paul2015-04-241-1/+3
* i965/fs: Allow 2-src math instructions to have immediate src1.Matt Turner2015-04-242-7/+11
* nir: Transform pow(x, 4) into (x*x)*(x*x).Matt Turner2015-04-241-0/+1
* glsl: Transform pow(x, 4) into (x*x)*(x*x).Matt Turner2015-04-241-0/+20
* mesa: fix glGetActiveUniformsiv regressionTapani Pälli2015-04-241-4/+16
* mesa: refactor active attrib queries for glGetProgramivTapani Pälli2015-04-241-25/+14
* i965: Add an INTEL_DEBUG=spill option to test spillingJason Ekstrand2015-04-233-1/+3
* i965/debug: Use the ull specifier for DEBUG enum definesJason Ekstrand2015-04-231-31/+31