summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* mesa: fix query of GL_TEXTURE_COMPRESSION_HINT_ARBBaldur Karlsson2018-02-011-1/+1
* renderonly: fix dumb BO allocation for non 32bpp formatsLucas Stach2018-02-011-1/+2
* intel/decoder: Fix control / evaluation label mixup.Kenneth Graunke2018-02-011-2/+2
* i965: Bump official kernel requirement to Linux v3.9.Kenneth Graunke2018-02-011-2/+2
* meson: don't install windows headers on non-windows platformsMarc Dietrich2018-02-011-1/+3
* radeonsi: use ac_build_buffer_load_format for image buffer loadsMarek Olšák2018-02-011-4/+10
* ac/nir: use ac_build_buffer_load_format for image buffer loadsMarek Olšák2018-02-011-8/+13
* ac: add glc parameter to ac_build_buffer_load_formatMarek Olšák2018-02-015-5/+7
* radeonsi: load the right number of components for VS inputs and TBOsMarek Olšák2018-02-014-5/+54
* radeonsi: remove unused si_shader_context membersMarek Olšák2018-02-012-11/+0
* glx/apple: locate dispatch table functions to wrap by nameJon Turney2018-02-013-7/+22
* glx/apple: include util/debug.h for env_var_as_boolean prototypeJon Turney2018-02-012-0/+2
* osx: ld doesn't support --build-idJon Turney2018-02-012-1/+14
* configure: Default to gbm=no on osxJon Turney2018-02-011-2/+2
* mesa: remove usage of alloca in externalobjects.c v4Andres Rodriguez2018-02-011-12/+48
* radv: do not insert shaders in cache when it's disabledSamuel Pitoiset2018-02-011-5/+24
* radv: use separate bindings for graphics and compute descriptorsSamuel Pitoiset2018-02-013-53/+125
* radv: store the bind point when creating descriptors with templatesSamuel Pitoiset2018-02-012-0/+2
* r600/eg: make sure we allow vpm bit on other CF ops.Dave Airlie2018-02-011-0/+1
* gallium/st/clover: remove unused PIPE_SHADER_IR_LLVMTimothy Arceri2018-02-017-19/+5
* r600/sb: just add some missing debug bitsDave Airlie2018-02-011-0/+15
* r600: fix buffer resinfo opcode translation.Dave Airlie2018-02-012-2/+2
* st/glsl_to_nir: add more nir opts to st_nir_opts()Timothy Arceri2018-02-011-16/+20
* i965: perform 2 uploads with dual slot *64*PASSTHRU formats on gen<8Andres Gomez2018-01-311-5/+27
* i965: Make texture validation code use texture objects, not units.Kenneth Graunke2018-01-312-16/+17
* i965: Pass tObj into intel_update_max_level instead of intel_obj.Kenneth Graunke2018-01-311-3/+3
* i965: Delete more misleading comments.Kenneth Graunke2018-01-311-3/+0
* docs/features: mark EXT_semaphore(_fd) as DONE v2Andres Rodriguez2018-01-312-3/+4
* st/mesa: whitespace, formatting fixes in st_glsl_to_tgsi.cppBrian Paul2018-01-311-104/+169
* st/mesa: s/int/GLenum/ in st_glsl_to_tgsi.cppBrian Paul2018-01-311-5/+6
* svga: use opcode local var to simplify some codeBrian Paul2018-01-311-4/+2
* svga: s/unsigned/VGPU10_OPCODE_TYPE/Brian Paul2018-01-311-10/+11
* radv: do not dump meta shader statsSamuel Pitoiset2018-01-312-21/+18
* ac/nir: fix emission of ffract for 64-bitSamuel Pitoiset2018-01-311-7/+16
* meson: dedup gallium-xa logicEric Engestrom2018-01-311-15/+10
* meson: dedup gallium-va logicEric Engestrom2018-01-311-20/+18
* meson: dedup gallium-omx logicEric Engestrom2018-01-311-19/+19
* meson: dedup gallium-xvmc logicEric Engestrom2018-01-311-20/+18
* meson: dedup gallium-vdpau logicEric Engestrom2018-01-311-22/+19
* Revert "mesa: add missing RGB9_E5 format in _mesa_base_fbo_format"Antia Puentes2018-01-311-3/+0
* winsys/radeon: Compute is_displayable in surf_drm_to_winsysMichel Dänzer2018-01-311-0/+3
* radv: remove predication on cache flushesMatthew Nicholls2018-01-314-18/+13
* mesa: fix broken glGet*(GL_POLYGON_MODE) queryBrian Paul2018-01-302-3/+3
* virgl: also remove dimension on indirect.Dave Airlie2018-01-311-1/+0
* radeonsi: remove DBG_PRECOMPILEMarek Olšák2018-01-313-51/+0
* radeonsi: print shader-db stats for main parts, not final binariesMarek Olšák2018-01-313-13/+23
* radeonsi: move max_simd_waves computation into a separate functionMarek Olšák2018-01-312-12/+23
* mesa: fix glGet MAX_VERTEX_ATTRIB queriesMarek Olšák2018-01-311-3/+3
* anv/cmd_buffer: Re-emit the pipeline at every subpassJason Ekstrand2018-01-301-0/+11
* nir: Distribute binary operations with constants into bcselIan Romanick2018-01-301-0/+15