summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* st/mesa: update arrays when the current attrib has been updatedIlia Mirkin2015-03-261-1/+1
* st_glsl_to_tgsi: only do mov copy propagation on temps (v2)Dave Airlie2015-03-261-0/+1
* i965: Drop unnecessary brw->gen >= 8 check from scalar VS code.Kenneth Graunke2015-03-251-1/+1
* i965/fs: Implement texture projection support.Kenneth Graunke2015-03-251-1/+10
* i965/fs: Rename offset to tex_offset to avoid shadowing offset().Kenneth Graunke2015-03-251-4/+4
* nir: Add glsl_float_type() wrapper.Kenneth Graunke2015-03-252-0/+7
* glsl: Use INFINITY instead of std::numeric_limits<float>::infinity().Matt Turner2015-03-252-4/+4
* automake: add missing egl files to the tarballEmil Velikov2015-03-252-1/+6
* glsl: Constify ir_instruction::equalsIan Romanick2015-03-252-15/+26
* glsl: Constify the as_foo functionsIan Romanick2015-03-251-0/+10
* glsl: Implement remaining as_foo functions with macrosIan Romanick2015-03-251-31/+9
* glsl: Add is_rvalue, is_dereference, and is_jump methodsIan Romanick2015-03-251-0/+25
* util/u_atomic: Ignore warnings interlocked accesses.Jose Fonseca2015-03-251-0/+5
* scons: Disable MSVC warnings about inconsistent function annotation.Jose Fonseca2015-03-251-0/+1
* mesa: Avoid MSVC C6334 warning in /analyze mode.Jose Fonseca2015-03-251-0/+7
* c99_math: Don't reimplement lrint and friends on MSVC 2013.Jose Fonseca2015-03-251-1/+2
* scons: Don't build osmesa.Jose Fonseca2015-03-253-56/+0
* scons: Don't build loader on Windows.Jose Fonseca2015-03-252-2/+2
* scons: Don't build egl on Windows.Jose Fonseca2015-03-253-12/+2
* scons: Fix git_sha1.h generation fallback.Jose Fonseca2015-03-251-3/+4
* docs: Update progress on ARB_direct_state_access.Martin Peres2015-03-251-5/+5
* main: Added entry points for NamedRenderbufferStorage/MultisampleMartin Peres2015-03-254-41/+142
* main: Added entry point for glGetNamedRenderbufferParameterivMartin Peres2015-03-254-18/+56
* main: Added entry point for glCreateRenderbuffersMartin Peres2015-03-254-18/+65
* main: Added entry point for glCreateSamplersMartin Peres2015-03-254-6/+29
* main: Added entry point for glCreateProgramPipelinesMartin Peres2015-03-254-6/+40
* main: Added entry points for glGetQueryBufferObject*Martin Peres2015-03-254-0/+82
* main: Added entry point for glCreateQueriesMartin Peres2015-03-254-7/+80
* main: Added entry point for glGetTransformFeedbacki64_vMartin Peres2015-03-254-0/+44
* main: Added entry point for glGetTransformFeedbacki_vMartin Peres2015-03-254-0/+41
* main: Added entry point for glGetTransformFeedbackivMartin Peres2015-03-254-0/+35
* main: Added entry point for glTransformFeedbackBufferRangeMartin Peres2015-03-255-16/+94
* main: Added entry point for glTransformFeedbackBufferBaseMartin Peres2015-03-255-35/+129
* main: Added entry point for glCreateTransformFeedbacksMartin Peres2015-03-254-15/+63
* main: fix the validation of the number of samplesMartin Peres2015-03-251-0/+9
* main: replace tabs by 8 spaces in fbobject.cMartin Peres2015-03-251-83/+83
* main: replace tabs by 8 spaces in bufferobj.cMartin Peres2015-03-251-8/+8
* mesa: Apply visibility flags to src/Makefile.am targetsKristian Høgsberg2015-03-241-0/+3
* nir: Fix typo.Matt Turner2015-03-241-1/+1
* nir: Recognize sat(add(b2f(a), b2f(b))) as a logical OR.Matt Turner2015-03-241-0/+1
* nir: Recognize mul(b2f(a), b2f(b)) as a logical AND.Matt Turner2015-03-241-0/+2
* glsl: Recognize sat(add(b2f(a), b2f(b))) as a logical OR.Matt Turner2015-03-241-0/+12
* glsl: Recognize mul(b2f(a), b2f(b)) as a logical AND.Matt Turner2015-03-241-0/+4
* nir: Handle mixed scalar/vector arguments to logical and/or/xor.Matt Turner2015-03-241-18/+21
* glsl: Allow vector logic ops to be generated.Matt Turner2015-03-242-9/+6
* configure.ac: move AC_MSG_RESULT reporting back into the m4 macroEmil Velikov2015-03-242-3/+3
* gallium/util: Use HAVE___BUILTIN_FFS* macros.Jonathan Gray2015-03-241-2/+16
* i965: add the remaining files to the tarballEmil Velikov2015-03-241-0/+3
* glsl: add the remaining files to the tarballEmil Velikov2015-03-242-0/+2
* makefile: add all headers to the tarballEmil Velikov2015-03-241-6/+9