summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-03-24WaForceCsStallOnTimestampQueryOrDepthCountgt4_testBen Widawsky4-1/+31
2016-03-24mesa: Check glReadBuffer enums against the ES3 table.Kenneth Graunke1-1/+11
2016-03-24nir: Add a pass to inline functionsJason Ekstrand4-0/+274
2016-03-24nir/builder: Add helpers for easily inserting copy_var intrinsicsJason Ekstrand1-0/+23
2016-03-24nir: Add return lowering passJason Ekstrand4-0/+251
2016-03-24nir: Add a cursor helper for getting a cursor after any phi nodesJason Ekstrand1-0/+16
2016-03-24nir/builder: Add a helper for inserting jump instructionsJason Ekstrand1-0/+7
2016-03-24nir/cf: Make extracting or re-inserting nothing a no-opJason Ekstrand1-0/+9
2016-03-24nir: Add a function for comparing cursorsJason Ekstrand2-0/+58
2016-03-24nir/cf: Handle relinking top-level blocksJason Ekstrand1-2/+5
2016-03-24nir: Add a pass to repair SSA formJason Ekstrand4-0/+163
2016-03-24nir/vars_to_ssa: Use the new nir_phi_builder helperJason Ekstrand1-359/+134
2016-03-24nir/dominance: Handle unreachable blocksJason Ekstrand1-1/+5
2016-03-24nir: Add a phi node placement helperJason Ekstrand4-0/+414
2016-03-24util/bitset: Allow iterating over const bitsetsJason Ekstrand1-1/+1
2016-03-24ttn: remove stray global from headerRob Clark1-2/+0
2016-03-24nv50/ir: silence unhandled TGSI_PROPERTY_NEXT_SHADER infoSamuel Pitoiset1-0/+3
2016-03-24mesa: Handle negative length in glPushDebugGroup().Kenneth Graunke1-0/+3
2016-03-24mesa: Make glDebugMessageInsert deal with negative length for all types.Kenneth Graunke1-3/+4
2016-03-24mesa: Include null terminator in GL_DEBUG_NEXT_LOGGED_MESSAGE_LENGTH.Kenneth Graunke1-1/+1
2016-03-24st/mesa: use RGBA instead of BGRA for SRGB_ALPHANicolai Hähnle1-1/+1
2016-03-24radeonsi: silence a coverity warningNicolai Hähnle1-1/+1
2016-03-24mesa: replace gl_context->Multisample._Enabled with _mesa_is_multisample_enab...Bas Nieuwenhuizen14-36/+43
2016-03-24nir: fix dangling ssadef->name ptrsRob Clark3-4/+8
2016-03-23glsl: Add propagate_invariance to the other makefileJason Ekstrand1-0/+1
2016-03-23nir/glsl: Propagate invariant into NIR alu opsJason Ekstrand1-0/+3
2016-03-23glsl/rebalance_tree: Don't handle invariant or precise treesJason Ekstrand1-0/+16
2016-03-23glsl/opt_algebraic: Don't handle invariant or precise treesJason Ekstrand1-0/+19
2016-03-23glsl: Add a pass to propagate the "invariant" and "precise" qualifiersJason Ekstrand4-0/+128
2016-03-23nir/alu_to_scalar: Propagate the "exact" bitJason Ekstrand1-0/+1
2016-03-23i965/peephole_ffma: Don't fuse exact addsJason Ekstrand1-1/+3
2016-03-23nir/cse: Properly handle nir_ssa_def.exactJason Ekstrand1-2/+14
2016-03-23nir/algebraic: Flag inexact optimizationsJason Ekstrand1-59/+62
2016-03-23nir/algebraic: Fix fmin detection to match the specJason Ekstrand1-1/+1
2016-03-23nir/algebraic: Get rid of an invlid fxor optimizationJason Ekstrand1-1/+0
2016-03-23nir/algebraic: Allow for flagging operations as being inexactJason Ekstrand4-2/+26
2016-03-23nir/search: Propagate exactness into newly created expressionsJason Ekstrand1-4/+5
2016-03-23nir/builder: Add a flag for setting exactJason Ekstrand1-0/+9
2016-03-23nir: Add an "exact" bit to nir_alu_instrJason Ekstrand3-0/+14
2016-03-23nir/clone: Export nir_variable_cloneJason Ekstrand2-4/+13
2016-03-23nir/clone: Expose nir_constant_cloneJason Ekstrand2-4/+5
2016-03-23nir: Fix whitespaceJason Ekstrand1-1/+1
2016-03-23docs: use latest libDRM versionBrian Paul1-2/+1
2016-03-23compiler/glsl: allow sequence op as a const expr in gles 1.0Lars Hamre1-1/+3
2016-03-23radeonsi: fix out-of-bounds indexing of shader imagesNicolai Hähnle1-1/+43
2016-03-23radeonsi: cache flush/invalidation for missing PIPE_BARRIER_*_BUFFER bits (v2)Nicolai Hähnle1-2/+12
2016-03-23st/mesa: add missing MemoryBarrier bits and some explanationsNicolai Hähnle1-1/+24
2016-03-23gallium: add PIPE_BARRIER_STREAMOUT_BUFFERNicolai Hähnle1-0/+1
2016-03-23radeonsi: fix 2D array MSAA failures since image support landedMarek Olšák1-1/+2
2016-03-22i965/fs: Don't constant-fold RCPJason Ekstrand1-15/+0