summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-03-27hacks: attempt to use non indirect ring writes for GS where possibler600-gs-opt-hackDave Airlie7-9/+33
2015-03-26r600g/sb: Enable SB for geometry shadersGlenn Kennard11-16/+51
2015-03-26r600g/sb: Update last_cf for loopsGlenn Kennard1-0/+4
2015-03-26r600g: rv670 use at least 16es/gs threadsDave Airlie1-4/+5
2015-03-26r600: set mega fetch count to 16 for gs copy shaderDave Airlie1-0/+1
2015-03-26r600/shader: increment ring index after emit vertex not before.Dave Airlie1-18/+27
2015-03-26r600g: add alu + cf nop to copy shader on r600Dave Airlie1-0/+9
2015-03-26r600g: SMX returns CONTEXT_DONE early workaroundDave Airlie1-0/+11
2015-03-26r600g: workaround GS bugDave Airlie1-0/+4
2015-03-26r600g: do SQ flush ES ring rolling workaroundDave Airlie4-0/+14
2015-03-26r600: geometry shader gsvs itemsize workaroundDave Airlie1-0/+20
2015-03-26st_glsl_to_tgsi: only do mov copy propagation on temps (v2)Dave Airlie1-0/+1
2015-03-25i965: Drop unnecessary brw->gen >= 8 check from scalar VS code.Kenneth Graunke1-1/+1
2015-03-25i965/fs: Implement texture projection support.Kenneth Graunke1-1/+10
2015-03-25i965/fs: Rename offset to tex_offset to avoid shadowing offset().Kenneth Graunke1-4/+4
2015-03-25nir: Add glsl_float_type() wrapper.Kenneth Graunke2-0/+7
2015-03-25glsl: Use INFINITY instead of std::numeric_limits<float>::infinity().Matt Turner2-4/+4
2015-03-25automake: add missing egl files to the tarballEmil Velikov2-1/+6
2015-03-25glsl: Constify ir_instruction::equalsIan Romanick2-15/+26
2015-03-25glsl: Constify the as_foo functionsIan Romanick1-0/+10
2015-03-25glsl: Implement remaining as_foo functions with macrosIan Romanick1-31/+9
2015-03-25glsl: Add is_rvalue, is_dereference, and is_jump methodsIan Romanick1-0/+25
2015-03-25util/u_atomic: Ignore warnings interlocked accesses.Jose Fonseca1-0/+5
2015-03-25scons: Disable MSVC warnings about inconsistent function annotation.Jose Fonseca1-0/+1
2015-03-25mesa: Avoid MSVC C6334 warning in /analyze mode.Jose Fonseca1-0/+7
2015-03-25c99_math: Don't reimplement lrint and friends on MSVC 2013.Jose Fonseca1-1/+2
2015-03-25scons: Don't build osmesa.Jose Fonseca3-56/+0
2015-03-25scons: Don't build loader on Windows.Jose Fonseca2-2/+2
2015-03-25scons: Don't build egl on Windows.Jose Fonseca3-12/+2
2015-03-25scons: Fix git_sha1.h generation fallback.Jose Fonseca1-3/+4
2015-03-25docs: Update progress on ARB_direct_state_access.Martin Peres1-5/+5
2015-03-25main: Added entry points for NamedRenderbufferStorage/MultisampleMartin Peres4-41/+142
2015-03-25main: Added entry point for glGetNamedRenderbufferParameterivMartin Peres4-18/+56
2015-03-25main: Added entry point for glCreateRenderbuffersMartin Peres4-18/+65
2015-03-25main: Added entry point for glCreateSamplersMartin Peres4-6/+29
2015-03-25main: Added entry point for glCreateProgramPipelinesMartin Peres4-6/+40
2015-03-25main: Added entry points for glGetQueryBufferObject*Martin Peres4-0/+82
2015-03-25main: Added entry point for glCreateQueriesMartin Peres4-7/+80
2015-03-25main: Added entry point for glGetTransformFeedbacki64_vMartin Peres4-0/+44
2015-03-25main: Added entry point for glGetTransformFeedbacki_vMartin Peres4-0/+41
2015-03-25main: Added entry point for glGetTransformFeedbackivMartin Peres4-0/+35
2015-03-25main: Added entry point for glTransformFeedbackBufferRangeMartin Peres5-16/+94
2015-03-25main: Added entry point for glTransformFeedbackBufferBaseMartin Peres5-35/+129
2015-03-25main: Added entry point for glCreateTransformFeedbacksMartin Peres4-15/+63
2015-03-25main: fix the validation of the number of samplesMartin Peres1-0/+9
2015-03-25main: replace tabs by 8 spaces in fbobject.cMartin Peres1-83/+83
2015-03-25main: replace tabs by 8 spaces in bufferobj.cMartin Peres1-8/+8
2015-03-24mesa: Apply visibility flags to src/Makefile.am targetsKristian Høgsberg1-0/+3
2015-03-24nir: Fix typo.Matt Turner1-1/+1
2015-03-24nir: Recognize sat(add(b2f(a), b2f(b))) as a logical OR.Matt Turner1-0/+1