mesa: Add GL_NV_vdpau_interop functions to dispatch_sanity.cpp.
[mesa.git] / src /
2013-10-27 Vinson Leemesa: Add GL_NV_vdpau_interop functions to dispatch_san...
2013-10-26 Brian Paulmesa: add vdpau.c and st_vdpau.c to src/mesa/SConscript
2013-10-26 Christian Königimplement NV_vdpau_interop v7
2013-10-26 Christian Königwinsys/radeon: make radeon_drm_winsys_create public
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 Forbesglsl: add signatures for textureGatherOffsets()
2013-10-26 Chris Forbesglsl: add support for texture functions with offset...
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 Forbesglsl: Add new textureGather[Offset]() overloads for...
2013-10-26 Chris Forbesglsl: Add support for separate reference Z for shadow...
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 Chris Forbesglsl: relax const offset requirement for textureGatherO...
2013-10-26 Chris Forbesglsl: Add ARB_gpu_shader5 textureGatherOffset signatures
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 Ilia Mirkinmesa/st: disable ARB_framebuffer_object when no driver...
2013-10-25 Ilia Mirkingallium: add PIPE_CAP_MIXED_FRAMEBUFFER_SIZES
2013-10-25 Adam Jacksonglx: Fix return value from indirect_bind_context
2013-10-25 Matt Turnerglsl: Optimize (not A) and (not B) into not (A or B).
2013-10-25 Matt Turnerglsl: Optimize (not A) or (not B) into not (A and B).
2013-10-25 Matt Turneri965/fs: Match commutative expressions with reversed...
2013-10-25 Matt Turneri965: s/Muchnik/Muchnick/.
2013-10-25 Marek Olšákr600g,radeonsi: use fences provided by the winsys
2013-10-25 Marek Olšákwinsys/radeon: add the implementation of fences from...
2013-10-25 Marek Olšákradeonsi: add the vertex shader position output if...
2013-10-25 Marek Olšákradeonsi: respect semantic indices for COLOR[i] fragmen...
2013-10-25 Paul Berryglsl: When disabling gl_PerVertex variables, check...
2013-10-25 Paul Berryglsl: Remove unused gl_PerVertex interface blocks.
2013-10-25 Paul Berryglsl: Call check_builtin_array_max_size when redeclarin...
2013-10-25 Paul Berrymesa: Fix geometry shader program queries.
2013-10-25 Paul Berryglsl: Account for interface block lowering in program_r...
2013-10-25 Paul Berryglsl: mark variables produced by lower_named_interface_...
2013-10-25 Paul Berryglsl: Keep track of centroid/interpolation mode for...
2013-10-25 Paul Berryglsl: Pass variable mode into ast_process_structure_or_...
2013-10-25 Paul Berryglsl: Extract interpretation of interpolation to its...
2013-10-25 Paul Berryglsl: Pull interpolation_string() out of ir_variable.
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 Berryglsl: set explicit_location correctly in lower_named_in...
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 Berryglsl/gs: Fix transform feedback of gl_ClipDistance.
2013-10-25 Paul Berryi965: Fix gl_MaxCombinedTextureImageUnits.
2013-10-25 Rob Clarkfreedreno/a3xx/compiler: relative addressing
2013-10-25 Rob Clarkfreedreno/a3xx: fix const/rel/const-rel encoding
2013-10-25 Rob Clarkfreedreno/a3xx: add blend state
2013-10-25 Rob Clarkfreedreno/resource: fail more gracefully
2013-10-24 Roland Scheideggergallivm: implement fully accurate corner filtering...
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 Anholtgbm: Add support for the new __driDriverGetExtensions...
2013-10-24 Eric Anholtegl: Add an optional function call for getting the...
2013-10-24 Eric Anholtglx: Add an optional function call for getting the...
2013-10-24 Eric Anholtdri: Move driver config options to dri driver extensions.
2013-10-24 Eric Anholtdri: Allow config options to be passed to the loader...
2013-10-24 Eric Anholtglx: Move the driver extension-loading to a helper...
2013-10-24 Francisco Jerezclover: Query maximum kernel block size from the device...
2013-10-24 Brian Paulglsl: silence unused 'var' variable warning
2013-10-24 Brian Paulsvga: remove user-space vertex/index buffer code
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-24 Rob Clarkfreedreno: fix compile error
2013-10-23 Paul Berryi965/fs: Only unroll high-accuracy dFdy() from SIMD16...
2013-10-23 Paul Berryglsl/gs: Prevent illegal input/output primitive types.
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 David Heidelbergerclover: fix build after a3ed98f7aa85636579a5696bf036ec1...
2013-10-23 Brian Paulnv50: clamp PIPE_SHADER_CAP_MAX_TEXTURE_SAMPLERS to...
2013-10-23 Brian Paulradeonsi: remove unused si_set_cs_sampler_view()
next