summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* nir/locals_to_regs: Hanadle indirect accesses of length-1 arraysJason Ekstrand2015-04-221-0/+8
* nir/locals_to_regs: Initialize registers with constant initializersJason Ekstrand2015-04-221-0/+103
* nir/locals_to_regs: Pass around the nir_shader rather than a void * mem_ctxJason Ekstrand2015-04-221-13/+13
* nir: Add a simple growing array data structureJason Ekstrand2015-04-221-0/+96
* nir/types: Make glsl_get_length smarterJason Ekstrand2015-04-224-55/+8
* nir: Move get_const_initializer_load from vars_to_ssa to NIR coreJason Ekstrand2015-04-223-62/+65
* nir/lower_vars_to_ssa: Pass around the nir_shader instead of a void mem_ctxJason Ekstrand2015-04-221-14/+14
* i965/nir: Use the correct offsets when handling register indirectsJason Ekstrand2015-04-221-27/+27
* nir/print: Print the closing paren on load_const instructionsJason Ekstrand2015-04-221-0/+2
* nir/tex: Use the correct return size for query_levels and lodJason Ekstrand2015-04-221-1/+4
* nir: Refactor tex_instr_dest_size to use a switch statementJason Ekstrand2015-04-221-5/+8
* nir/lower_vars_to_ssa: Actually look for indirects when determining aliasingJason Ekstrand2015-04-221-0/+4
* st/mesa: add ARB_texture_stencil8 support (v4)Dave Airlie2015-04-234-16/+22
* mesa: finish implementing ARB_texture_stencil8 (v5)Dave Airlie2015-04-234-5/+58