aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mesa: Move simple_list.h to src/util.Eric Anholt2015-01-2831-28/+29
* radeonsi: Enable VGPR spilling for all shader types v5Tom Stellard2015-01-288-52/+217
* radeonsi/compute: Allocate the scratch buffer during state creationTom Stellard2015-01-282-24/+62
* radeonsi: Add radeon_shader_binary member to struct si_shaderTom Stellard2015-01-282-6/+6
* radeonsi/compute: Rename si_compute::program to si_compute::shaderTom Stellard2015-01-281-5/+5
* radeonsi: Avoid leaking memory when rebuilding shader statesMarek Olšák2015-01-283-4/+13
* nir/opcodes: Use a return type of tfloat for ldexpJason Ekstrand2015-01-281-1/+1
* Revert "util: Move the alternate fpclassify implementation to util"Jason Ekstrand2015-01-282-63/+50
* Revert "nir/opcodes: Use fpclassify() instead of isnormal() for ldexp"Jason Ekstrand2015-01-281-1/+1
* util: Predicate the fpclassify fallback on !defined(__cplusplus)Jason Ekstrand2015-01-281-2/+12
* drirc: set allow_glsl_extension_directive_midshader for Dead Island.Sven Arvidsson2015-01-281-0/+4
* nir/opcodes: Use fpclassify() instead of isnormal() for ldexpJason Ekstrand2015-01-281-1/+1
* util: Move the alternate fpclassify implementation to utilJason Ekstrand2015-01-282-50/+53
* i965/tex: Don't create read-write textures with non-renderable formatsJason Ekstrand2015-01-281-0/+5
* i965/gen8: Include the buffer offset when emitting renderbuffer relocsJason Ekstrand2015-01-281-1/+1
* mesa: improve error messaging for format CSV parserTapani Pälli2015-01-282-2/+7
* clover/llvm: Dump the OpenCL C code earlier.EdB2015-01-281-3/+3
* clover/llvm: Move CLOVER_DEBUG stuff into anonymous namespace.EdB2015-01-281-13/+20
* r600g: add support for primitive id without geom shader (v2)Dave Airlie2015-01-286-1/+51
* r600g: move selecting the pixel shader earlier.Dave Airlie2015-01-281-3/+4
* st/clover: Pass target instead of target.begin() to std::string()Michel Dänzer2015-01-271-3/+3
* r600g,radeonsi: Fix calculation of IR target cap string buffer sizeMichel Dänzer2015-01-271-2/+2
* nir: fix a bug with constant folding non-per-component instructionsConnor Abbott2015-01-261-1/+2
* nir: add a helper function for getting the number of source componentsConnor Abbott2015-01-261-0/+15
* i965: Implemente a tiled fast-path for glReadPixels and glGetTexImageSisinty Sasmita Patra2015-01-263-1/+271
* i965/tiled_memcpy: Add tiled-to-linear pathsSisinty Sasmita Patra2015-01-262-0/+281
* i965: Refactor tiled memcpy functions and move them into their own fileSisinty Sasmita Patra2015-01-264-392/+506
* i965/tex_subimage: Use the fast tiled path for rectangle texturesJason Ekstrand2015-01-261-1/+2
* mesa/autoconf: attempt to use gnu99 on older gcc compilersDave Airlie2015-01-271-1/+11
* mesa: simplify detection of fpclassifyFelix Janda2015-01-261-11/+7
* nir/opcodes: Don't go through doubles when constant-folding iabsJason Ekstrand2015-01-261-1/+1
* nir/opcodes: Simplify and fix the unpack_half_*_split_* constant expressionsJason Ekstrand2015-01-261-6/+4
* nir: Use pointers for nir_src_copy and nir_dest_copyJason Ekstrand2015-01-2610-53/+47
* i965: Handle CMP.nz ... 0 and MOV.nz similarly in cmod propagation.Kenneth Graunke2015-01-261-6/+10
* clover: Fix build with llvm after r226981Jan Vesely2015-01-261-0/+4
* configure: Link against all LLVM targets when building cloverNiels Ole Salscheider2015-01-251-1/+1
* nir/constant_folding: use the new constant folding infrastructureConnor Abbott2015-01-241-158/+21
* nir: add new constant folding infrastructureJason Ekstrand2015-01-246-184/+787
* nir: use Python to autogenerate opcode informationConnor Abbott2015-01-249-401/+479
* docs: add news item and link release notes for mesa 10.4.3Emil Velikov2015-01-242-0/+7
* docs: Add sha256 sums for the 10.4.3 releaseEmil Velikov2015-01-241-1/+3
* Add release notes for the 10.4.3 releaseEmil Velikov2015-01-241-0/+143
* i965: Convert CMP.GE -(abs)reg 0 -> CMP.Z reg 0.Matt Turner2015-01-232-0/+24
* i965/fs: Add support for removing MOV.NZ instructions.Matt Turner2015-01-232-3/+52
* i965/fs: Allow flipping cond mod for negated arguments.Matt Turner2015-01-232-3/+39
* i965/fs: Propagate cmod across flag read if it contains the same value.Matt Turner2015-01-232-2/+55
* i965/fs: Add unit tests for cmod propagation pass.Matt Turner2015-01-232-0/+318
* i965/fs: Add pass to propagate conditional modifiers.Matt Turner2015-01-234-0/+101
* i965/fs: Eliminate null-dst instructions without side-effects.Matt Turner2015-01-231-0/+11
* i965/fs: Apply conditional mod specially to split MAD/LRP.Matt Turner2015-01-231-4/+20