summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* egl: Pass the correct X visual depth to xcb_put_image().José Fonseca2015-01-311-11/+13
* intel/pixel_read: Properly flip the results for window system buffersJason Ekstrand2015-01-301-0/+15
* i965/tiled_memcpy: Support a signed linear pitchJason Ekstrand2015-01-302-17/+17
* main: Add STENCIL_INDEX formats to base_tex_formatJason Ekstrand2015-01-301-0/+10
* teximage: Don't indent switch casesJason Ekstrand2015-01-301-146/+146
* mesa: remove some dead display list codeBrian Paul2015-01-301-80/+11
* mesa: remove stale comment in dlist.c codeBrian Paul2015-01-301-1/+1
* mesa: s/union gl_dlist_node/Node/ in dlist.c codeBrian Paul2015-01-301-3/+3
* mesa: fix display list 8-byte alignment issueBrian Paul2015-01-303-7/+74
* util/u_atomic: Provide a _InterlockedCompareExchange8 for older MSVC.José Fonseca2015-01-301-1/+29
* util/u_atomic: Use _Interlocked* intrinsics for non 64bits.José Fonseca2015-01-301-12/+12
* i965/skl: Force a BINDING_TABLE_POINTER_* after push constant commandNeil Roberts2015-01-301-0/+7
* meta: Don't write depth when decompressing tex-imagesTopi Pohjolainen2015-01-301-1/+1
* meta: Don't write depth when generating miptreesTopi Pohjolainen2015-01-301-1/+1
* meta/blit: Compile programs with and without depthTopi Pohjolainen2015-01-302-5/+11
* meta/blit: Write depth only when asked forTopi Pohjolainen2015-01-301-2/+3
* meta/blit: Add plumbing for shaders without depthTopi Pohjolainen2015-01-304-3/+5
* nir/opt_algebraic: Add some constant bcsel reductionsJason Ekstrand2015-01-291-2/+28
* nir/opt_algebraic: Add some boolean simplificationsJason Ekstrand2015-01-291-4/+5
* nir/algebraic: Support specifying variable as constant or by typeJason Ekstrand2015-01-292-6/+26
* nir/algebraic: Fail to compile of a variable is used in a replace but not the...Jason Ekstrand2015-01-291-0/+7
* nir/search: Allow for matching variables based on typesJason Ekstrand2015-01-292-0/+23
* nir/search: Add support for matching unknown constantsJason Ekstrand2015-01-292-0/+13
* nir: Add an invalid typeJason Ekstrand2015-01-291-0/+1
* gallium/docs: fix docs wrt ARL/ARR/FLRRoland Scheidegger2015-01-291-10/+8
* nir: Add variants of some of the comparison simplifications.Eric Anholt2015-01-291-0/+4
* vc4: Fix point size handling when it's the first output.Eric Anholt2015-01-291-1/+1
* nir: Don't try to to-SSA ALU instructions that are already SSA.Eric Anholt2015-01-291-0/+3
* nir: Fix a bit of broken indentation.Eric Anholt2015-01-291-1/+1
* nir: Add a couple of helpers for glsl types.Eric Anholt2015-01-292-1/+16
* Mesa: Advertise GL_OES_texture_*float* extensions support with i965.Kalyan Kondapally2015-01-291-0/+5
* Mesa: Add support for HALF_FLOAT_OES type.Kalyan Kondapally2015-01-294-6/+52
* Mesa: Add support for GL_OES_texture_*float* extensions.Kalyan Kondapally2015-01-294-0/+132
* nir: Make vec-to-movs handle src/dest aliasing.Eric Anholt2015-01-281-10/+72
* gallium: Replace u_simple_list.h with util/simple_list.hEric Anholt2015-01-2825-228/+23
* mesa: Port a variant of 68afbe89c72d085dcbbf2b264f0201ab73fe339e to util/Eric Anholt2015-01-281-0/+1
* 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