summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-06-16WIP st/mesa: memcpy drop-ins for readpixelsreadpixelsNicolai Hähnle6-2/+843
2016-06-15st/mesa: use a single memcpy in st_ReadPixels when possibleNicolai Hähnle1-8/+15
2016-06-15compiler/list: avoid downcasting list sentinel nodes (v2)Nicolai Hähnle1-9/+7
2016-06-15compiler/glsl: move list node downcasts after sentinel/counter checks (v2)Nicolai Hähnle2-7/+5
2016-06-15compiler/glsl: avoid downcasting list sentinel nodes (v2)Nicolai Hähnle1-3/+4
2016-06-15compiler/list: avoid downcasting sentinel nodes (v2)Nicolai Hähnle2-7/+10
2016-06-15compiler: guard list iteration macros against undefined behavior (v2)Nicolai Hähnle2-46/+65
2016-06-15st/mesa: cache staging texture for glReadPixelsNicolai Hähnle2-14/+110
2016-06-15st/mesa: invalidate readpixels cacheNicolai Hähnle12-0/+17
2016-06-15st/mesa: add readpix_cache structureNicolai Hähnle3-0/+22
2016-06-15st/mesa: move ReadPixels blit into a separate functionNicolai Hähnle1-52/+78
2016-06-15st/mesa: flush bitmap cache before CopyImageSubDataNicolai Hähnle1-0/+3
2016-06-15st/mesa: flush bitmap cache before texture functionsNicolai Hähnle2-0/+12
2016-06-15st/mesa: flush bitmap cache before compute dispatchNicolai Hähnle1-0/+3
2016-06-15radeonsi: fix undefined left-shift into sign bitNicolai Hähnle1-1/+2
2016-06-15st_glsl_to_tgsi: don't read potentially uninitialized buffer variableNicolai Hähnle1-1/+1
2016-06-15mesa/main: fix integer overflows in _mesa_image_offsetNicolai Hähnle1-4/+4
2016-06-15i965: remove type_size_vec4_times_4()Timothy Arceri4-17/+3
2016-06-14mesa: Pass gl_constant_value union into _mesa_fetch_state().Kenneth Graunke1-3/+5
2016-06-14gallium/radeon: num-cs-flushes query should display per-frame averageMarek Olšák1-1/+1
2016-06-14gallium/radeon: add driver queries for compute/dma call stats and spillsMarek Olšák6-1/+45
2016-06-14radeonsi: don't generate "ret void undef"Marek Olšák1-6/+14
2016-06-14radeonsi: try to hit direct hw MSAA resolve by changing micro mode in clearMarek Olšák3-1/+107
2016-06-14radeonsi: clarify the MSAA resolve limitation with scanoutMarek Olšák1-1/+5
2016-06-14gallium/radeon: add micro_tile_mode to radeon_surfMarek Olšák3-3/+43
2016-06-14Added pbuffer hooks for surfaceless platformGurchetan Singh2-5/+215
2016-06-14gallium/util: don't use blocksize for minify for assertionsRoland Scheidegger1-20/+8
2016-06-14llvmpipe: hack-fix bugs due to bogus bind flagsRoland Scheidegger6-17/+28
2016-06-14freedreno: support start param for sampler views/statesRob Clark2-33/+23
2016-06-14freedreno: only do extra vertex-buffer state logic on a2xxRob Clark1-8/+10
2016-06-14freedreno: use util_copy_constant_buffer() helperRob Clark1-6/+2
2016-06-14st/vdpau: replace 0.f and 1.f with 0.0f and 1.0f respectivelyNayan Deshmukh2-8/+8
2016-06-14i965: Check return value of screen->image.loader->getBuffers (v2)Tomasz Figa1-6/+9
2016-06-14st/dri: Clear drawable texture_mask in dri2_invalidate_drawableMichel Dänzer1-0/+1
2016-06-14glsl/builtin_variables: Populate MaxCombinedShaderStorageBlocks on GLSL 4.40Eduardo Lima Mitev1-1/+1
2016-06-14st/va: ensure linear memory for dmabufJulien Isorce3-1/+10
2016-06-13isl: Replace bash generator with python generatorDylan Baker4-137/+217
2016-06-14mesa: Make use of u_bit_scan{,64}.Mathias Fröhlich2-5/+5
2016-06-14mesa/gallium: Move u_bit_scan{,64} from gallium to util.Mathias Fröhlich6-222/+237
2016-06-14clover: Include generated sources in AM_CPPFLAGSAaron Watry1-0/+1
2016-06-13nv50/ir: make Graph destructor virtualStephan Bergmann1-1/+1
2016-06-13i965/compiler: Bring back the INTEL_PRECISE_TRIG environment variableJason Ekstrand2-2/+4
2016-06-13i965: Defeat the register stride checker in pull uniform messages.Samuel Iglesias Gonsálvez1-1/+1
2016-06-13i965: Defeat the register stride checker in URB reads.Kenneth Graunke1-1/+1
2016-06-13i965: Fix issues with number of VS URB entries on Cherryview/Broxton.Kenneth Graunke2-2/+5
2016-06-14glsl: make sure UBO arrays are sized in ESTimothy Arceri1-0/+14
2016-06-13clover: Update OpenCL version string to match OpenGLVedran Miletić2-2/+6
2016-06-13i965/fs: Fix regs_written for SIMD-lowered instructions some more.Francisco Jerez1-3/+3
2016-06-13i965: Fix cross-primitive scratch corruption when changing the per-thread all...Francisco Jerez17-18/+31
2016-06-13i965: Keep track of the per-thread scratch allocation in brw_stage_state.Francisco Jerez8-49/+70