summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* trace: add all compute related functionsSamuel Pitoiset2016-02-134-0/+164
* tgsi/ureg: add shared variables support for compute shadersSamuel Pitoiset2016-02-137-1/+48
* gallium: add PIPE_SHADER_CAP_SUPPORTED_IRSSamuel Pitoiset2016-02-1312-0/+33
* gallium: add indirect compute parameters to pipe_grid_infoSamuel Pitoiset2016-02-131-0/+12
* gallium: add a new interface for pipe_context::launch_grid()Samuel Pitoiset2016-02-1314-86/+114
* gallium/cso: add support for compute shadersSamuel Pitoiset2016-02-132-0/+34
* st/nine: Implement Managed vertex/index buffersAxel Davy2016-02-125-9/+121
* st/nine: Align stack for entry pointsAxel Davy2016-02-1253-687/+703
* st/nine: Drop path for ureg_NRM and ureg_CLAMPAxel Davy2016-02-121-24/+4
* st/nine: Remove usage of SQRT in ff codeAxel Davy2016-02-121-1/+3
* st/nine: Fix stateblocks crashes with lightsAxel Davy2016-02-121-8/+32
* st/nine: SCRATCH does support all formatsAxel Davy2016-02-129-22/+35
* st/nine: Add format checks to create_zs_or_rt_surfaceAxel Davy2016-02-121-0/+3
* st/nine: Support ATI1/ATI2 for CubeTextureAxel Davy2016-02-123-7/+4
* st/nine: Clean pSharedHandle Texture ctors checksAxel Davy2016-02-123-18/+21
* st/nine: Move texture creation checksAxel Davy2016-02-124-13/+13
* st/nine: Clean useless code in texture9.cAxel Davy2016-02-121-7/+1
* st/nine: Do not set SHARED flag for shared textures.Axel Davy2016-02-121-3/+0
* st/nine: Do not set resource usage for SYSTEMMEMAxel Davy2016-02-123-13/+4
* radeonsi: fix build with LLVM 3.6Marek Olšák2016-02-121-1/+1
* nv50,nvc0: remove unused parameter in nvXX_state_validate()Samuel Pitoiset2016-02-118-14/+10
* include,gallium: Remove pre-MSVC 2013 compatibility.Jose Fonseca2016-02-111-2/+1
* scons: Eliminate MSVC2008 compatibility.Jose Fonseca2016-02-115-5/+5
* configure: Eliminate MSVC2008 compatibility.Jose Fonseca2016-02-114-6/+6
* gallium/radeon: drop support for LLVM 3.5Marek Olšák2016-02-118-185/+10
* radeonsi: obtain commonly used LLVM types only onceMarek Olšák2016-02-111-215/+194
* radeonsi: cleanup shader codegenMarek Olšák2016-02-111-425/+425
* radeonsi: fix a crash when binding a sampler bufferMarek Olšák2016-02-111-1/+2
* nir: Remove the const_offset from nir_tex_instrJason Ekstrand2016-02-101-15/+0
* radeonsi: don't emit unnecessary NULL exports for unbound targets (v3)Marek Olšák2016-02-101-26/+68
* radeon/uvd: silence a warningMarek Olšák2016-02-101-0/+3
* r300g: silence warningsMarek Olšák2016-02-101-2/+0
* radeonsi: put image, fmask, and sampler descriptors into one arrayMarek Olšák2016-02-106-116/+138
* winsys/radeon: fix the num_tile_pipes comment to silence warningsMarek Olšák2016-02-101-3/+3
* winsys/radeon: better explain the num_tile_pipes fixup for TAHITI (v2)Alexandre Demers2016-02-101-2/+4
* freedreno/ir3: Get rid of nested functionsBernhard Rosenkränzer2016-02-101-15/+15
* nir: Separate texture from sampler in nir_tex_instrJason Ekstrand2016-02-091-0/+1
* nir/tex_instr: Rename sampler to textureJason Ekstrand2016-02-094-12/+12
* freedreno/ir3: use const_index helpersRob Clark2016-02-091-3/+7
* ttn: use const_index helpersRob Clark2016-02-091-5/+5
* ttn: small logic cleanupRob Clark2016-02-091-1/+1
* radeonsi: enable denorms for 64-bit and 16-bit floatsMarek Olšák2016-02-093-6/+29
* gallium: pass the robust buffer access context flag to driversMarek Olšák2016-02-091-0/+6
* gallium/radeon: add a function for adding llvm function attributesMarek Olšák2016-02-092-4/+10
* radeonsi: compile geometry shaders immediatelyMarek Olšák2016-02-091-1/+2
* radeonsi: split out code for deleting si_shaderMarek Olšák2016-02-091-29/+36
* radeonsi: move code writing tess factors into a separate functionMarek Olšák2016-02-091-9/+21
* radeonsi: make LLVM IR dumping less messyMarek Olšák2016-02-093-9/+15
* radeonsi: move a few r600_can_dump_shader calls to where they're neededMarek Olšák2016-02-091-5/+5
* radeonsi: remove useless code that handles dx10_clamp_modeMarek Olšák2016-02-093-14/+6