st/omx/enc: implement frame reordering and B-frames
[mesa.git] / src / mesa /
2014-04-21 Brian Paulmesa: move declaration before code
2014-04-21 Anuj Phogatmesa: Fix error code generation in glReadPixels()
2014-04-21 Anuj Phogatmesa: Add an error condition in glGetFramebufferAttachm...
2014-04-21 Benjamin Bellecmesa: fix GetStringi error message with correct functio...
2014-04-21 Brian Paulst/mesa: fix invalid pointer use in st_texture_get_samp...
2014-04-20 Chris Forbesi965: Use ctx->Texture._MaxEnabledTexImageUnit for...
2014-04-20 Chris Forbesmesa: Track max enabled tex image unit
2014-04-18 Kenneth Graunkei965/fs: Implement fs_inst::force_sechalf support on...
2014-04-18 Matt Turneri965/fs: Reduce restrictions on interference in registe...
2014-04-18 Matt Turneri965/fs: Give up in interference check if we see a...
2014-04-18 Matt Turneri965/fs: Simplify interference scan in register coalescing.
2014-04-18 Matt Turneri965/fs: Unindent can_coalesce_vars().
2014-04-18 Matt Turneri965/fs: Recognize nop-MOV instructions early.
2014-04-18 Matt Turneri965/fs: Only sweep NOPs if register coalescing made...
2014-04-17 Kenneth Graunkei965: Retype pre-Gen6 varying pull load destination...
2014-04-17 Anuj Phogatmesa: Fix error condition for multisample proxy texture...
2014-04-17 Anuj Phogati965: Add glBlitFramebuffer to commands affected by...
2014-04-17 Anuj Phogatswrast: Add glBlitFramebuffer to commands affected...
2014-04-17 Anuj Phogati965: Fix component mask and varying_to_slot mapping...
2014-04-17 Anuj Phogati965: Fix component mask and varying_to_slot mapping...
2014-04-17 Anuj Phogati965: Put an assertion to check valid varying_to_slot...
2014-04-17 Maarten Lankhorstgallium glsl: Fix crash with piglit fs-deref-literal...
2014-04-17 Chris Forbesmeta: Clip src/dest rects in BlitFramebuffer, using...
2014-04-17 Samuel Iglesias... mesa: fix check for dummy renderbuffer in _mesa_Framebu...
2014-04-17 Matt Turneri965: Don't make instructions with a null dest a barrie...
2014-04-17 Juha-Pekka Heikkilai965/fs: Change fs_visitor::emit_lrp to use MAC for...
2014-04-17 Juha-Pekka Heikkilai965/fs: Add support for the MAC instruction.
2014-04-17 Juha-Pekka Heikkilai965/vec4: Change vec4_visitor::emit_lrp to use MAC...
2014-04-17 Juha-Pekka Heikkilai965/vec4: Add support for the MAC instruction.
2014-04-17 Juha-Pekka Heikkilai965: Add writes_accumulator flag
2014-04-17 Juha-Pekka Heikkilai965: Add is_accumulator() function.
2014-04-17 Matt Turneri965: Add reads_accumulator_implicitly() function.
2014-04-17 Anuj Phogatmesa: Add error condition for integer formats in glGetT...
2014-04-17 Anuj Phogatmesa: Add helper function _mesa_is_format_integer()
2014-04-17 Anuj Phogatmesa: Fix glGetVertexAttribi(GL_VERTEX_ATTRIB_ARRAY_SIZE)
2014-04-16 Matt TurnerRevert "i965/fs: Only sweep NOPs if register coalescing...
2014-04-15 Matt Turneri965/fs: Only sweep NOPs if register coalescing made...
2014-04-15 Eric Anholti965: Fix buffer overruns in MSAA MCS buffer clearing.
2014-04-15 Eric Anholtmeta: Add support for MSAA resolves from 2D_MS_ARRAY...
2014-04-15 Eric Anholtmeta: Add an accelerated glCopyTexSubImage using glBlit...
2014-04-15 Eric Anholtmeta: Add support for CUBE_MAP_ARRAY to generatemipmap.
2014-04-15 Eric Anholtmeta: Infer bind_fbo_image parameters from an incoming...
2014-04-15 Eric Anholtmeta: Move bind_fbo_image() code back to meta.c, to...
2014-04-15 Eric Anholtmeta: Refactor the BlitFramebuffer depth CopyTexImage...
2014-04-15 Eric Anholtmeta: Refactor the BlitFramebuffer color CopyTexImage...
2014-04-15 Eric Anholtmeta: Drop blit src size fallback.
2014-04-15 Mike Stroyani965: Avoid dependency hints on math opcodes
2014-04-15 Matt Turneri965: Expand INTEL_DEBUG to uint64_t.
2014-04-15 Matt Turnerdri: Expand driParseDebugString return value to uint64_t.
2014-04-15 Matt Turneri965/fs: Remove dead_code_eliminate_local().
2014-04-15 Matt Turneri965/fs: Clear variable from live-set if it's completel...
2014-04-15 Matt Turneri965/fs: Reimplement dead_code_elimination().
2014-04-15 Matt Turneri965/vec4: Let DCE eliminate dead writes in other basic...
2014-04-15 Matt Turneri965/gs: Add dummy source to prepare_channel_masks...
2014-04-15 Kenneth Graunkei965: Disable Z16 in all APIs.
2014-04-15 Kenneth Graunkei965: Update comments about Z16 being slow.
2014-04-14 Jordan Justeni965/gen8: add debug code to show FS disasm with jump...
2014-04-13 Chris Forbesmesa: Consider gl_VertexID and gl_InstanceID active...
2014-04-13 Chris Forbesmesa: Extract is_active_attrib() in shaderapi
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: 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 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 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-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
next