mesa.git
2013-10-21 Francisco Jerezclover: Switch samplers to the new model.
2013-10-21 Francisco Jerezclover: Switch memory objects to the new model.
2013-10-21 Francisco Jerezclover: Switch kernel and program objects to the new...
2013-10-21 Francisco Jerezclover: Switch command queues to the new model.
2013-10-21 Francisco Jerezclover: Switch event objects to the new model.
2013-10-21 Francisco Jerezclover: Switch context objects to the new model.
2013-10-21 Francisco Jerezclover: Switch device objects to the new model.
2013-10-21 Francisco Jerezclover: Switch platform objects to the new model.
2013-10-21 Francisco Jerezclover: Define helper classes for the new object model.
2013-10-21 Francisco Jerezclover: Clean up property query functions by using...
2013-10-21 Francisco Jerezclover: Switch to the new utility code.
2013-10-21 Francisco Jerezclover: Name include guards consistently.
2013-10-21 Francisco Jerezclover: Replace a bunch of double underscores with...
2013-10-21 Francisco Jerezclover: Clean up the event profiling code.
2013-10-21 Francisco Jerezclover: Import new utility library.
2013-10-21 Francisco Jerezclover: Require GCC 4.7 or higher to build.
2013-10-21 Tom Stellardclover: Use std::numeric_limits<std::size_t>::max(...
2013-10-21 Roland Scheideggerllvmpipe: enable seamless cube filtering
2013-10-21 Roland Scheideggergallivm: implement seamless cube filtering
2013-10-21 Christian Königwinsys/radeon: cleanup CS offloading
2013-10-21 Rico Schüllerradeon: Enable ARB_texture_mirror_clamp_to_edge.
2013-10-21 Rico Schüllerr200: Enable ARB_texture_mirror_clamp_to_edge.
2013-10-21 Rico Schüllergallium: Enable ARB_texture_mirror_clamp_to_edge.
2013-10-21 Rico Schüllerswrast: Enable ARB_texture_mirror_clamp_to_edge.
2013-10-21 Rico Schüllermesa: Add infrastructure for GL_ARB_texture_mirror_clam...
2013-10-21 Alexander von... scons: Fix Haiku missing library
2013-10-20 Alexandre Demersdocs: Updating forgotten GL feature completion for...
2013-10-20 David Heidelbergerr300g/compiler: Fix unsigned comparison with less than...
2013-10-20 Vinson Leer600g/sb: Initialize shader::dce_flags.
2013-10-20 Kenneth Graunkei965: Mark G45 as having surface tile offset support.
2013-10-19 Vinson Leeglsl: Initialize per_vertex_accumulator::fields.
2013-10-19 Vinson Leemesa: Remove GLXContextID typedef from glx.h.
2013-10-19 Carl Worthdocs: Import 9.2.2 release notes, add news item.
2013-10-18 Kenneth Graunkedocs: Note that we support OpenGL 3.3 in the release...
2013-10-18 Kenneth Graunkei965: Enable OpenGL 3.3 and GLSL 3.30.
2013-10-18 Jon TURNEYtranslate_sse: Fix generated code argument handling...
2013-10-18 Jon TURNEYrtasm: Cygwin uses the msabi calling convention on...
2013-10-18 Jon TURNEYrtasm: The heap is NX on 64-bit Cygwin, so use the...
2013-10-18 Alexander von... scons: Simplified fix of llvm cxxflags for rtti
2013-10-18 Paul Berryglsl: Fix MSVC build (missing strcasecmp())
2013-10-17 Kenneth Graunkei965: Fold brwInitVtbl() into brwCreateContext().
2013-10-17 Kenneth Graunkei965: Merge brw_destroy_context() into intelDestroyCont...
2013-10-17 Kenneth Graunkei965: Replace dri_bo_release with drm_intel_bo_unreference.
2013-10-17 Kenneth Graunkei965: Unindent the body of intelDestroyContext.
2013-10-17 Kenneth Graunkei965: Un-virtualize brw_new_batch().
2013-10-17 Kenneth Graunkei965: Un-virtualize brw_finish_batch().
2013-10-17 Paul Berryglsl: In update_max_array_access, fix interface instanc...
2013-10-17 Paul Berryglsl: Treat layout-qualifier-id's as case-insensitive...
2013-10-17 Brian Paulmesa: remove PFNGLBLENDCOLORPROC, PFNGLBLENDEQUATIONPRO...
2013-10-17 Brian Paulst/mesa: add a few comments in st_create_context_priv()
2013-10-17 Dave Airliest/mesa: handle layer and primitive id output and point...
2013-10-17 Dave Airliest/mesa: add geometry shader ubo support
2013-10-17 Fabian Bielermesa/st: Allow geometry shaders without gl_Position...
2013-10-17 Bryan Cainst/mesa, glsl_to_tgsi: add support for geometry shaders
2013-10-17 Bryan Cainmesa/st: Add VARYING_SLOT_TEX[1-7] to st_translate_geom...
2013-10-17 Kristian HøgsbergRevert "i965: Create ARGB2101010 DRI configs"
2013-10-17 Vadim Girlinr600g/sb: fix issue with DCE between GVN and GCM (v2)
2013-10-17 Matt Turnerglapi: Add missing XML files to Makefile dependencies.
2013-10-17 Matt Turnerglsl: Optimize mul(a, -1) into neg(a).
2013-10-17 Matt Turneri965/fs: Handle printing HW_REGS in dump_instruction().
2013-10-17 Matt Turneri965: Print instructions' children during scheduling...
2013-10-16 José FonsecaRevert "scons: Fix build when rtti is disabled"
2013-10-16 Tom Stellardradeonsi: Use 'SI' as the LLVM processor for CIK on...
2013-10-16 Tom Stellardr600g/compute Improve debugging output
2013-10-16 Tom Stellardclover: Link libclc before running any optimizations
2013-10-16 Brian Paulmesa: change glTexImage[23]DMultisample() internalforma...
2013-10-16 Brian Paulsvga: minor fix-ups in svga_get_shader_param()
2013-10-16 Brian Paulcso: fix incorrect sampler view count in cso_restore_sa...
2013-10-16 Brian Paulmesa: update glxext.h to version 20131008
2013-10-16 Brian Paulmesa: update glext.h to version 20131008
2013-10-16 Brian Paulvbo: access VBO memory more efficiently when building...
2013-10-16 Brian Paulmesa: consolidate cube width=height error checking
2013-10-16 Kristian Høgsberggbm: Add support for gbm bos and surfaces using GBM_FOR...
2013-10-16 Kristian Høgsbergdri: Add __DRIimage support for the ARGB2101010 format
2013-10-16 Kristian Høgsbergi965: Create ARGB2101010 DRI configs
2013-10-16 Kristian Høgsbergdri/common: Add support for creating ARGB2101010 configs
2013-10-16 Kristian Høgsbergegl_dri2: Set NativeVisualID to the matching GBM config...
2013-10-16 Kristian Høgsbergegl_dri2: Remove depth argument from dri2_add_config()
2013-10-16 Kristian Høgsbergegl_dri2: Match X11 visuals using rgba masks instead...
2013-10-16 Singh, Satyeshwari965: Add support for RGB565 __DRIimage
2013-10-16 Singh, Satyeshwaregl-wayland: Add support for RGB565 pixel format for...
2013-10-16 Alexander von... scons: Fix build when rtti is disabled
2013-10-16 José Fonsecallvmpipe: Advertise PIPE_CAP_DEPTH_CLIP_DISABLE.
2013-10-16 José Fonsecadraw: make vs_slot signed.
2013-10-15 Emil Velikovconfigure.ac: drop obsolete variable HAVE_COMMON_DRI
2013-10-15 Emil Velikovswrast: add correct include for out-of-tree builds
2013-10-15 Bryan Cainmesa: fix transform feedback when a geometry shader...
2013-10-15 Paul Berryi965/gs: Set the REORDER bit in 3DSTATE_GS.
2013-10-15 Paul Berryi965/fs: Remove bogus field prog_data->dispatch_width.
2013-10-15 Paul Berryglsl: Add new GLSL 1.50 constants.
2013-10-15 Eric Anholti965: Move the common binding table offset code to...
2013-10-15 Eric Anholti965/vec4: Dynamically assign the VS/GS binding table...
2013-10-15 Eric Anholti965/fs: Dynamically set up the WM binding table offsets.
2013-10-15 Eric Anholti965: Make a brw_stage_prog_data for storing the SURF_I...
2013-10-15 Eric Anholti965: Always have the struct gl_program * in the backen...
2013-10-15 Eric Anholti965: Drop a couple of unused defines.
2013-10-15 Eric Anholti965: Remove dead arguments from prog_data_compare.
2013-10-15 Alexander von... build: remove forced -fno-rtti
2013-10-14 Matt Turnerconfigure.ac: Don't check for awk, grep, nm.
2013-10-14 Matt Turnerconfigure.ac: Don't check for cross compiling.
next