mesa.git
2014-12-18 Eric Anholtvc4: Fix missing newline for load immediate instruction...
2014-12-18 Matt Turnermesa: Remove unnecessary -f from $(RM).
2014-12-18 Matt Turnermesa: Remove tarballs/checksum rules.
2014-12-18 Matt Turnergallium: Add egl and gbm to distribution.
2014-12-18 Matt Turnermesa: Set DISTCHECK_CONFIGURE_FLAGS.
2014-12-18 Matt Turnertargets/xvmc: Add uninstall hooks to handle megadriver...
2014-12-18 Matt Turnertargets/vdpau: Add uninstall hooks to handle megadriver...
2014-12-18 Matt Turnertargets/vdpau: Add clean-local rule to remove .lib...
2014-12-18 Eric Anholtvc4: Add a userspace BO cache.
2014-12-18 Eric Anholtvc4: Add dmabuf support.
2014-12-18 Eric Anholtvc4: Drop a weird argument in the BOs-from-handles...
2014-12-17 Roland Scheideggerdraw: revert using correct order for prim decomposition.
2014-12-17 Jan Veselyutil: Silence signed-unsigned comparison warnings
2014-12-17 Cody Northropi965: Require pixel alignment for GPU copy blit
2014-12-16 Mark Janesi965: remove includes of sampler.h from extern "C"...
2014-12-16 Kenneth Graunkei965/query: Cache whether the batch references the...
2014-12-16 Kenneth Graunkei965/query: Use brw_bo_map to handle stall warnings.
2014-12-16 Kenneth Graunkei965/query: Remove redundant drm_intel_bo_references...
2014-12-16 Kenneth Graunkei965/query: Add query->bo == NULL early return in Check...
2014-12-16 Kenneth Graunkei965/query: Set Ready flag in gen6_queryobj_get_results().
2014-12-16 Eric Anholtvc4: Add support for turning add-based MOVs to muls...
2014-12-16 Eric Anholtvc4: Add a helper for changing a field in an instruction.
2014-12-16 Eric Anholtvc4: Fix the name of qpu_waddr_ignores_ws().
2014-12-16 Timothy Arceridocs: note change in minimum GCC version to 4.1.0
2014-12-16 Timothy Arceriutil: remove support for GCC older than 4.1.0
2014-12-16 Timothy Arcerimesa: remove support for GCC older than 4.1.0
2014-12-16 Timothy Arcerigbm: remove support for GCC older than 4.1.0
2014-12-16 Timothy Arcerigallium: remove support for GCC older than 4.1.0
2014-12-16 Timothy Arceriegl: remove support for GCC older than 4.1.0
2014-12-16 Timothy Arcerimesa: bump required GCC version to 4.1.0
2014-12-16 Timothy Arcerimesa: remove support for GCC older than 3.3.0
2014-12-16 Matt Turneri965/fs: Add a comment explaining what saturate propaga...
2014-12-16 Eric Anholtvc4: Add support for enabling early Z discards.
2014-12-16 Brian Paulst/mesa: remove extern "C" around #includes in st_glsl_...
2014-12-16 Brian Paulprogram: remove extern "C" usage in sampler.cpp
2014-12-16 Brian Paulprogram: remove extern "C" around #includes
2014-12-16 Brian Paulglsl: remove extern "C" around #includes
2014-12-16 Brian Paulst/mesa: add extern "C" to st_context.h
2014-12-16 Brian Paulst/mesa: add extern "C" to st_program.h
2014-12-16 Brian Paulmain: remove extern C around #includes in ff_fragment_s...
2014-12-16 Brian Paulmesa: move #include of mtypes.h outside __cplusplus...
2014-12-16 Brian Paulprogram: add #ifndef SAMPLER_H wrapper
2014-12-16 Brian Paulmesa: put extern "C" in src/mesa/program/*h header...
2014-12-16 Brian Paulmesa: put extern "C" in header files
2014-12-16 Juha-Pekka... mapi: add glapi-test and shared-glapi-test to .gitignore
2014-12-16 Juha-Pekka... util: add u_atomic_test to .gitignore
2014-12-16 Juha-Pekka... glx: remove __glXstrdup()
2014-12-16 Juha-Pekka... i965: add test_vf_float_conversions to .gitignore
2014-12-16 Juha-Pekka... i965: Make validate_reg tables constant
2014-12-16 Timothy Arceriglsl: remove commented out code
2014-12-16 Timothy Arcerii965: remove commented out code
2014-12-16 Ilia Mirkinnvc0: add missed PIPE_CAP_VERTEXID_NOBASE
2014-12-16 Roland Scheideggerst/mesa: use vertex id lowering according to pipe cap...
2014-12-16 Roland Scheideggerdraw: implement support for the VERTEXID_NOBASE and...
2014-12-16 Roland Scheideggergallium: add TGSI_SEMANTIC_VERTEXID_NOBASE and TGSI_SEM...
2014-12-16 Dave Airlier600g/sb: implement r600 gpr index workaround. (v3.1)
2014-12-16 Vadim Girlinr600g/sb: fix issues with loops created for switch
2014-12-16 Dave AirlieRevert "r600g/sb: fix issues cause by GLSL switching...
2014-12-15 Eric Anholtvc4: Add support for 32-bit signed norm/scaled vertex...
2014-12-15 Eric Anholtvc4: Add support for 16-bit signed/unsigned norm/scaled...
2014-12-15 Eric Anholtvc4: Rename the 16-bit unpack #define.
2014-12-15 Eric Anholtvc4: Add support for 8-bit unnormalized vertex attrs.
2014-12-15 Eric Anholtvc4: Refactor vertex attribute conversions a bit.
2014-12-15 Eric Anholtvc4: Fix use of r3 as a temp in 8-bit unpacking.
2014-12-15 Eric Anholtvc4: Rename UNPACK_8* to UNPACK_8*_F.
2014-12-15 Eric Anholtvc4: Add support for UMAD.
2014-12-15 Eric Anholtvc4: 0-initialize the screen again.
2014-12-15 Maxence Le... glsl: Add gl_MaxViewports to available builtin constants
2014-12-15 Andres Gomezi965/brw_reg: struct constructor now needs explicit...
2014-12-15 Eric Anholtvc4: Fix leaks of the compiled shaders' keys.
2014-12-15 Eric Anholtvc4: Fix leaks of the CL contents.
2014-12-15 Eric Anholtvc4: Fix leak of vc4_bos stashed in the context.
2014-12-15 Eric Anholtvc4: Fix leak of the compiled shader programs in the...
2014-12-15 Eric Anholtvc4: Fix leak of a copy of the scheduled QPU instructions.
2014-12-15 Eric Anholtvc4: Switch to using the util/ hash table.
2014-12-15 Eric Anholtvc4: Fix leak of simulator memory on screen cleanup.
2014-12-15 Eric Anholtvc4: Fix a leak of the simulator's exec BO's actual...
2014-12-15 Eric Anholthash_table: Fix compiler warnings from the renaming.
2014-12-15 Jason Ekstrandutil/hash_table: Rework the API to know about hashing
2014-12-14 Mario Kleinerglx/dri3: Don't fail on glXSwapBuffersMscOML(dpy, windo...
2014-12-14 Mario Kleinerglx/dri3: Request non-vsynced Present for swapinterval...
2014-12-14 Mario Kleinerglx/dri3: Track separate (ust, msc) for PresentPixmap...
2014-12-14 Mario Kleinerglx/dri3: Fix glXWaitForSbcOML() to handle targetSBC...
2014-12-14 Emil Velikovdocs: Add 10.4 sha256 sums, news item and link release...
2014-12-14 Emil Velikovdocs: Update 10.4.0 release notes
2014-12-13 Rob Clarkfreedreno/a4xx: mipmaps
2014-12-13 Rob Clarkfreedreno: update generated headers
2014-12-13 Rob Clarkfreedreno: add is_a3xx()/is_a4xx() helpers
2014-12-13 Rob Clarkfreedreno: helper to calc layer/level offset
2014-12-13 Kenneth Graunkei965/vec4: Drop writemasks on scratch reads.
2014-12-13 Timothy Arcerimesa: remove long dead 3Dnow optimisation
2014-12-12 Brian Paulir_to_mesa: remove unused 'target' variable
2014-12-12 Brian Paulutil: add missing closing brace for __cplusplus
2014-12-12 Brian Paulmesa: remove obsolete comment on _mesa_ClearColor()
2014-12-12 Brian Paulmesa: whitespace fixes, 80-column wrapping in texobj.c
2014-12-12 Brian Paulmesa: whitespace, line wrap fixes in clear.c
2014-12-12 Matt Turnermapi: Move rules for generating glapi_mapi_tmp.h out...
2014-12-12 Matt Turnerglsl: Add dist-hook to delete glcpp test *.out files.
2014-12-12 Matt Turnerglcpp: Make tests write .out files to builddir.
2014-12-12 Matt Turnergallium: Remove Android files from distribution.
next