aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* anv/dynamic_offsets: Fix the order of arguments to nir_build_immJason Ekstrand2016-04-281-2/+2
* anv: Fix a build error caused by recent fp64 NIR changesJason Ekstrand2016-04-281-2/+3
* nir: Try to warn when C99 extensions are used in nir headers.Jose Fonseca2016-04-281-1/+22
* nir: Remove spurious ; after nir_builder functions.Jose Fonseca2016-04-281-1/+1
* nir: Remove spurious ; after namespace.Jose Fonseca2016-04-281-1/+1
* nir: Avoid C99 field initializers.Jose Fonseca2016-04-281-3/+6
* gallium/util: s/Elements/ARRAY_SIZE/Brian Paul2016-04-289-25/+25
* mesa: improve comment on _mesa_check_disallowed_mapping(), return boolBrian Paul2016-04-281-2/+8
* radeonsi: remove needless cache flushes at the end of CP DMA operationsMarek Olšák2016-04-281-8/+0
* radeonsi: remove flushes at the beginning and end of IBs done by the kernelMarek Olšák2016-04-281-12/+12
* nir: Add lrp lowering for doubles in opt_algebraicSamuel Iglesias Gonsálvez2016-04-282-3/+8
* nir: rename lower_flrp to lower_flrp32Samuel Iglesias Gonsálvez2016-04-285-10/+10
* nir/lower_double_ops: lower round_even()Iago Toral Quiroga2016-04-282-1/+60
* nir/lower_double_ops: lower fract()Iago Toral Quiroga2016-04-282-0/+15
* nir/lower_double_ops: lower ceil()Iago Toral Quiroga2016-04-282-0/+24
* nir/lower_double_ops: lower floor()Iago Toral Quiroga2016-04-282-0/+26
* nir/lower_double_ops: lower trunc()Iago Toral Quiroga2016-04-282-0/+61
* nir: add a pass to lower some double operationsConnor Abbott2016-04-283-0/+392
* nir/builder: add nir_imm_double()Connor Abbott2016-04-281-0/+8
* nir/builder: Add bit_size info to nir_build_imm()Samuel Iglesias Gonsálvez2016-04-283-8/+9
* radeonsi: check if value is negativeJakob Sinclair2016-04-281-1/+4
* clover: Fix build against clang SVN >= r267772Michel Dänzer2016-04-281-0/+3
* glsl: fix lowering outputs for early/nested returnsLars Hamre2016-04-281-4/+54
* nir: rewrite nir_foreach_block and friendsConnor Abbott2016-04-272-83/+202
* nir/opt_cp: use nir_block_get_following_if()Connor Abbott2016-04-271-7/+3
* vbo: Return INVALID_OPERATION during draw with a mapped bufferJordan Justen2016-04-272-47/+42
* anv/formats: Return proper error code for unsupported formatsNanley Chery2016-04-271-1/+1
* anv/device: Set the compressed texture feature flags correctlyNanley Chery2016-04-271-2/+3
* nir/algebraic: Add a bit-size validatorJason Ekstrand2016-04-271-0/+270
* nir/opt_algebraic: Fix some expressions with ambiguous bit sizesJason Ekstrand2016-04-271-3/+3
* nir/search: Respect the bit_size parameter on nir_search_valueJason Ekstrand2016-04-272-1/+18
* nir/algebraic: Add a mechanism for specifying the bit size of a valueJason Ekstrand2016-04-273-4/+31
* nir/algebraic: Use "uint" instead of "unsigned" for uint typesJason Ekstrand2016-04-271-2/+2
* nir/algebraic: Do better error reporting of bad expressionsJason Ekstrand2016-04-271-1/+16
* isl: move -lm at the end of tests_ldaddAlejandro Piñeiro2016-04-271-2/+2
* i965/blorp/gen8: Fix blitting of interleaved msaa surfacesTopi Pohjolainen2016-04-271-2/+16
* llvmpipe: s/Elements/ARRAY_SIZE/Brian Paul2016-04-2712-54/+54
* tgsi: s/Elements/ARRAY_SIZE/Brian Paul2016-04-276-28/+28
* os: s/Elements/ARRAY_SIZE/Brian Paul2016-04-271-1/+1
* hud: s/Elements/ARRAY_SIZE/Brian Paul2016-04-273-7/+7
* gallivm: s/Elements/ARRAY_SIZE/Brian Paul2016-04-279-29/+29
* draw: s/Elements/ARRAY_SIZE/Brian Paul2016-04-277-24/+24
* softpipe: s/Elements/ARRAY_SIZE/Brian Paul2016-04-277-27/+27
* winsys/radeon: remove use_reusable_pool parameter from buffer_createNicolai Hähnle2016-04-2711-26/+17
* gallium/radeon: remove use_reusable_pool parameter from r600_init_resourceNicolai Hähnle2016-04-275-9/+7
* radeon/video: always use the reusable buffer poolNicolai Hähnle2016-04-274-5/+5
* radeonsi: work around an MSAA fast stencil clear problemNicolai Hähnle2016-04-271-3/+15
* radeonsi: expclear must be disabled on first Z/S clearNicolai Hähnle2016-04-271-2/+2
* radeonsi: move blend choice out of loop in si_blit_decompress_colorNicolai Hähnle2016-04-271-9/+9
* radeonsi: use level mask for early out in si_blit_decompress_colorNicolai Hähnle2016-04-271-6/+8