summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-272-6/+3
* 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
* scons: Support LLVM 3.5 and 3.6 on windows.Olivier Pena2015-04-271-7/+26
* 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-2778-103/+103
* 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
* docs/GL3: started adding support for shader_image_sizeMartin Peres2015-04-271-2/+2
* 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
* docs: add news item and link release notes for mesa 10.5.4Emil Velikov2015-04-242-0/+7
* docs: Add sha256 sums for the 10.5.4 releaseEmil Velikov2015-04-241-1/+2
* Add release notes for the 10.5.4 releaseEmil Velikov2015-04-241-0/+124
* 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
* i965: Disallow linear blits that are not cacheline aligned.Kenneth Graunke2015-04-231-8/+19
* i965: Make intel_emit_linear_blit handle Gen8+ alignment restrictions.Kenneth Graunke2015-04-231-8/+14
* mapi: Adding missing string.h include.Pali Rohár2015-04-231-0/+2
* os/os_memory_aligned.h: Handle integer overflow.Jose Fonseca2015-04-231-1/+27
* draw: fix prim ids when there's no gsRoland Scheidegger2015-04-233-2/+15
* gallium/radeon: don't crash when getting out-of-bounds TEMP referencesMarek Olšák2015-04-231-0/+6
* nir/lower_source_mods: Don't propagate register sourcesJason Ekstrand2015-04-221-0/+7
* nir: Rewrite instr_rewrite_srcJason Ekstrand2015-04-221-24/+28