mesa.git
2014-04-16 José FonsecaRevert "scons: Enable building through Clang Static...
2014-04-16 Marek Olšákr600g,radeonsi: share some of gfx flush code
2014-04-16 Marek Olšákr600g,radeonsi: share r600_flush_from_st
2014-04-16 Marek Olšákr600g: merge r600_flush with r600_context_flush
2014-04-16 Marek Olšákradeonsi: merge si_flush with si_context_flush
2014-04-16 Marek Olšákgallium/radeon: create and return a fence in the flush...
2014-04-16 Marek Olšákr600g: remove redundant r600_flush_dma_from_winsys
2014-04-16 Marek Olšákwinsys/radeon: fold cs_set_flush_callback into cs_create
2014-04-16 Marek Olšákradeonsi: cleanup redundant computation of flush flags...
2014-04-16 Marek Olšákr600g: remove redundant r600_flush_from_winsys
2014-04-16 Marek Olšákwinsys/radeon: remove cs_write_reloc, add simpler cs_ge...
2014-04-16 Marek Olšákwinsys/radeon: consolidate hash table lookup
2014-04-16 José Fonsecascons: Add an analyze option.
2014-04-16 José Fonsecautil/u_debug: Add noreturn attribute to _debug_assert_f...
2014-04-16 José Fonsecascons: Enable building through Clang Static Analyzer.
2014-04-16 Iago Toral... glsl: Properly handle blocks that define the same field...
2014-04-16 Michel Dänzerr600g/radeonsi: Map transfer staging texture unsynchron...
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 Matt Turnerglsl: Use M_PI_* macros.
2014-04-15 Kenneth Graunkei965: Disable Z16 in all APIs.
2014-04-15 Kenneth Graunkei965: Update comments about Z16 being slow.
2014-04-15 Michel Dänzerr600g/radeonsi: Use caching buffer manager for textures...
2014-04-14 Jordan Justeni965/gen8: add debug code to show FS disasm with jump...
2014-04-14 Chia-I Wuilo: remove GPE state size estimation
2014-04-14 Chia-I Wuilo: remove GPE command size estimation
2014-04-14 Chia-I Wuilo: remove unused headers
2014-04-14 Chia-I Wuilo: use only defines from genhw headers
2014-04-14 Chia-I Wuilo: scripted conversion to genhw headers
2014-04-14 Chia-I Wuilo: add genhw headers
2014-04-14 Chia-I Wuilo: avoid brw_wm_barycentric_interp_mode in compiler
2014-04-14 Chia-I Wuilo: add TOY_OPCODE_DO
2014-04-14 Vinson Leegtest: Update to 1.7.0.
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 Forbesglsl: Fix typo in interface block comment
2014-04-13 Simone Scanzoniegl-static: fix build after recent radeon winsys changes
2014-04-13 Chris Forbesmesa: Fix typo in error message
2014-04-13 Iago Toral... i965: 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 Chris Forbesdocs: Fix ubo indexing description
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... gallium/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 Chris Forbesdocs/relnotes: Fix consistency, add i965 to ARB_buffer_...
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šákconfigure.ac: require libdrm_radeon 2.4.53
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...
next