summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* loader: fix memory leak in loader_dri3_openJan Ziak2016-08-031-0/+1
* vc4: Fix a leak of the src[] array of VPM reads in optimization.Eric Anholt2016-08-031-4/+5
* vc4: Fix leak of the bo_handles table.Eric Anholt2016-08-031-0/+1
* vc4: Fix handling of UBO range offsets.Eric Anholt2016-08-031-2/+3
* nir: Allow opt_peephole_select to work on empty blocks.Eric Anholt2016-08-031-7/+0
* vc4: Dump NIR at shader state creation time as well.Eric Anholt2016-08-031-0/+8
* r600g: use last_gfx_fence like radeonsiMarek Olšák2016-08-031-3/+12
* gallium/radeon: move last_gfx_fence from radeonsi to common codeMarek Olšák2016-08-035-7/+7
* radeonsi: skip unnecessary si_update_shaders callsMarek Olšák2016-08-034-7/+27
* radeonsi: print the command line to VM fault reports (v2)Marek Olšák2016-08-031-0/+3
* ddebug: print the command line to all logs (v2)Marek Olšák2016-08-031-0/+4
* ddebug: don't use fmemopen on non-Linux OSMarek Olšák2016-08-031-0/+5
* radeonsi: don't set the last parameter component of llvm.AMDGPU.cubeMarek Olšák2016-08-031-2/+8
* radeonsi: use llvm.amdgcn.cube* if availableMarek Olšák2016-08-031-4/+28
* radeonsi: use llvm.amdgcn.rsq.f64 if availableMarek Olšák2016-08-031-1/+2
* radeonsi: use v_mad_f32 for fmaMarek Olšák2016-08-031-2/+2
* i965: use mt->offset in intel_miptree_map_movntdqa()Haixia Shi2016-08-031-0/+3
* nir: fix validation messageTimothy Arceri2016-08-031-2/+2
* swr: build swr with -fno-strict-aliasingTim Rowley2016-08-021-0/+1
* ast: Updated AST_NUM_OPERATORS for coherence with ast_operatorsAndres Gomez2016-08-022-9/+10
* i965: Disable the unlit centroid workaround on Gen7.Matt Turner2016-08-021-3/+0
* gallium/util: fix align64Marek Olšák2016-08-011-1/+1
* i915: Avoid aliasing violation.Matt Turner2016-08-011-1/+3
* draw: Avoid aliasing violations.Matt Turner2016-08-012-3/+6
* r600g: Avoid aliasing violations.Matt Turner2016-08-012-13/+9
* r300g: Avoid aliasing violation.Matt Turner2016-08-011-1/+2
* gallium/auxiliary: Add u_bitcast.h header.Matt Turner2016-08-012-0/+58
* glsl_to_tgsi: Avoid aliasing violations.Matt Turner2016-08-011-4/+2
* st/mesa: silence missing braces warning in st_program.cBrian Paul2016-08-011-1/+1
* auxiliary/os: add new os_get_command_line() functionBrian Paul2016-08-012-0/+52
* svga: avoid redundant SetVertexBuffer/SetIndexBuffer commands at rebindCharmaine Lee2016-08-011-16/+19
* u_vbuf: fix potentially bogus assertRob Clark2016-08-011-2/+4
* gbm: Removed unused function.Ben Widawsky2016-08-012-29/+0
* i965: fix comparison warningTimothy Arceri2016-08-011-1/+1
* vc4: Zero-initialize the hardware sampler view structure.Eric Anholt2016-07-311-1/+1
* mesa: Remove set but not used gl_client_array::Stride.Mathias Fröhlich2016-07-318-9/+1
* mesa: Remove set but not used gl_client_array::Enabled.Mathias Fröhlich2016-07-318-10/+2
* vbo: Use the VAO array enabled flags in vbo_exec_array.Mathias Fröhlich2016-07-311-7/+8
* vbo: Walk the VAO in check_array_data.Mathias Fröhlich2016-07-311-20/+29
* vbo: Walk the VAO in print_draw_arrays.Mathias Fröhlich2016-07-311-20/+20
* mesa: Walk the VAO in _mesa_print_arrays.Mathias Fröhlich2016-07-311-32/+20
* vbo: Walk the VAO to check for mapped buffers.Mathias Fröhlich2016-07-311-10/+23
* vbo: Walk the VAO to see if all varyings are in vbos.Mathias Fröhlich2016-07-311-2/+2
* mesa: Implement _mesa_all_varyings_in_vbos.Mathias Fröhlich2016-07-312-0/+39
* mesa: Unbind deleted vbo using _mesa_bind_vertex_buffer.Mathias Fröhlich2016-07-311-4/+7
* glsl: be more strict on block qualifiersTimothy Arceri2016-07-311-11/+73
* glsl: add name param to validate_flags()Timothy Arceri2016-07-313-10/+9
* glsl: add component to ast_type_qualifier::validate_flagsTimothy Arceri2016-07-311-1/+2
* anv: Perform rasterizer discard in the SOL stage instead of the clipper.Kenneth Graunke2016-07-304-3/+12
* Revert "gallium/util: fix resource leak"Roland Scheidegger2016-07-301-2/+0