summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* meson: build getopt when using msvcDylan Baker2019-09-102-0/+34
* glapi: export glapi_destroy_multithread when building shared-glapi on windowsDylan Baker2019-09-102-1/+2
* meson: don't build glapi_static_check_table on windowsDylan Baker2019-09-101-1/+3
* meson: don't try to generate i18n translations on windowsDylan Baker2019-09-101-2/+4
* glsl/tests: Handle windows \r\n new linesDylan Baker2019-09-101-1/+1
* iris: Fix constant buffer sizes for non-UBOsKenneth Graunke2019-09-101-3/+4
* radv/gfx10: declare a LDS symbol for the NGG emit spaceSamuel Pitoiset2019-09-103-32/+19
* radv: calculate GFX9 GS and GFX10 NGG states before compiling shader variantsSamuel Pitoiset2019-09-101-35/+48
* radv: store the ESGS ring size as part of gfx10_ngg_infoSamuel Pitoiset2019-09-102-1/+3
* radv: store GFX10 NGG state as part of the shader infoSamuel Pitoiset2019-09-102-44/+46
* radv: store GFX9 GS state as part of the shader infoSamuel Pitoiset2019-09-102-31/+33
* radv: fill shader info for all stages in the pipelineSamuel Pitoiset2019-09-104-20/+130
* radv: do not pass all compiler options to the shader info passSamuel Pitoiset2019-09-103-28/+33
* radeonsi: remove redundant si_texture offset and size fieldsMarek Olšák2019-09-097-123/+106
* radeonsi: move texture storage allocation outside of radeonsiMarek Olšák2019-09-094-51/+97
* radeonsi: move HTILE allocation outside of radeonsiMarek Olšák2019-09-094-91/+93
* radeonsi: handle NO_DCC earlyMarek Olšák2019-09-091-5/+7
* ac/surface: add RADEON_SURF_NO_FMASKMarek Olšák2019-09-094-12/+14
* r300,r600,radeonsi: set winsys_handle::stride,offset in drivers, not winsysesMarek Olšák2019-09-096-20/+12
* r300,r600,radeonsi: read winsys_handle::stride,offset in drivers, not winsysesMarek Olšák2019-09-096-47/+20
* radeonsi/gfx10: fix wave occupancy computationsMarek Olšák2019-09-094-21/+49
* radeonsi: only support at most 1024 threads per blockMarek Olšák2019-09-091-8/+2
* radeonsi: disable DCC when importing a texture from an incompatible driverMarek Olšák2019-09-091-4/+12
* radeonsi/gfx10: don't call gfx10_destroy_query with compute-only contextsMarek Olšák2019-09-091-1/+1
* radeonsi/gfx10: use fma for TGSI_OPCODE_FMAMarek Olšák2019-09-093-5/+16
* ac: use fma on gfx10Marek Olšák2019-09-092-1/+9
* ac: enable LLVM atomic optimizationsMarek Olšák2019-09-091-1/+9
* virgl: Fix pipe_resource leaks under multi-sample.Lepton Wu2019-09-101-1/+3
* iris: Avoid flushing for cache history on transfer range flushesKenneth Graunke2019-09-092-2/+13
* iris: Optimize out redundant sampler state bindsKenneth Graunke2019-09-091-2/+8
* iris: Add support for the always_flush_cache=true debug option.Kenneth Graunke2019-09-097-0/+39
* mesa: Eliminate gl_config::rgbModeAdam Jackson2019-09-098-68/+31
* mesa: Eliminate gl_config::have{Accum,Depth,Stencil}BufferAdam Jackson2019-09-0913-46/+18
* mesa: Remove unused gl_config::indexBitsAdam Jackson2019-09-095-7/+1
* gallium/xlib: Fix an obvious thinkoAdam Jackson2019-09-091-1/+1
* iris: Ignore line stipple information if it's disabledKenneth Graunke2019-09-091-3/+5
* lima/ppir: drop fge/flt/feq/fne optionsVasily Khoruzhick2019-09-091-4/+0
* lima: run opt_algebraic between int_to_float and boot_to_float for vsVasily Khoruzhick2019-09-091-4/+5
* lima/gpir: fix warning in gpir disassemblerVasily Khoruzhick2019-09-091-1/+1
* lima/gpir: lower fceilVasily Khoruzhick2019-09-091-0/+1
* lima/gpir: Disallow moves for schedule_first nodesConnor Abbott2019-09-091-1/+5
* lima/gpir: Fix fake dep handling for schedule_first nodesConnor Abbott2019-09-092-10/+30
* lima/gpir: Fix schedule_first insertion logicConnor Abbott2019-09-091-2/+3
* lima/gpir: Ignore unscheduled successors in can_use_complex()Connor Abbott2019-09-091-1/+2
* lima/gpir: Do all lowerings before rschedConnor Abbott2019-09-093-23/+2
* android: anv: libmesa_vulkan_common: add libmesa_util static dependencyMauro Rossi2019-09-081-1/+2
* panfrost: Rename pan_bo_cache.c into pan_bo.cBoris Brezillon2019-09-082-1/+1
* panfrost: Get rid of the now unused SLAB allocatorBoris Brezillon2019-09-083-47/+0
* panfrost: Get rid of unused panfrost_context fieldsBoris Brezillon2019-09-081-4/+0
* panfrost: Convert ctx->{scratchpad, tiler_heap, tiler_dummy} to plain BOsBoris Brezillon2019-09-083-18/+21