summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* vc4: Remove a stale comment.Eric Anholt2017-07-121-4/+0
* svga: whitespace, formatting fixes in svga_swtnl_backend.cBrian Paul2017-07-121-34/+45
* svga: whitespace, formatting fixes in svga_swtnl_draw.cBrian Paul2017-07-121-9/+9
* svga: whitespace, formatting fixes in svga_swtnl_state.cBrian Paul2017-07-121-19/+19
* svga: move comment, declaration in svga_init_shader_key_common()Brian Paul2017-07-121-6/+5
* draw: whitespace, formatting fixes in draw_vs_exec.cBrian Paul2017-07-121-47/+43
* draw: s/unsigned/enum tgsi_semantic/Brian Paul2017-07-122-3/+3
* svga: fix texture swizzle writemaskingBrian Paul2017-07-111-0/+2
* swr: build driver proper separate from rasterizerTim Rowley2017-07-115-39/+36
* swr: switch to using SwrGetInterface api tableTim Rowley2017-07-1110-65/+72
* swr/rast: make SWR_VISIBLE attribute work for windowsGeorge Kyriazis2017-07-111-1/+1
* svga: s/unsigned/enum tgsi_texture_type/Brian Paul2017-07-111-3/+4
* svga: s/unsigned/enum tgsi_swizzleBrian Paul2017-07-111-4/+4
* svga: s/unsigned/enum tgsi_interpolate_mode/Brian Paul2017-07-111-1/+2
* svga: s/unsigned/enum tgsi_file_type/Brian Paul2017-07-111-7/+7
* svga: s/unsigned/enum tgsi_semantic/Brian Paul2017-07-114-8/+10
* gallium: use "ull" number suffix to keep the QtCreator parser happyMarek Olšák2017-07-108-35/+35
* svga: fix PIPE_CAP_MAX_TEXTURE_BUFFER_SIZE valueBrian Paul2017-07-101-1/+4
* svga: fix breakage in create_backed_surface_view()Brian Paul2017-07-101-4/+3
* a5xx: fix condition for updating *_FS_OUTPUT_CNTLIlia Mirkin2017-07-091-1/+1
* radv: add support for using addrlib max alignment.Dave Airlie2017-07-091-1/+1
* a5xx: remove no-longer-accurate border color layout commentIlia Mirkin2017-07-081-32/+1
* a5xx: fix border color for depth formatsIlia Mirkin2017-07-081-1/+5
* a5xx: add border color clamping, add packed border color formatsIlia Mirkin2017-07-081-11/+59
* a5xx: fix border colors for swizzled texture formatsIlia Mirkin2017-07-081-14/+14
* a5xx: fix integer texture border colorsIlia Mirkin2017-07-081-4/+2
* a5xx: fix primitive restartIlia Mirkin2017-07-082-12/+23
* draw: handle more TGSI_SEMANTIC_COLOR indicesRoland Scheidegger2017-07-083-10/+27
* svga: adjust line subpixel position for HWv8Brian Paul2017-07-071-1/+1
* etnaviv: fix refcnt initialization in etna_screenAleksander Morgado2017-07-071-0/+1
* a5xx: add support for rendering to RGB10A2_UNORM formatsIlia Mirkin2017-07-071-3/+3
* a5xx: set uint/sint bits for mrt output registerIlia Mirkin2017-07-072-2/+8
* a5xx: add backface stencil emissionIlia Mirkin2017-07-074-9/+27
* radeonsi: fix invalidating bindless buffer descriptorsSamuel Pitoiset2017-07-071-2/+2
* st/wgl: Implement wglUseFontBitmaps.Olivier Lauffenburger2017-07-061-16/+49
* st/wgl: improve selection of pixel formatOlivier Lauffenburger2017-07-061-7/+29
* swr/rast: Correctly allocate SWR_STATS memory as cacheline alignedTim Rowley2017-07-062-5/+5
* swr/rast: remove unused variablesTim Rowley2017-07-062-4/+0
* swr/rast: don't use _mm256_fmsub_ps in AVX codeTim Rowley2017-07-061-1/+5
* swr/rast: _mm*_undefined_* implementations for gcc<4.9Tim Rowley2017-07-061-0/+6
* etnaviv: don't dereference etna_resource pointer if allocation failsAleksander Morgado2017-07-061-3/+7
* Android: generate symlinks for all enabled gallium driversMauro Rossi2017-07-052-1/+2
* android: build imx-drm winsysTomeu Vizoso2017-07-052-0/+41
* android: add etnaviv driver build supportRob Herring2017-07-053-0/+75
* tgsi_from_mesa: add tgsi_get_gl_frag_result_semanticNicolai Hähnle2017-07-052-0/+40
* tgsi_from_mesa: add pipe_shader_type_from_mesaNicolai Hähnle2017-07-051-0/+23
* tgsi,st/mesa: move varying slot to semantic mapping into a helper for VSNicolai Hähnle2017-07-053-0/+195
* ddebug: handle some cases of non-TGSI shadersNicolai Hähnle2017-07-053-6/+28
* gallium/radeon: fix VDPAU breakage, need VRAM with WCMarek Olšák2017-07-051-1/+2
* a5xx: enable polygon offset clampsIlia Mirkin2017-07-041-1/+3