mesa.git
2014-12-05 Matt Turnerglsl: Optimize scalar all_equal/any_nequal into equal...
2014-12-05 José Fonsecamesa: Ensure stack is realigned on x86.
2014-12-05 José Fonsecautil/primconvert: Avoid point arithmetic; apply offset...
2014-12-05 Ilia Mirkinutil/primconvert: take ib offset into account
2014-12-05 Ilia Mirkinutil/primconvert: support instanced rendering
2014-12-05 Ilia Mirkinutil/primconvert: pass index bias through
2014-12-05 Kenneth Graunkei965: Compute VS attribute WA bits earlier and check...
2014-12-04 Matt Turneregl/dri2: Log a warning if no platforms are enabled.
2014-12-04 Kenneth Graunkei965: Drop BRW_NEW_VERTEX_PROGRAM and _NEW_TRANSFORM...
2014-12-04 Kenneth Graunkei965: Drop BRW_NEW_VERTEX_PROGRAM from Gen7+ 3DSTATE_VS...
2014-12-04 Kenneth Graunkei965: Store floating point mode choice in brw_stage_pro...
2014-12-04 Kenneth Graunkei965: Make Gen4-5 and Gen8+ ALT checks use ctx->_Shader...
2014-12-04 Kenneth Graunkei965: Move PSCDEPTH calculations from draw time to...
2014-12-04 Rob Clarkfreedreno/a4xx: unify vertex/texture formats into a...
2014-12-04 Rob Clarkfreedreno/a4xx: fd4_util -> fd4_format
2014-12-04 Rob Clarkfreedreno: update generated headers / a4xx fmt rename
2014-12-04 Kenneth Graunkei965: Add var->location != -1 assertions.
2014-12-04 Matt Turneri965/fs: Don't offset uniform registers in half().
2014-12-03 Rob Clarkfreedreno/a4xx: frag-depth fixes
2014-12-03 Ian Romanicklinker: Assign varying locations geometry shader inputs...
2014-12-03 Ian Romanicklinker: Wrap access of producer_var with a NULL check
2014-12-03 Jan Veselyst/xvmc: Fix compiler warnings
2014-12-03 Axel Davyst/nine: Fix vertex declarations for non-standard ...
2014-12-03 Axel Davyst/nine: sm1_declusage_to_tgsi, do not restrict indices...
2014-12-03 Axel Davyst/nine: Queries: Always return D3D_OK when issuing...
2014-12-03 Axel Davyst/nine: Queries: always succeed for D3DQUERYTYPE_TIMES...
2014-12-03 Axel Davyst/nine: Queries: allow app to call GetData without...
2014-12-03 Axel Davyst/nine: Queries: Fix D3DISSUE_END behaviour.
2014-12-03 Axel Davyst/nine: Queries: return S_FALSE instead of INVALIDCALL...
2014-12-03 Axel Davyst/nine: Queries: Use gallium caps to get if queries...
2014-12-03 Axel Davyst/nine: Queries: Remove flush logic
2014-12-03 Axel Davyst/nine: Queries: remove dummy queries
2014-12-03 Ilia Mirkinfreedreno/a3xx: implement anisotropic filtering
2014-12-03 Rob Clarkfreedreno/a4xx: rect textures
2014-12-03 Rob Clarkfreedreno: update generated headers
2014-12-03 Rob Clarkfreedreno: fix signed vs unsigned lols
2014-12-03 José Fonsecagallivm: Update for RTDyldMemoryManager becoming an...
2014-12-03 Tapani Pälliglsl: throw error when using invariant(all) in a fragme...
2014-12-03 Ben Widawskyi965/skl: Fix SBE state upload code.
2014-12-03 Jan Veselyr600, llvm: Don't leak global symbol offsets
2014-12-03 Matt Turneri965: Avoid union literal, for old gcc compatibility.
2014-12-03 Matt Turneri965: Remove tabs from instruction scheduler.
2014-12-03 Kenneth Graunkei965/vs: Set brw_vs_prog_key::clamp_vertex_color to...
2014-12-03 Kenneth Graunkei965: Make vertex color clamp handling code VS specific.
2014-12-03 Kenneth Graunkei965/vs: Handle vertex color clamping in emit_urb_slot().
2014-12-03 Kenneth Graunkei965: Use the enum type for gen6_gather_wa sampler...
2014-12-03 Kenneth Graunkei965: Drop use of GL types in program keys.
2014-12-03 Kenneth Graunkei965: Move program key structures to brw_program.h.
2014-12-03 Kenneth Graunkei965: Delete brw_state_flags::cache and related code.
2014-12-03 Kenneth Graunkei965: Move BRW_NEW_*_PROG_DATA flags to .brw (not ...
2014-12-03 Kenneth Graunkei965: Rename CACHE_NEW_*_PROG to BRW_NEW_*_PROG_DATA.
2014-12-03 Kenneth Graunkei965: Remove "disable_derivative_optimization" driconf...
2014-12-02 Ian Romanicki965: Just return void from brw_try_draw_prims
2014-12-02 Ian Romanickmesa: Use current Mesa coding style in check_valid_to_r...
2014-12-02 Ian Romanickmesa: Use unreachable instead of assert in check_valid_...
2014-12-02 Ian Romanickmesa: Silence unused parameter warnings in _mesa_valida...
2014-12-02 Ian Romanickmesa: Refactor common validation code to validate_DrawE...
2014-12-02 Ian Romanickmesa: Generate GL_INVALID_OPERATION when drawing w...
2014-12-02 Brian Paulmesa: fix height error check for 1D array textures
2014-12-02 Jan Veselyr600, llvm: Fix mem leak
2014-12-02 EdBclover: clCompileProgram CL_INVALID_COMPILER_OPTIONS
2014-12-02 Eric Anholtvc4: Pair up QPU instructions when scheduling.
2014-12-02 Dave Airlier600g/sb: fix issues cause by GLSL switching to loops...
2014-12-02 Rob Clarkfreedreno/a4xx: alpha blend fixes
2014-12-02 Rob Clarkfreedreno/a4xx: fix DRAW initiator encoding of index...
2014-12-02 Rob Clarkfreedreno: update generated headers
2014-12-02 Matt Turneri965/vec4: Rewrite dead code elimination to use live...
2014-12-02 Matt Turneri965/vec4: Track liveness of the flag register.
2014-12-02 Matt Turneri965/fs: Remove opt_drop_redundant_mov_to_flags().
2014-12-02 Matt Turneri965/fs: Use const fs_reg & rather than a copy or pointer.
2014-12-02 Matt Turneri965/fs: Dead code eliminate instructions writing the...
2014-12-02 Matt Turneri965/fs: Track liveness of the flag register.
2014-12-02 Matt Turneri965: Use local pointer to block_data in live intervals.
2014-12-02 Matt Turneri965/vec4: Make live_intervals part of the vec4_visitor...
2014-12-02 Matt Turneri965/fs: Treat the FB_WRITE as predicated if we're...
2014-12-02 Matt Turneri965: Don't treat IF or WHILE with cmod as writing...
2014-12-02 Matt Turneri965/disasm: Disassemble tdr and tm registers properly.
2014-12-02 Jordan Justenmain, glsl: Bump max known desktop glsl version to...
2014-12-02 Jordan Justenglsl/cs: Change gl_WorkGroupSize from ivec3 to uvec3
2014-12-02 Jonathan Grayi965: avoid anonymous struct in float <-> VF conversions
2014-12-01 Brian Paulmesa: fix arithmetic error in _mesa_compute_compressed_...
2014-12-01 Brian Paulvbo: also print buffer object pointer in vbo_print_vert...
2014-12-01 Brian Paulmesa: some improvements for print_list()
2014-12-01 Brian Paulmesa: inline/remove _mesa_polygon_stipple()
2014-12-01 Brian Paulsvga: fix comment typo
2014-12-01 Brian Paulmesa: remove unused functions in prog_execute.c
2014-12-01 Brian Paulmesa: update glext.h to version 20141118
2014-12-01 Brian Paulgallium: add include path to fix building of pipe-loade...
2014-12-01 José Fonsecagraw: Avoid 'near'/'far' variables.
2014-12-01 Matt Turneri965/fs: Clean up some whitespace in reg_allocate.
2014-12-01 Matt Turnerra: Don't use regs as the ralloc context.
2014-12-01 Matt Turneri965: Initialize INTEL_DEBUG once per process.
2014-12-01 Matt Turneri965: Initialize compaction tables once per process.
2014-12-01 Matt Turnerglsl: Initialize static temporaries_allocate_names...
2014-12-01 José Fonsecautil/u_atomic: Fix the unlocked implementation.
2014-12-01 José Fonsecautil/u_atomic: Add a simple test.
2014-12-01 Matt Turnerutil: Make u_atomic.h typeless.
2014-12-01 Matt Turnerutil: Use stdbool.h's bool rather than "boolean".
2014-12-01 Matt Turnerutil: Remove u_atomic.h's GCC inline assembly.
2014-12-01 Matt Turnerutil: Remove u_atomic.h's MSVC inline assembly.
next