summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* radv: fix a GPU hang with RADV_DEBUG=syncshadersSamuel Pitoiset2018-01-261-8/+7
* ac/shader: scan if fragment shaders write memorySamuel Pitoiset2018-01-265-16/+39
* ac/nir: only canonicalize 32-bit float min/max outputs on pre-GFX9Samuel Pitoiset2018-01-261-2/+8
* anv/pipeline: Don't look at blend state unless we have an attachmentJason Ekstrand2018-01-261-3/+3
* anv_icd.py: improve reproducible buildsMaxin B. John2018-01-261-1/+1
* nouveau: Remove no-op nvgl_logicop_func functionIan Romanick2018-01-263-43/+2
* i915: Silence unused parameter warningsIan Romanick2018-01-261-10/+11
* i915: Make intelEmitCopyBlit staticIan Romanick2018-01-263-167/+149
* i965: Make intelEmitCopyBlit staticIan Romanick2018-01-262-215/+199
* i915: Use enum color_logic_ops for blitsIan Romanick2018-01-2610-40/+22
* i965: Use enum color_logic_ops for blitsIan Romanick2018-01-268-37/+20
* mesa: Pass the translated color logic op dd_function_table::LogicOpcodeIan Romanick2018-01-2611-83/+18
* st/mesa: Use the translated color logic op from the contextIan Romanick2018-01-261-47/+1
* i965: Use the translated color logic op from the contextIan Romanick2018-01-263-44/+1
* mesa: Also track a remapped version of the color logic opIan Romanick2018-01-262-0/+58
* radeonsi: Export signalled sync file instead of -1.Bas Nieuwenhuizen2018-01-263-0/+29
* i965/fs: Reset the register file to VGRF in lower_integer_multiplicationJason Ekstrand2018-01-251-5/+10
* vulkan: Update the XML and headers to 1.0.68Jason Ekstrand2018-01-252-15/+130
* radv: don't enable tc compat for d32s8 + 4/8 samples (v1.1)Dave Airlie2018-01-261-1/+2
* configure.ac: add missing llvm dependencies to .pc filesChuck Atkins2018-01-251-0/+12
* swr/rast: Optimize DumpToFile output sizeGeorge Kyriazis2018-01-251-2/+1
* swr/rast: Updated copyright datesGeorge Kyriazis2018-01-253-3/+3
* swr/rast: Move memory-related JIT functionsGeorge Kyriazis2018-01-257-818/+894
* swr/rast: Add extra (optional) parameter in GATHERPSGeorge Kyriazis2018-01-254-5/+10
* swr/rast: Better ExecCmd (i.e. system()) implmentationGeorge Kyriazis2018-01-253-34/+169
* swr/rast: Support USE_SIMD16_FRONTEND=0 for EarlyRastGeorge Kyriazis2018-01-251-33/+33
* mesa: whitespace fixes in attrib.cBrian Paul2018-01-251-78/+77
* mesa: whitespace fixes in varray.hBrian Paul2018-01-251-26/+29
* mesa: include mtypes.h in varray.hBrian Paul2018-01-251-3/+1
* mesa: s/gl_vertex_attrib_array/gl_array_attributes/ in commentsBrian Paul2018-01-253-3/+3
* mesa: simplify _mesa_delete_list() a bit, add some assertionsBrian Paul2018-01-251-28/+11
* st/mesa: expand glDrawPixels cache to handle multiple imagesBrian Paul2018-01-253-68/+153
* st/mesa: add some debug code in st_choose_format()Brian Paul2018-01-251-5/+18
* svga: s/Bool/SVGA3dBool/ in SVGA3dDevCapResultBrian Paul2018-01-251-3/+3
* configure.ac: correct driglx-direct help textEmil Velikov2018-01-251-1/+1
* swrast: remove non-applicable GLX_SWAP_COPY_OML commentEmil Velikov2018-01-251-3/+0
* mapi: remove duplicate GL typedefsEmil Velikov2018-01-251-7/+0
* mapi: remove non applicable HAVE_DIX_CONFIG_H hunkEmil Velikov2018-01-251-6/+0
* mapi: autotools: remove unused MAPI_FILES file listEmil Velikov2018-01-251-11/+0
* automake: st/mesa/tests: add st_tests_common.h to the tarballEmil Velikov2018-01-251-1/+2
* automake: mesa: include vbo_private.h in the tarballEmil Velikov2018-01-251-0/+1
* automake: small cleanup after the meson.build inclusionEmil Velikov2018-01-254-5/+4
* automake: anv: ship anv_extensions_gen.py in the tarballEmil Velikov2018-01-251-0/+1
* automake: vc5: remove non-applicable v3dx_simulator.hEmil Velikov2018-01-251-1/+0
* gallivm: fix crash with seamless cube filtering with different min/mag filterRoland Scheidegger2018-01-251-17/+21
* egl: keep extension list sorted, per comment at the topEric Engestrom2018-01-251-1/+1
* swr/rast: support llvm 3.9 type declarationsGeorge Kyriazis2018-01-251-0/+14
* ac/nir: add break statements in needs_view_index_sgpr()Samuel Pitoiset2018-01-251-0/+2
* loader: let compiler figure out the length of the stringEric Engestrom2018-01-251-2/+1
* meson: simplify dri3 logicEric Engestrom2018-01-251-8/+2