summaryrefslogtreecommitdiffstats
path: root/src/gallium
Commit message (Expand)AuthorAgeFilesLines
* 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
* radeonsi: dump SPI_PS_INPUT values along with shader statsMarek Olšák2016-02-091-0/+7
* radeonsi: read SPI_PS_INPUT_ADDR from LLVM if it returns itMarek Olšák2016-02-093-2/+7
* radeonsi: don't force gl_SampleMaskIn to 1 for smoothingMarek Olšák2016-02-091-7/+4
* radeonsi: split PS input interpolation code into its own functionMarek Olšák2016-02-091-56/+71
* radeonsi: implement forcing per-sample_interpolation using the shader key onlyMarek Olšák2016-02-096-152/+55
* radeonsi: remove si_shader::ps_input_interpolateMarek Olšák2016-02-092-6/+3
* radeonsi: move BCOLOR PS input locations after all other inputsMarek Olšák2016-02-093-29/+50
* radeonsi: move SPI_PS_INPUT_CNTL value computation to a separate functionMarek Olšák2016-02-091-34/+40
* radeonsi: generate a color_two_side variant only if the shader reads colorsMarek Olšák2016-02-091-1/+1
* radeonsi: move si_shader_context initialization into a separate functionMarek Olšák2016-02-091-43/+60
* nv50: add PIPE_QUERY_OCCLUSION_PREDICATE supportIlia Mirkin2016-02-091-0/+6
* nv30: add PIPE_QUERY_OCCLUSION_PREDICATE supportIlia Mirkin2016-02-091-2/+5
* ilo: add PIPE_QUERY_OCCLUSION_PREDICATE supportIlia Mirkin2016-02-093-1/+12
* draw: use util_pstipple_* function for stipple pattern textures and samplersNicolai Hähnle2016-02-093-112/+18
* draw: use util_pstipple_create_fragment_shaderNicolai Hähnle2016-02-091-197/+12
* winsys/radeon: fix a wrong NUM_TILE_PIPES value from the kernelMarek Olšák2016-02-091-0/+6
* tgsi: minor whitespace fixes in tgsi_scan.cBrian Paul2016-02-081-4/+2
* tgsi: s/true/TRUE/ in tgsi_scan.cBrian Paul2016-02-081-13/+13
* tgsi: use switches instead of big if/else ifsBrian Paul2016-02-081-24/+36
* tgsi: break gigantic tgsi_scan_shader() function into piecesBrian Paul2016-02-081-364/+375