st/mesa: handle layer and primitive id output and point size input
[mesa.git] / src /
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 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 Gluck IVscons: 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 Gluck IVbuild: remove forced -fno-rtti
2013-10-14 Matt Turneri965: Don't copy prop source mods into instructions...
2013-10-14 Constantin Baranovmesa: Add missing switch break in invalidate_framebuffe...
2013-10-13 Grigori Goronzyst/vdpau: add format conversions for GetBitsYCbCr
2013-10-13 Grigori Goronzyradeon: use staging for mapping linear textures
2013-10-13 Grigori Goronzyradeon/uvd: use PIPE_BIND_LINEAR for video surfaces
2013-10-13 Vincent Lejeuneradeonsi: Allow Sinking pass to move preloaded const...
2013-10-13 Vadim Girlinradeonsi: pass alpha_ref value to PS in the user sgpr
2013-10-13 Vadim Girlinr600g: fix tgsi_op2_s with trans-only instructions
2013-10-13 Kenneth Graunkei965: Merge intel_context.h into brw_context.h.
2013-10-13 Kenneth Graunkei965: Delete our copy of likely/unlikely macros.
2013-10-13 Kenneth Graunkemesa: Move U_FIXED/S_FIXED macros from i965 to macros.h.
2013-10-13 Kenneth Graunkemesa: Move ROUND_DOWN_TO() macro from i915/i965 to...
2013-10-13 Kenneth Graunkei965: Move need_workaround_flush = true to intel_batchb...
2013-10-13 Kenneth Graunkei965: Move DriverFlag initialization to brw_init_state().
2013-10-13 Kenneth Graunkei965: Merge intelInitContext into brwCreateContext.
2013-10-13 Kenneth Graunkei965: Move viewport driver hook setup to brw_init_drive...
2013-10-13 Kenneth Graunkei965: Make brwInitFunctions take brw_context rather...
2013-10-13 Kenneth Graunkei965: Merge intelInitFunctions() and brwInitFunctions().
2013-10-13 Kenneth Graunkei965: Merge intel_context.c into brw_context.c.
2013-10-13 Kenneth Graunkei965: Move memset of TextureFormatSupported to brw_init...
2013-10-13 Kenneth Graunkei965: Remove has_aa_line_parameters.
2013-10-13 Kenneth Graunkei965: Move state setup from brwCreateContext to brw_ini...
2013-10-13 Kenneth Graunkei965: Remove the brw_context::emit_state_always flag.
2013-10-13 Kenneth Graunkei965: Move hardware feature flags to brw_device_info.
2013-10-13 Kenneth Graunkei965: Move device quirks to brw_device_info.
2013-10-13 Kenneth Graunkei965: Move hardware limits to brw_device_info.
2013-10-13 Kenneth Graunkei965: Replace some intel_screen fields with brw_device_...
2013-10-13 Kenneth Graunkei965: Delete the INTEL_SEPARATE_STENCIL override.
2013-10-13 Kenneth Graunkei965: Add a new brw_device_info structure.
2013-10-13 Kenneth Graunkei965: Add the family name to the PCI ID table.
2013-10-13 Kenneth Graunkei965: Remove #define name from PCI ID table.
2013-10-13 Kenneth Graunkei965: Pull most driconf option handling into a centrali...
2013-10-13 Kenneth Graunkei965: Move a bunch of code from intelInitContext to...
2013-10-13 Kenneth Graunkei965: Update the comment about viewport hacks.
2013-10-13 Kenneth Graunkei965: Pull out INTEL_DEBUG handling into new intel_debu...
2013-10-13 Kenneth Graunkei965: Rename brwCreateContext's error parameter to...
2013-10-13 Eric Anholtdri: Move i965-specific context flag logic to dri common.
2013-10-12 Stephane Marchesini915g: Fix assert
2013-10-12 Paul Berrymesa: Remove warning that geometry shader support is...
2013-10-12 Paul Berryi965: Turn on GLSL 1.50 and GL 3.2 support for i965...
2013-10-12 Jay Cornwallradeon/llvm: show LLVM disassembly when available
2013-10-12 Roland Scheideggersoftpipe: fix seamless cube filtering
2013-10-12 Roland Scheideggerllvmpipe: increase fs shader variant instruction cache...
2013-10-12 Vinson Leemesa: Do not use newlocale on NetBSD.
2013-10-11 Brian Paulsvga: s/0/FALSE/
2013-10-11 Brian Paulmesa: add comment to clarify ctx->Driver.MapBufferRange...
2013-10-11 Brian Paulst/mesa: whitespace fixes in st_cb_bufferobjects.c
2013-10-11 Brian Paulvbo: assorted minor clean-ups
2013-10-11 Brian Paulglsl: fix signed/unsigned comparison warning
2013-10-11 Kristian Høgsbergwayland: Only pass wl_drm instance to gbm when using...
2013-10-11 Kristian Høgsbergwayland: Don't rely on static variable for identifying...
2013-10-11 Vinson Leeglapi: Do not use backtrace on NetBSD.
2013-10-11 Ian Romanickglsl: Remove extraneous .dir-locals.el
2013-10-11 Grigori Goronzyr600g: fix crash in set_framebuffer_state
next