summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* docs: Update 17.1.0 release notesEmil Velikov2017-05-101-1/+142
* st/glsl_to_tgsi: make sure resource file for samplers is PROGRAM_SAMPLERSamuel Pitoiset2017-05-101-9/+9
* radeonsi: silent a compiler warningSamuel Pitoiset2017-05-101-1/+1
* mesa: use u_bit_scan() in update_program_texture_state()Samuel Pitoiset2017-05-101-9/+5
* mesa: remove never used gl_shader_compiler_options::EmitNoFunctionsSamuel Pitoiset2017-05-102-2/+0
* radeonsi: dump compute descriptor listsNicolai Hähnle2017-05-101-0/+10
* radeonsi: dump both enabled and required descriptor slotsNicolai Hähnle2017-05-101-6/+12
* radeonsi: dump compute shader as part of debug dumpNicolai Hähnle2017-05-101-0/+11
* radeonsi: move struct si_compute into a headerNicolai Hähnle2017-05-103-21/+52
* radeonsi: split descriptor list dumpingNicolai Hähnle2017-05-101-16/+21
* radeonsi: split shader dumpingNicolai Hähnle2017-05-101-12/+18
* radeonsi: more const qualifiers in shader dump functionsNicolai Hähnle2017-05-102-12/+12
* ddebug: implement dd_dump_launch_gridNicolai Hähnle2017-05-102-1/+7
* ddebug: extract dd_dump_shaderNicolai Hähnle2017-05-101-74/+82
* gallium/util: dump tokens in util_dump_shader_state only if type is TGSINicolai Hähnle2017-05-101-5/+7
* gallium/util: add util_dump_grid_infoNicolai Hähnle2017-05-102-0/+30
* radv: always free nir shaders from modules on stackGrazvydas Ignotas2017-05-102-8/+4
* anv: don't leak DRM devicesGrazvydas Ignotas2017-05-101-0/+1
* anv: fix possible stack corruptionGrazvydas Ignotas2017-05-101-1/+1
* i965/vec4: Delete the system value infastructureJason Ekstrand2017-05-0911-137/+5
* i965/vec4: Use NIR to do GS input remappingJason Ekstrand2017-05-099-101/+59
* i965/fs: Move remapping of gl_PointSize to the NIR levelJason Ekstrand2017-05-092-26/+21
* i965/nir: Inline remap_inputs_with_vue_mapJason Ekstrand2017-05-091-27/+22
* i965/vec4: Use NIR remapping for VS attributesJason Ekstrand2017-05-096-121/+34
* intel/compiler/vs: Move inputs_read handling to generic codeJason Ekstrand2017-05-093-5/+3
* i965/vec4: Set VERT_BIT_EDGEFLAG based on the VUE mapJason Ekstrand2017-05-092-4/+11
* i965/fs: Lower gl_VertexID and friends to inputs at the NIR levelJason Ekstrand2017-05-094-70/+74
* i965/vs: Set uses_vertexid and friends from brw_compile_vsJason Ekstrand2017-05-093-11/+17
* i965: Move multiply by 4 for VS ATTR setup into the scalar backend.Jason Ekstrand2017-05-092-2/+2
* i965/nir: Inline remap_vs_attrsJason Ekstrand2017-05-091-30/+26
* nir: Embed the shader_info in the nir_shader againJason Ekstrand2017-05-0956-421/+410
* mesa: Make _mesa_primitive_restart_index a static inline in the header.Kenneth Graunke2017-05-092-20/+15
* freedreno: fix clang error in fd_get_compute_paramRob Herring2017-05-091-1/+1
* mesa/vbo: fix invalid min/max indexesRob Clark2017-05-091-6/+16
* intel: compiler: prevent integer overflowLionel Landwerlin2017-05-091-2/+2
* intel: compiler: remove duplicated codeLionel Landwerlin2017-05-091-12/+0
* intel: gen decoder: don't check for size_t negative valuesLionel Landwerlin2017-05-091-1/+1
* bin/*py: honor editorconfig formattingAndres Gomez2017-05-091-2/+2
* bin: use tabs for coding style on *.sh filesAndres Gomez2017-05-091-2/+1
* android: i965: add per-gen libmesa_i965_gen{4,45,5} staticMauro Rossi2017-05-091-0/+66
* swr: fix polygonmode for front==backGeorge Kyriazis2017-05-082-1/+27
* swr/rast: support polygonmode pointGeorge Kyriazis2017-05-081-52/+116
* util: move ALWAYS_INLINE macro to util/macro.hTimothy Arceri2017-05-092-11/+11
* swr: move msaa resolve to generalized StoreTileBruce Cherniak2017-05-083-80/+82
* glsl: Don't allow redefining builtin functions on GLSL 1.00.Eric Anholt2017-05-081-2/+13
* glsl: Restrict func redeclarations (not just redefinitions) on GLSL 1.00.Eric Anholt2017-05-081-0/+10
* glsl: Ban #undefining __LINE__ and friends on GLES2.Eric Anholt2017-05-081-5/+2
* glsl: Restrict functions to not return arrays or SOAs in GLSL 1.00.Eric Anholt2017-05-083-0/+31
* nir: fix (hopefully) windows buildRob Clark2017-05-082-4/+4
* radeonsi: rename si_eliminate_const_vs_outputs -> si_optimize_vs_outputsMarek Olšák2017-05-081-2/+2