mesa.git
2014-12-08 Tom Stellardradeonsi/compute: Clamp COMPUTE_TMPRING_SIZE.WAVES...
2014-12-08 Tom Stellardwinsys/radeon: Always report at least 1 compute unit
2014-12-08 Tom Stellardradeonsi: Program RASTER_CONFIG for harvested GPUs v5
2014-12-08 Roland Scheideggerdraw: (trivial): remove double semicolon
2014-12-08 Abdiel Janulguest/mesa: For vertex shaders, don't emit saturate when...
2014-12-08 Abdiel Janulgueglsl: Don't optimize min/max into saturate when EmitNoS...
2014-12-08 Abdiel Janulgueir_to_mesa: Remove sat to clamp lowering pass
2014-12-08 Michael Forneyloader: Add missing EXPAT_CFLAGS to libloader.la CPPFLAGS
2014-12-08 Matt Turneri965: Remove default from brw_instruction_name switch...
2014-12-08 Matt Turneri965: Add missing opcode names.
2014-12-08 Matt Turneri965: Add opcode names for set_omask and set_sample_id.
2014-12-08 Chad Versaceegl: Expose EGL_KHR_get_all_proc_addresses and its...
2014-12-07 Emil Velikovdocs: add news item and link release notes for mesa...
2014-12-07 Emil Velikovdocs: Add sha256 sums for the 10.3.5 release
2014-12-07 Emil VelikovAdd release notes for the 10.3.5 release
2014-12-06 Ilia Mirkinfreedreno/a2xx: silence warning about missing DEPTH32X
2014-12-06 Ilia Mirkinfreedreno/a3xx: handle index_bias (i.e. base_vertex)
2014-12-06 Ilia Mirkinfreedreno/a3xx: add bgr565 texturing and rendering
2014-12-06 Ilia Mirkinfreedreno/a3xx: add support for SRGB render targets
2014-12-06 Ilia Mirkinfreedreno/a3xx: output RGBA16_FLOAT from fs for certain...
2014-12-06 Ilia Mirkinfreedreno/a3xx: re-enable rgb10_a2 render targets
2014-12-06 Ilia Mirkinfreedreno/a3xx: fix border color swizzle to match textu...
2014-12-06 Ilia Mirkinfreedreno/a3xx: fix alpha-blending on RGBX formats
2014-12-06 Chris Forbesglcpp: Fix `can not` to `cannot` in error message
2014-12-06 Chris Forbesglcpp: Disallow undefining GL_* builtin macros.
2014-12-06 Chris Forbesi965/Gen6-7: Fix point sprites with PolygonMode(GL_POINT)
2014-12-06 Chris Forbesi965: Fix regs read for FS_OPCODE_INTERP_PER_SLOT_OFFSET
2014-12-06 Chris Forbesi965: Add opcode names for FS interpolation opcodes
2014-12-06 Roland Scheideggermesa/st: don't use CMP / I2F for conditional assignment...
2014-12-06 Roland Scheideggerllvmpipe: decrease MAX_SCENES from 2 to 1
2014-12-06 Roland Scheideggerdraw: use the prim type from prim_info not emit in...
2014-12-06 Roland Scheideggerdraw: use correct output prim for non-adjacent topologi...
2014-12-06 Roland Scheideggerdraw: kill off unneded prim assembler code for handling...
2014-12-06 Roland Scheideggergallium/docs: (trivial) remove STR opcode description.
2014-12-06 Matt Turneri965/fs: Perform CSE on MOV ..., VF instructions.
2014-12-06 Matt Turneri965/fs: Try to emit LINE instructions on Gen <= 5.
2014-12-06 Matt Turneri965/fs: Add support for generating the LINE instruction.
2014-12-06 Matt Turneri965: Set the region of LINE's src0 to <0,1,0>.
2014-12-06 Matt Turneri965: Give compile stats through KHR_debug.
2014-12-06 Matt Turnermesa: Add a source parameter to _mesa_gl_debug.
2014-12-06 Eric Anholtvc4: Try swapping the regfile A to B to pair instructions.
2014-12-06 Eric Anholtvc4: Allow pairing of some instructions that disagree...
2014-12-05 Matt Turnerconfigure.ac: Replace contraction to fix syntax highlig...
2014-12-05 Ben Widawskyi965/gs: Avoid DW * DW mul
2014-12-05 Eric Anholtvc4: Add separate write-after-read dependency tracking...
2014-12-05 Eric Anholtvc4: Fix inverted priority of instructions for QPU...
2014-12-05 Eric Anholtvc4: Refuse to merge two ops that both access shared...
2014-12-05 Eric Anholtvc4: Allow dead code elimination of color reads.
2014-12-05 Eric Anholtvc4: Add a debug flag for waiting for sync on submit.
2014-12-05 Matt Turneri965/fs: Move brw_file_from_reg() higher in the file.
2014-12-05 Matt Turneri965/fs: Make brw_reg_from_fs_reg static and remove...
2014-12-05 Matt Turneri965: Use ~0 to represent true on all generations.
2014-12-05 Matt Turneri965: Change the type of booleans to D.
2014-12-05 Matt Turneri965/fs: Add a negate() function.
2014-12-05 Matt Turneri965/vec4: Don't DCE flag-writing insts because dest...
2014-12-05 Matt Turneri965/vec4: Allow CSE on uniform-vec4 expansion MOVs.
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.
next