summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-08-02Update version to 18.2.0-rc1mesa-18.2.0-rc1Andres Gomez1-1/+1
2018-08-02mesa: replace binary constants with hexadecimal constants18.2-branchpointAndres Gomez1-58/+58
2018-08-02ddebug: use util_snprintf() in dd_get_debug_filename_and_mkdirAndres Gomez1-3/+4
2018-08-02kutil/queue: use util_snprintf() in util_queue_initAndres Gomez1-3/+3
2018-08-02gallium/aux/util: use util_snprintf() in test_texture_barrierAndres Gomez1-2/+2
2018-08-02glsl: use util_snprintf()Andres Gomez6-27/+34
2018-08-01intel/compiler: Add brw_get_compiler_config_value for disk cacheJordan Justen4-2/+43
2018-08-01i965: Disable shader cache with INTEL_DEBUG=shader_timeJordan Justen2-2/+8
2018-08-02glsl: make a copy of array indices that are used to deref a function out paramTimothy Arceri1-0/+54
2018-08-01anv/pipeline: Add populate_tcs/tes_key helpersJason Ekstrand1-3/+25
2018-08-01anv/pipeline: Rework the parameters to populate_wm_prog_keyJason Ekstrand1-22/+24
2018-08-01anv/pipeline: More aggressively optimize away color attachmentsJason Ekstrand2-5/+14
2018-08-01anv: Restrict the number of color regions to those actually writtenJason Ekstrand1-0/+5
2018-08-01anv/pipeline: Fix up deref modes if we delete a FS outputJason Ekstrand1-0/+5
2018-08-01nir/lower_indirect: Bail early if modes == 0Jason Ekstrand1-0/+3
2018-08-01intel/nir: Call nir_lower_io_to_scalar_earlyJason Ekstrand1-5/+12
2018-08-01intel/nir: Split IO arrays into elementsJason Ekstrand1-0/+4
2018-08-01i965/fs: Flag all slots of a flat input as flatJason Ekstrand1-6/+9
2018-08-01intel/nir: Use the correct scalar stage for consumers when linkingJason Ekstrand1-1/+1
2018-08-02docs: update 18.2.0 release notes for virglDave Airlie1-1/+2
2018-08-01nir/meson: fix c vs cpp args for nir testDylan Baker1-1/+1
2018-08-01gallium: fix ddebug on windowsDylan Baker1-1/+5
2018-08-01util: move process.[ch] to u_process.[ch]Dylan Baker7-8/+8
2018-08-01ac,radeonsi: reduce optimizations for complex compute shaders on older APUs (v2)Marek Olšák6-13/+68
2018-08-01v3d: Actually put the "%s" in the snprintf.Eric Anholt1-1/+1
2018-08-01vc4: Fix automake linking error.Juan A. Suarez Romero1-0/+9
2018-08-01scons: require scons 2.4 or greaterJuan A. Suarez Romero1-0/+6
2018-08-01travis: install scons from pipJuan A. Suarez Romero1-3/+5
2018-08-01docs: mark ARB_ES3_2_compatibility as done for radeonsiMarek Olšák2-1/+2
2018-08-01intel: tools: aubwrite: split gen[89] from gen10+Lionel Landwerlin5-186/+416
2018-08-01python: Use the unicode_escape codecMathieu Bridon2-2/+2
2018-08-01python: Explicitly add the 'L' suffix on Python 3Mathieu Bridon1-1/+10
2018-08-01python: Explicitly use byte stringsMathieu Bridon1-2/+2
2018-08-01python: Use open(), not file()Mathieu Bridon1-1/+3
2018-08-01python: Open file in binary modeMathieu Bridon1-1/+1
2018-08-01python: Don't abuse hex()Mathieu Bridon1-2/+2
2018-08-01python: Better get character ordinalsMathieu Bridon1-2/+2
2018-08-01loader_dri3: Handle mismatched depth 30 formats for Prime renderoffload.Mario Kleiner2-1/+83
2018-08-01egl/x11: Handle both depth 30 formats for eglCreateImage(). (v4)Mario Kleiner4-9/+48
2018-08-01gbm: Add support for 10bpp BGR formatsDaniel Stone1-0/+8
2018-08-01egl/wayland: Add 10bpc BGR configsDaniel Stone1-0/+12
2018-08-01intel/compiler: implement 8-bit constant loadIago Toral Quiroga1-0/+5
2018-08-01intel/compiler: add setup_imm_(u)b helpersIago Toral Quiroga2-0/+22
2018-08-01glsl: fix function inlining with opaque parametersRhys Perry1-8/+44
2018-08-01glsl, glsl_to_tgsi: fix sampler/image constantsRhys Perry2-5/+41
2018-08-01glsl: allow ?: operator with images and samplers when bindless is enabledRhys Perry1-3/+5
2018-08-01glsl_to_tgsi: allow bound samplers and images to be used as l-valuesRhys Perry2-1/+55
2018-08-01gallium: add new SAMP2HND and IMG2HND opcodesRhys Perry5-2/+34
2018-08-01docs/features: update virgl GLES 3.1/3.2 statusDave Airlie1-13/+13
2018-08-01docs/features: update virgl GL 4.3 supportDave Airlie1-9/+9