glsl: Add new atomic_uint built-in GLSL type.
[mesa.git] / src / mesa / drivers /
2013-10-29 Francisco Jerezglsl: Add new atomic_uint built-in GLSL type.
2013-10-29 Francisco Jerezi965: Handle deallocation of some private ralloc contex...
2013-10-29 Eric Anholti965/vec4: Reduce working set size of live variables...
2013-10-28 Kenneth Graunkei965: Also emit HiZ and Stencil packets when disabling...
2013-10-28 Kenneth Graunkei965: Also emit HIER_DEPTH and STENCIL packets when...
2013-10-28 Kenneth Graunkei965: Move post-sync non-zero flush for 3DSTATE_MULTISA...
2013-10-28 Kenneth Graunkei965: Also guard 3DSTATE_DRAWING_RECTANGLE with a flush...
2013-10-28 Kenneth Graunkei965: Emit post-sync non-zero flush before 3DSTATE_DRAW...
2013-10-28 Kenneth Graunkei965: Emit post-sync non-zero flush before 3DSTATE_GS_S...
2013-10-28 Daniel Vetteri965: CS writes/reads should use I915_GEM_INSTRUCTION
2013-10-28 Anuj Phogati965: Do not set bilinear_filter flag in case of multis...
2013-10-27 Paul Berryi965: Make fs gl_PrimitiveID input work even when there...
2013-10-26 Chris Forbesi965: Remove ir_txf coord+offset special case in visitors
2013-10-26 Chris Forbesi965: Generalize coord+offset lowering pass for ir_txf
2013-10-26 Chris Forbesi965: Add lowering pass to fold offset into unnormalize...
2013-10-26 Chris Forbesi965: Add lowering pass for splitting textureGatherOffsets
2013-10-26 Chris Forbesi965: Add asserts to ensure that ir_tg4 offset arrays...
2013-10-26 Chris Forbesi965/fs: Add support for shadow comparitors with gather4
2013-10-26 Chris Forbesi965/vs: Add support for shadow comparitors with gather4
2013-10-26 Chris Forbesi965: Add Gen7 gather4_c and gather4_po_c message types
2013-10-26 Chris Forbesi965/vs: add support for gather4 with nonconstant offsets
2013-10-26 Chris Forbesi965/fs: add support for gather4 with nonconstant offsets
2013-10-26 Chris Forbesi965: relax brw_texture_offset assert
2013-10-26 Chris Forbesi965: Add SHADER_OPCODE_TG4_OFFSET for gather with...
2013-10-26 Chris Forbesi965: add missing tg4 case in brw_instruction_name
2013-10-26 Kenneth Graunkei965: Weaken the flushing in gen7_end_transform_feedback().
2013-10-25 Eric Anholti965/fs: Stop trying to hack around MRF dep chains...
2013-10-25 Eric Anholti965: Try not to reverse-schedule things when doing...
2013-10-25 Matt Turneri965/fs: Match commutative expressions with reversed...
2013-10-25 Matt Turneri965: s/Muchnik/Muchnick/.
2013-10-25 Paul Berryi965: Reduce gl_MaxGeometryInputComponents to 64.
2013-10-25 Paul Berryi965/gs: If a DUAL_OBJECT gs would spill, fall back...
2013-10-25 Paul Berryi965/gs: Fix up gl_PointSize input swizzling for DUAL_I...
2013-10-25 Paul Berryi965/gs: Add the ability to compile a DUAL_INSTANCED...
2013-10-25 Paul Berryi965/vec4: Add the ability to suppress register spilling.
2013-10-25 Paul Berryi965/vec4: if register allocation fails, don't try...
2013-10-25 Paul Berryi965/vec4: Add the ability for attributes to be interle...
2013-10-25 Paul Berryi965/gs: Set force_writemask_all when setting up g0.
2013-10-25 Paul Berryi965/gs: Precompile geometry shaders.
2013-10-25 Paul Berryi965/vec4: Extract function to set up vec4 prog key...
2013-10-25 Paul Berryi965/vec4: Remove uses_clip_distance from program key.
2013-10-25 Paul Berryglsl: Move UsesClipDistance from gl_{vertex,geometry...
2013-10-25 Paul Berryi965: Fix gl_MaxCombinedTextureImageUnits.
2013-10-24 Eric Anholtmesa: Remove dricore from the build.
2013-10-24 Eric Anholtswrast: Build the driver into the shared mesa_dri_drive...
2013-10-24 Eric Anholtradeon: Build the driver into the shared mesa_dri_drive...
2013-10-24 Eric Anholti915: Build the driver into the shared mesa_dri_drivers.so.
2013-10-24 Eric Anholtdri: Add a tool for generating #defines to namespace...
2013-10-24 Eric Anholtnouveau: Build the driver into the shared mesa_dri_driv...
2013-10-24 Eric Anholti965: Build the driver into a shared mesa_dri_drivers...
2013-10-24 Eric Anholtdri: Implement a DRI vtable extension to replace the...
2013-10-24 Eric Anholtdri: Pass in the dlsym()ed driver extension to screen...
2013-10-24 Eric Anholtdri: Move driver config options to dri driver extensions.
2013-10-24 Chad Versacei965: Print more debuginfo in intel_texsubimage_memcpy()
2013-10-24 Chad Versacei965: Fix glTexImage when packing alignment != cpp
2013-10-23 Paul Berryi965/fs: Only unroll high-accuracy dFdy() from SIMD16...
2013-10-23 Eric Anholti965: Add perf debug hint when the app makes us do...
2013-10-23 Eric Anholti965: Try to avoid stalls on the GPU when doing glBuffe...
2013-10-23 Eric Anholti965: Be sure to reset brw->vb.buffers[] when trying...
2013-10-23 Eric Anholti965: Add support for GL_ARB_texture_buffer_range.
2013-10-23 Eric Anholti965: Add a note about the late-allocation in intel_buf...
2013-10-23 Eric Anholti965: Drop intel_bufferobj_source().
2013-10-23 Eric Anholti965: Fix texture buffer rendering after a whole buffer...
2013-10-23 Kenneth Graunkei965: Expose write_reg() as brw_store_register_mem64().
2013-10-23 Kenneth Graunkei965: Move flushing out of write_reg and into the callers.
2013-10-22 Kenneth Graunkei965: Only emit interpolation setup if there are actual...
2013-10-22 Chris Forbesi965/fs: Fix accidental type conversion in header setup
2013-10-22 Chris Forbesi965/fs: Fix handling of sampler messages with header...
2013-10-22 Kenneth Graunkei965: Implement ARB_texture_mirror_clamp_to_edge.
2013-10-22 Kenneth Graunkei965: Drop unused simple_list.h includes.
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-20 Kenneth Graunkei965: Mark G45 as having surface tile offset support.
2013-10-18 Kenneth Graunkei965: Enable OpenGL 3.3 and GLSL 3.30.
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 Kristian HøgsbergRevert "i965: Create ARGB2101010 DRI configs"
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 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 Singh, Satyeshwari965: Add support for RGB565 __DRIimage
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 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 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-14 Matt Turneri965: Don't copy prop source mods into instructions...
2013-10-13 Kenneth Graunkei965: Merge intel_context.h into brw_context.h.
next