summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-02-23i965: Allow Y-tiled allocations for large surfacesblitsBen Widawsky2-24/+52
2015-02-22i965: Attempt to blit for larger texturesBen Widawsky2-7/+118
2015-02-22i965: Extract blit height maxBen Widawsky2-7/+15
2015-02-22i965: Create and use #defines for blitter constraintsBen Widawsky4-12/+18
2015-02-22i965: Fix comments about blit constraintsBen Widawsky2-4/+12
2015-02-22i965: Kill y_or_x variable in miptree tiling selectionBen Widawsky1-3/+3
2015-02-22i965/skl: Use 1 register for uniform pull constant payloadBen Widawsky1-1/+1
2015-02-21nir: Generalize the optimization of subs of subs from 0.Eric Anholt1-2/+2
2015-02-21nir: Collapse repeated bcsels on the same argument.Eric Anholt1-0/+1
2015-02-21nir: When faced with a csel on !condition, just flip the arguments.Eric Anholt1-0/+1
2015-02-21nir: Allow nir_opt_algebraic to see booleanness through &&, ||, ^, !.Eric Anholt1-1/+29
2015-02-21nir: Add a couple of simplifications of csel operations.Eric Anholt1-0/+3
2015-02-21glsl: ensure that enter/leave record get a record typeIlia Mirkin2-0/+5
2015-02-21tgsi: avoid returning pointer to local var, make it staticIlia Mirkin1-1/+1
2015-02-21freedreno/a4xx: set PC_PRIM_VTX_CNTL.VAROUT properlyRob Clark1-1/+6
2015-02-21freedreno: update generated headersRob Clark7-16/+44
2015-02-21freedreno/a4xx: bit of cleanupRob Clark4-33/+27
2015-02-21loader: not having a pci-id should not be a warnRob Clark1-3/+6
2015-02-21freedreno: implement fenceRob Clark4-74/+65
2015-02-21freedreno/a2xx: fix increment in assertRob Clark1-1/+2
2015-02-21i965/fs: Use fs_reg for CS/VS atomics pixel mask immediate dataJordan Justen1-2/+2
2015-02-21i965/fs: Set pixel/sample mask for compute shaders atomic opsJordan Justen1-4/+4
2015-02-21ilo: R32G32B32_FLOAT need no special care on Gen8+Chia-I Wu1-3/+6
2015-02-21ilo: 128 BPP formats can use TiledY on Gen7.5+Chia-I Wu1-1/+6
2015-02-20nvc0: enable double supportIlia Mirkin3-3/+4
2015-02-20nvc0/ir: remove merge/split pairs to allow normal propagation to occurIlia Mirkin1-0/+30
2015-02-20nvc0/ir: add support for new TGSI double opcodesIlia Mirkin1-0/+236
2015-02-20nvc0/ir: handle zero and negative sqrt argumentsIlia Mirkin1-2/+14
2015-02-20nvc0/ir: no instruction can load a double immediateIlia Mirkin1-0/+2
2015-02-20nvc0/ir: fix lowering of RSQ/RCP/SQRT/MOD to work with F64Ilia Mirkin5-16/+40
2015-02-20gm107/ir: fix F2F flipped stype/dtype flagsIlia Mirkin1-2/+2
2015-02-20gm107/ir: fix DSET boolean float flagIlia Mirkin1-0/+1
2015-02-20gm107/ir: fix DMUL opcode encodingIlia Mirkin1-3/+3
2015-02-20gk110/ir: add emission of dadd/dmul/dmad opcodesIlia Mirkin1-3/+77
2015-02-20nvc0/ir: add emission of dadd/dmul/dmad opcodes, fix minmaxIlia Mirkin1-3/+63
2015-02-21mesa: don't enable NV_fragment_program_option with swrastRoland Scheidegger1-1/+0
2015-02-20drivers/x11: add gallium include dirs to Makefile.amBrian Paul1-0/+2
2015-02-21vbo: fix an unitialized-variable warningMarek Olšák1-0/+1
2015-02-21gallium/sw/kms: fix a type-mismatch warningMarek Olšák1-1/+1
2015-02-21gallium/sw/kms: don't redefine DEBUGMarek Olšák1-7/+7
2015-02-21targets/d3dadapter9: remove an unused variableMarek Olšák1-1/+1
2015-02-21tgsi: fix type-mismatch warningMarek Olšák1-1/+1
2015-02-21gallivm: fix uninitialized-variable warningsMarek Olšák2-2/+2
2015-02-20mesa: Have configure define NDEBUG, not mtypes.h.Matt Turner2-3/+2
2015-02-20nir: Fix the Mesa build without -DDEBUG.Kenneth Graunke1-2/+2
2015-02-20nir: Drop dependency on mtypes.h for core NIR.Eric Anholt3-1/+5
2015-02-20glsl: Only include mtypes from glsl_types.h for the C++ code that needs it.Eric Anholt1-1/+1
2015-02-20util: Move Mesa's bitset.h to util/.Eric Anholt12-10/+10
2015-02-20mesa: Make bitset.h not rely on Mesa-specific types and functions.Eric Anholt1-4/+3
2015-02-20mesa: Use u_math.h from macros.hEric Anholt5-33/+1