mesa: Fix typo in error message
[mesa.git] / src /
2014-04-13 Chris Forbesmesa: Fix typo in error message
2014-04-13 Iago Toral Quirogai965: glClearBuffer() should only clear a single buffer.
2014-04-12 Chris Forbesi965: Add comment to explain the weird-looking shadow...
2014-04-12 Kenneth Graunkeglsl: Ignore loop-too-large heuristic if there's bad...
2014-04-12 Kenneth Graunkeglsl: Rename loop_unroll_count::fail to "nested_loop."
2014-04-12 Kenneth Graunkeglsl: Pass gl_shader_compiler_optimizations to unroll_l...
2014-04-12 Kenneth Graunkeglsl: Drop do_common_optimization's max_unroll_iteratio...
2014-04-12 Kenneth Graunkei965: Use EmitNoIndirect flags in lower_variable_index_...
2014-04-12 Kenneth Graunkei965: Correct EmitNoIndirect shader compiler option...
2014-04-11 Matt Turneri965/fs: Reset reg_from when we can't coalesce.
2014-04-11 Eric Anholti965: Fill in a bunch of gen7/hsw data cache-related...
2014-04-11 Eric Anholti965: Stop setting up a 1:1 "attrib" member in our...
2014-04-11 Eric Anholti965: Skip a bunch of IB BO refcount twiddling.
2014-04-11 Eric Anholti965/gen7: Skip repeated NULL depth/stencil state emits.
2014-04-11 Brian Pauldraw: remove unused 'start' variable in draw_stats_clip...
2014-04-11 Kenneth Graunkeglsl: Try vectorizing when seeing a repeated assignment...
2014-04-11 Ian Romanickglsl: Propagate explicit binding information from the...
2014-04-11 Ian Romanicklinker: Set binding for all elements of UBO array
2014-04-11 Ian Romanicklinker: Set block bindings based on UniformBlocks rathe...
2014-04-11 Ian Romanicklinker: Clean up "unused parameter" warnings
2014-04-11 Ian Romanicklinker: Fold set_uniform_binding into call site
2014-04-11 Ian Romanicklinker: Various trivial clean-ups in set_sampler_binding
2014-04-11 Ian Romanicklinker: Split set_uniform_binding into separate functio...
2014-04-11 Heinrich Janzingsoftpipe: fix shadow sampling
2014-04-11 Brian Paulsoftpipe: add PIPE_CAP_MIN/MAX_TEXTURE_GATHER_OFFSET...
2014-04-11 Brian Paulmesa: use _mesa_get_srgb_format_linear() in sRGB texsto...
2014-04-11 Brian Paulswrast: use macros to initialize texfetch_funcs[] table
2014-04-11 Brian Paulswrast: fix more fetch_texel function names
2014-04-11 José Fonsecaegl-static: Fix missing radeon_surface.h includes.
2014-04-11 Knut Andre Tidemanngallium/radeon: fix missing winsys include in pipe...
2014-04-11 Christian Königst/omx/enc: separate input buffer private and task...
2014-04-11 Christian Königradeon/vce: implement B-frame support
2014-04-11 Christian Königradeon/vce: add proper CPB backtrack
2014-04-11 Christian Königvl: add interface for H264 B-frame encoding
2014-04-11 Christian Königradeon/vce: remove RVCE_NUM_CPB_EXTRA_FRAMES
2014-04-11 Kenneth Graunkei965: Fix missing _NEW_SCISSOR in Broadwell SF_CLIP_VIE...
2014-04-11 Ilia Mirkinmesa/st: set min/max texture gather offset to driver...
2014-04-11 Ilia Mirkingallium: add a way to query min/max texture gather...
2014-04-10 Marek Olšákwinsys/radeon: fix a race condition in initialization...
2014-04-10 Marek Olšákwinsys/radeon: fix a race condition between winsys_crea...
2014-04-10 Marek Olšákwinsys/radeon: fix a race condition between 2 calls...
2014-04-10 Marek Olšákwinsys/radeon: remove unused radeon_info variables...
2014-04-10 Marek Olšákwinsys/radeon: unify radeon_bo::flink and radeon_bo...
2014-04-10 Marek Olšákwinsys/radeon: remove definitions already present in...
2014-04-10 Marek Olšákwinsys/radeon: handle squared micro tiling from GEM_GET...
2014-04-10 Marek Olšákgallium/u_gen_mipmap: rewrite using pipe->blit (v2)
2014-04-10 Marek Olšákst/mesa: properly implement MapTextureImage with multip...
2014-04-10 Brian Paulmesa: remove the MALLOC, CALLOC and FREE macros
2014-04-10 Brian Paulxlib: s/FREE/free/
2014-04-10 Brian Paulmesa: s/FREE/free/ in vdpau code
2014-04-10 Brian Paulmesa: s/FREE/free/ in _mesa_free_errors_data()
2014-04-10 Brian Paulmesa: use malloc/free instead of MALLOC/FREE in attrib...
2014-04-10 Brian Paulst/mesa: fix sampler_view REALLOC/FREE macro mix-up
2014-04-10 Chris Forbesi965: Enable ARB_texture_view on Gen7
2014-04-10 Chris Forbesi965: Account for view parameters in blit CTSI path
2014-04-10 Chris Forbesi965: Account for MinLayer/MinLevel in blorp CTSI path
2014-04-10 Chris Forbesi965: Account for view parameters in fast depth clears
2014-04-10 Chris Forbesi965/blorp: Account for nonzero MinLayer in layered...
2014-04-10 Chris Forbesi965/blorp: Use irb->layer_count in clear
2014-04-10 Chris Forbesi965: Add layer_count to intel_renderbuffer
2014-04-10 Chris Forbesi965: Pull out layer_multiplier in intel_update_renderb...
2014-04-10 Chris Forbesi965: Add `layered` parameter to intel_update_renderbuf...
2014-04-10 Chris Forbesi965: Adjust renderbuffer wrapper to account for MinLev...
2014-04-10 Chris Forbesi965: Enable texture upload fast path with MinLevel
2014-04-10 Chris Forbesi965: Account for MinLevel in texture upload fast path
2014-04-10 Chris Forbesi965: Adjust map/unmap code for MinLevel/MinLayer
2014-04-10 Chris Forbesi965: Don't try to use fast upload path for nontrivial...
2014-04-10 Chris Forbesi965: Adjust surface_state emission to account for...
2014-04-10 Chris Forbesi965: Add _Format to intel_texobj.
2014-04-10 Chris Forbesi965: Add driver hook for TextureView
2014-04-10 Chris Forbesi965: Ensure that texture validation is skipped for...
2014-04-10 Chris Forbesi965: refactor format selection for unsupported ETC...
2014-04-10 Chris Forbesi965: refactor format munging for separate stencil
2014-04-10 Chris Forbesi965: Include #slices in miptree debug
2014-04-10 Chris Forbesmesa: Adjust _MaxLevel computation to account for views
2014-04-10 Chris Forbesmesa: Prefer non-swizzled formats for most sized intern...
2014-04-10 Chris Forbesi965: Render R8G8B8X8 as R8G8B8A8
2014-04-10 Chris Forbesi965: Pretend we don't support BRW_SURFACEFORMAT_R16G16...
2014-04-10 Chris Forbesi965: Enable R10G10B10A2_UNORM format
2014-04-10 Chris Forbesi965: Enable R8G8B8A8_UNORM_SRGB format
2014-04-10 Chris Forbesswrast: Add support for fetching from MESA_FORMAT_R10G1...
2014-04-10 Chris Forbesmesa: fix packing of float texels to GL_SHORT/GL_BYTE
2014-04-10 Michel Dänzerr600g: Don't leak bytecode on shader compile failure
2014-04-09 Emil Velikovbuild: force .so extension for the gallium dri modules
2014-04-09 Jon TURNEYPartially revert bba9c28 "configure: use LIB_EXT rather...
2014-04-09 Emil VelikovPartially revert "st/xa: Fix advertized version number...
2014-04-09 Emil Velikovglx: drop obsolete _XUnlock_Mutex in __glXInitialize...
2014-04-09 Rob Clarkfreedreno/a3xx: assert() -> debug_assert()
2014-04-09 Brian Paulsvga: move LIST_INITHEAD(dirty_buffers) earlier in...
2014-04-09 Kenneth Graunkei965: Stop advertising GL_MESA_ycbcr_texture.
2014-04-09 Rob Clarkfreedreno/a3xx/compiler: add CEIL
2014-04-09 Rob Clarkfreedreno/a3xx/compiler: fix neg mov's
2014-04-08 Marek Olšákradeonsi: allow fast color clear and Hyper-Z with 1D...
2014-04-08 Marek Olšákr600g,radeonsi: add a bunch of useful queries for the HUD
2014-04-08 Marek Olšákr600g,radeonsi: set correct initial domain for shared...
2014-04-08 Marek Olšákgallium/radeon: fix warnings
2014-04-08 Iago Toral Quirogatnl: Merge _tnl_vbo_draw_prims() into _tnl_draw_prims().
2014-04-08 Topi Pohjolaineni965: Remove unused sampler key fields
2014-04-08 Brian Paulmesa: move declaration before code in etc2_unpack_rgb8()
2014-04-08 Kenneth Graunkei965: Delete "fast color clear unsupported" performance...
next