glsl: Add type predicate to check whether a type contains any opaque types.
[mesa.git] / src / mesa /
2013-10-29 Francisco Jerezglsl: Add new atomic_uint built-in GLSL type.
2013-10-29 Francisco Jerezmesa: Add support for ARB_shader_atomic_counters.
2013-10-29 Francisco Jerezglapi: Add support for ARB_shader_atomic_counters.
2013-10-29 Francisco Jerezi965: Handle deallocation of some private ralloc contex...
2013-10-29 Francisco Jerezmesa: Define introspection macro to determine whether...
2013-10-29 Paul Berryglsl: Generalize MSVC fix for strcasecmp().
2013-10-29 Brian Paulst/mesa: move out of memory check in st_draw_vbo()
2013-10-29 Eric Anholti965/vec4: Reduce working set size of live variables...
2013-10-28 Carl WorthRemove error when calling glGenQueries/glDeleteQueries...
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-28 Rico Schüllermesa: Remove trailing whitespace in texparam.c
2013-10-28 Brian Paulmesa: use void in _mesa_VDPAUFiniNV() as in the header...
2013-10-27 Paul Berryi965: Make fs gl_PrimitiveID input work even when there...
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 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 Ilia Mirkinmesa/st: disable ARB_framebuffer_object when no driver...
2013-10-25 Matt Turneri965/fs: Match commutative expressions with reversed...
2013-10-25 Matt Turneri965: s/Muchnik/Muchnick/.
2013-10-25 Paul Berrymesa: Fix geometry shader program queries.
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 Berryglsl/gs: Fix transform feedback of gl_ClipDistance.
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 Ian Romanickmesa/tests: Add simple, dumb test for _mesa_program_sta...
2013-10-22 Scott Grahammesa: fixes for MSVC 2013
2013-10-22 Brian Paulst/mesa: minor whitespace, comment changes in st_draw.c
2013-10-22 Brian Paulmesa: fix a couple issues with U_FIXED, I_FIXED macros
2013-10-22 Brian Paulmesa: remove remnants of GL_MESA_shader_debug
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-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-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.
next