summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-01-30meta: Don't write depth when decompressing tex-imagesno_frag_depthTopi Pohjolainen1-1/+1
2015-01-30meta: Don't write depth when generating miptreesTopi Pohjolainen1-1/+1
2015-01-30meta/blit: Compile programs with and without depthTopi Pohjolainen2-5/+11
2015-01-30meta/blit: Write depth only when asked forTopi Pohjolainen1-2/+3
2015-01-30meta/blit: Add plumbing for shaders without depthTopi Pohjolainen4-3/+5
2015-01-29nir/opt_algebraic: Add some constant bcsel reductionsJason Ekstrand1-2/+28
2015-01-29nir/opt_algebraic: Add some boolean simplificationsJason Ekstrand1-4/+5
2015-01-29nir/algebraic: Support specifying variable as constant or by typeJason Ekstrand2-6/+26
2015-01-29nir/algebraic: Fail to compile of a variable is used in a replace but not the...Jason Ekstrand1-0/+7
2015-01-29nir/search: Allow for matching variables based on typesJason Ekstrand2-0/+23
2015-01-29nir/search: Add support for matching unknown constantsJason Ekstrand2-0/+13
2015-01-29nir: Add an invalid typeJason Ekstrand1-0/+1
2015-01-29gallium/docs: fix docs wrt ARL/ARR/FLRRoland Scheidegger1-10/+8
2015-01-29nir: Add variants of some of the comparison simplifications.Eric Anholt1-0/+4
2015-01-29vc4: Fix point size handling when it's the first output.Eric Anholt1-1/+1
2015-01-29nir: Don't try to to-SSA ALU instructions that are already SSA.Eric Anholt1-0/+3
2015-01-29nir: Fix a bit of broken indentation.Eric Anholt1-1/+1
2015-01-29nir: Add a couple of helpers for glsl types.Eric Anholt2-1/+16
2015-01-29docs: fix mesa 10.4.3 release dateEmil Velikov1-1/+1
2015-01-29Mesa: Advertise GL_OES_texture_*float* extensions support with i965.Kalyan Kondapally1-0/+5
2015-01-29Mesa: Add support for HALF_FLOAT_OES type.Kalyan Kondapally4-6/+52
2015-01-29Mesa: Add support for GL_OES_texture_*float* extensions.Kalyan Kondapally4-0/+132
2015-01-28nir: Make vec-to-movs handle src/dest aliasing.Eric Anholt1-10/+72
2015-01-28gallium: Replace u_simple_list.h with util/simple_list.hEric Anholt25-228/+23
2015-01-28mesa: Port a variant of 68afbe89c72d085dcbbf2b264f0201ab73fe339e to util/Eric Anholt1-0/+1
2015-01-28mesa: Move simple_list.h to src/util.Eric Anholt31-28/+29
2015-01-28radeonsi: Enable VGPR spilling for all shader types v5Tom Stellard8-52/+217
2015-01-28radeonsi/compute: Allocate the scratch buffer during state creationTom Stellard2-24/+62
2015-01-28radeonsi: Add radeon_shader_binary member to struct si_shaderTom Stellard2-6/+6
2015-01-28radeonsi/compute: Rename si_compute::program to si_compute::shaderTom Stellard1-5/+5
2015-01-28radeonsi: Avoid leaking memory when rebuilding shader statesMarek Olšák3-4/+13
2015-01-28nir/opcodes: Use a return type of tfloat for ldexpJason Ekstrand1-1/+1
2015-01-28Revert "util: Move the alternate fpclassify implementation to util"Jason Ekstrand2-63/+50
2015-01-28Revert "nir/opcodes: Use fpclassify() instead of isnormal() for ldexp"Jason Ekstrand1-1/+1
2015-01-28util: Predicate the fpclassify fallback on !defined(__cplusplus)Jason Ekstrand1-2/+12
2015-01-28drirc: set allow_glsl_extension_directive_midshader for Dead Island.Sven Arvidsson1-0/+4
2015-01-28nir/opcodes: Use fpclassify() instead of isnormal() for ldexpJason Ekstrand1-1/+1
2015-01-28util: Move the alternate fpclassify implementation to utilJason Ekstrand2-50/+53
2015-01-28i965/tex: Don't create read-write textures with non-renderable formatsJason Ekstrand1-0/+5
2015-01-28i965/gen8: Include the buffer offset when emitting renderbuffer relocsJason Ekstrand1-1/+1
2015-01-28mesa: improve error messaging for format CSV parserTapani Pälli2-2/+7
2015-01-28clover/llvm: Dump the OpenCL C code earlier.EdB1-3/+3
2015-01-28clover/llvm: Move CLOVER_DEBUG stuff into anonymous namespace.EdB1-13/+20
2015-01-28r600g: add support for primitive id without geom shader (v2)Dave Airlie6-1/+51
2015-01-28r600g: move selecting the pixel shader earlier.Dave Airlie1-3/+4
2015-01-27st/clover: Pass target instead of target.begin() to std::string()Michel Dänzer1-3/+3
2015-01-27r600g,radeonsi: Fix calculation of IR target cap string buffer sizeMichel Dänzer1-2/+2
2015-01-26nir: fix a bug with constant folding non-per-component instructionsConnor Abbott1-1/+2
2015-01-26nir: add a helper function for getting the number of source componentsConnor Abbott1-0/+15
2015-01-26i965: Implemente a tiled fast-path for glReadPixels and glGetTexImageSisinty Sasmita Patra3-1/+271