aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* tgsi/scan: turn a huge if-else-if.. chain into a switch statementMarek Olšák2016-11-081-14/+30
* tgsi/scan: fix images_buffers regressionMarek Olšák2016-11-081-3/+2
* gallivm: fix [IU]MUL_HI regressionNicolai Hähnle2016-11-083-28/+90
* draw: use vectorized calculations for fetchRoland Scheidegger2016-11-082-159/+282
* gallivm: introduce 32x32->64bit lp_build_mul_32_lohi functionRoland Scheidegger2016-11-083-38/+172
* nvc0: simplify draw parameters upload for vertex shadersSamuel Pitoiset2016-11-071-8/+6
* gallium/hud: protect against and initialization raceSteven Toth2016-11-074-8/+41
* gallium/hud: close a previously opened handleSteven Toth2016-11-073-1/+6
* gallium/hud: fix a problem where objects are free'd while in use.Steven Toth2016-11-074-55/+0
* clover: Add CL_PROGRAM_BINARY_TYPE support (CL1.2).Serge Martin2016-11-0610-11/+35
* clover: add missing clGetDeviceInfo CL1.2 queriesSerge Martin2016-11-063-0/+35
* nvc0: get rid of NVE4_COMPUTE_MP_PM_{A,B}_SIGSEL_XXXSamuel Pitoiset2016-11-051-56/+56
* gm107/ir: emit RED instead of ATOM when no dstSamuel Pitoiset2016-11-051-1/+28
* android: amd/common: add support for libmesa_amd_commonMauro Rossi2016-11-051-1/+1
* winsys/radeon: don't call surface_best for FMASKMarek Olšák2016-11-051-1/+1
* vc4: Use Newton-Raphson on the 1/W write to fix glmark2 terrain.Eric Anholt2016-11-041-1/+1
* vc4: Make sure that vertex shader texture2D() calls use LOD 0.Eric Anholt2016-11-041-0/+10
* radeonsi: fix vertex fetches for 2_10_10_10 formatsNicolai Hähnle2016-11-045-6/+78
* Revert "st/vdpau: use linear layout for output surfaces"Dave Airlie2016-11-041-1/+1
* radeonsi: fix an assertion failure in si_decompress_sampler_color_texturesMarek Olšák2016-11-041-1/+3
* radeonsi: enable GLSL 4.50Nicolai Hähnle2016-11-041-1/+1
* gallium/radeon: Multiply bpe by nsamples in surf_winsys_to_drmMichel Dänzer2016-11-041-2/+5
* gallium/radeon: Use flags parameter in radeon_winsys_surface_initMichel Dänzer2016-11-041-1/+1
* gallium/radeon: Only convert stencil info if RADEON_SURF_SBUFFER is setMichel Dänzer2016-11-041-10/+21
* gallium/radeon: Only loop up to last_level for drm<->winsys conversionMichel Dänzer2016-11-041-2/+2
* vc4: Add miptree/texture state support for ETC1 compressed textures.Eric Anholt2016-11-035-1/+33
* vc4: Fix use of undefined values since the ralloc zeroing changes.Eric Anholt2016-11-031-6/+11
* draw: fix undefined input handling some more...Roland Scheidegger2016-11-041-50/+54
* gallium/hud: call fflush() after printing error messagesBrian Paul2016-11-031-1/+9
* svga: move svga_mark_surfaces_dirty() prototype to svga_surface.hBrian Paul2016-11-033-10/+4
* svga: whitespace / formatting clean-up in svga_context.cBrian Paul2016-11-031-28/+34
* svga: collect stats for time spent in svga_context_finish()Brian Paul2016-11-031-0/+4
* svga: invalidate new surface before it is bound to a render target viewCharmaine Lee2016-11-036-3/+42
* Revert "svga: use untyped surface formats in most cases"Charmaine Lee2016-11-031-7/+4
* svga: allow quad blit for more formatsCharmaine Lee2016-11-031-1/+136
* svga: create BGRX render target view for BGRX_UNORM surfaceCharmaine Lee2016-11-031-1/+2
* svga: add a helper function to check for typeless formatCharmaine Lee2016-11-032-0/+34
* svga: add SVGA_NEW_FRAME_BUFFER to svga_hw_tss_binding state atomBrian Paul2016-11-031-0/+1
* svga: allow copy_region if sample counts matchCharmaine Lee2016-11-031-4/+10
* svga: set rendered-to flag after updating the texture using PredCopyRegionCharmaine Lee2016-11-031-0/+4
* svga: add can_use_upload flagCharmaine Lee2016-11-032-31/+37
* svga: fix texture upload path conditionCharmaine Lee2016-11-031-30/+60
* svga: set rendered_to flag with texture uploaded using TransferFromBuffer com...Charmaine Lee2016-11-031-0/+4
* svga: Add render_condition boolean flag in struct svga_contextNeha Bhende2016-11-033-1/+6
* svga: Allow DXPredCopyRegion for depth_and_stencil formats.Neha Bhende2016-11-031-4/+5
* svga: fix memory leak in svga_clear_texture()Neha Bhende2016-11-031-2/+7
* svga: Implement the pipe clear_render_target functionality v2Thomas Hellstrom2016-11-034-1/+138
* svga: add SVGA_3D_CMD_INVALIDATE_GB_SURFACE supportCharmaine Lee2016-11-032-0/+22
* pipe-loader: add libamd_common for radeonsiNicolai Hähnle2016-11-031-0/+1
* radeonsi: generate GS prolog to (partially) fix triangle strip adjacency rota...Nicolai Hähnle2016-11-036-4/+149