aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* v3d: prefer using nir_src_comp_as_int over nir_src_as_const_valueKarol Herbst2019-04-072-11/+8
* gallium/util: Add const to u_range_intersectKenneth Graunke2019-04-071-1/+2
* gallium/hud: add CPU usage support for FreeBSDGreg V2019-04-071-0/+45
* iris: Silence unused variable warnings in release modeKenneth Graunke2019-04-061-3/+2
* nir/algebraic: Add some logical OR and AND patternsJason Ekstrand2019-04-051-0/+3
* nir/algebraic: Drop some @bool specifiersJason Ekstrand2019-04-051-7/+7
* util: clean the 24-bit unused field to avoid an issuesAndrii Simiklit2019-04-051-3/+3
* nir: Take if_uses into account when repairing SSACaio Marcelo de Oliveira Filho2019-04-051-0/+18
* tegra: fix the build after the set_shader_buffers changeMarek Olšák2019-04-051-1/+1
* gallium/auxiliary/vl: Add barrier/unbind after compute shader launch.James Zhu2019-04-051-0/+13
* gallium/auxiliary/vl: Fixed blank issue with compute shaderJames Zhu2019-04-051-6/+1
* gallium/auxiliary/vl: Fixed blur issue with weave compute shaderJames Zhu2019-04-051-1/+1
* nir: do not pack varying with different typesSamuel Pitoiset2019-04-051-0/+13
* softpipe: Use mag texture filter also for clamped lod == 0Gert Wollny2019-04-051-3/+3
* iris: handle aux properly in iris_resource_get_handleTapani Pälli2019-04-041-0/+8
* v3d: Add some more new packets for V3D 4.x.Eric Anholt2019-04-041-0/+131
* v3d: Don't try to use the TFU blit path if a scissor is enabled.Eric Anholt2019-04-041-1/+2
* v3d: Bump the maximum texture size to 4k for V3D 4.x.Eric Anholt2019-04-045-5/+33
* v3d: Add support for handling OOM signals from the simulator.Eric Anholt2019-04-043-14/+78
* mesa/main: Fix multisample texture initializeIllia Iorin2019-04-051-13/+25
* glsl: Fix input/output structure matching across shader stagesSergii Romantsov2019-04-054-26/+56
* ddebug: add compute functions to help hang detectionDave Airlie2019-04-051-2/+21
* iris: avoid use after free in shader destructionDave Airlie2019-04-051-7/+49
* radeonsi: set exact shader buffer read/write usage in CSMarek Olšák2019-04-046-24/+41
* glsl: remember which SSBOs are not read-only and pass it to galliumMarek Olšák2019-04-044-1/+20
* gallium: add writable_bitmask parameter into set_shader_buffersMarek Olšák2019-04-0419-28/+51
* iris: Fix assert when using vertex attrib without buffer bindingDanylo Piliaiev2019-04-041-1/+2
* iris: move iris_flush_resource so we can call it from get_handleTapani Pälli2019-04-041-15/+15
* iris: Save/restore MI_PREDICATE_RESULT, not MI_PREDICATE_DATA.Kenneth Graunke2019-04-043-8/+8
* util/process: document memory leakEric Engestrom2019-04-041-0/+4
* simplify LLVM version string printingEric Engestrom2019-04-044-33/+15
* gallium/u_dump: util_dump_sampler_view: Dump u.tex.first_levelGuido Günther2019-04-041-1/+1
* gallium: ddebug: Add missing fence related wrappersGuido Günther2019-04-042-0/+37
* st/mesa: Fix GL_MAP_COLOR with glDrawPixels GL_COLOR_INDEXDanylo Piliaiev2019-04-041-2/+32
* gallium/hud: fix rounding error in nic bps computationEric Engestrom2019-04-041-2/+2
* gallium/hud: prevent buffer overflowEric Engestrom2019-04-043-6/+6
* gallium/hud: fix memory leaksEric Engestrom2019-04-043-2/+7
* radeonsi: enable displayable DCC on RavensMarek Olšák2019-04-042-0/+12
* radeonsi: add support for displayable DCC for multi-RB chipsMarek Olšák2019-04-0411-14/+387
* radeonsi: add support for displayable DCC for 1 RB chipsMarek Olšák2019-04-047-7/+113
* radeonsi: add ability to bind images as image buffersMarek Olšák2019-04-042-3/+8
* radeonsi/gfx9: add support for PIPE_ALIGNED=0Marek Olšák2019-04-044-12/+30
* amd/addrlib: fix uninitialized values for Addr2ComputeDccAddrFromCoordMarek Olšák2019-04-041-0/+2
* iris: move variable to the scope where it is being usedTapani Pälli2019-04-041-1/+1
* st/nir: run st_nir_opts after 64bit ops loweringTapani Pälli2019-04-041-1/+1
* panfrost: Size tiled temp buffers correctlyAlyssa Rosenzweig2019-04-043-8/+13
* panfrost: Respect box->width in tiled storesAlyssa Rosenzweig2019-04-043-4/+6
* panfrost: Cleanup some indirection in pan_resourceAlyssa Rosenzweig2019-04-041-24/+21
* panfrost: Implement system valuesAlyssa Rosenzweig2019-04-047-188/+229
* nir: Add "viewport vector" system valuesAlyssa Rosenzweig2019-04-041-0/+5