mesa.git
2014-04-25 Ander Conselvan... gbm/dri: Fix out-of-memory error path in dri_device_cre...
2014-04-25 Emil Velikovgallium/tests: conditionally include sw/dri winsys
2014-04-25 Emil Velikovautomake: cleanup pipe-loader handling when using sw...
2014-04-25 Emil Velikovpipe-loader: conditionally build and use pipe_loader_sw...
2014-04-25 Roland Scheideggerllvmpipe: fix clearing of individual color buffers...
2014-04-25 Roland Scheideggergallium/util: use ui[4] instead of ui in union util_color
2014-04-25 Roland Scheideggerllvmpipe: (trivial) use correct LP_MIN_VECTOR_ALIGN...
2014-04-24 Marek Olšákr600g: fix hang on RV740 by using DX_RASTERIZATION_KILL...
2014-04-24 Marek Olšákr600g: fix for an MSAA hang on RV770
2014-04-24 Marek Olšákr600g: fix for broken CULL_FRONT behavior on R6xx
2014-04-24 Marek Olšákr600g: fix for HTILE on R6xx
2014-04-24 Marek Olšákr600g: fix buffer copying on R600-R700
2014-04-24 Marek Olšákr600g: fix flushing on RV670, RS780, RS880 again
2014-04-24 Marek Olšákr600g: fix MSAA resolve on R6xx when the destination...
2014-04-24 Marek Olšákr600g: disable async DMA on R700
2014-04-24 Marek Olšákr600g: fix edge flags and layered rendering on R600...
2014-04-24 Marek Olšákst/mesa: remove trailing NULL colorbuffers
2014-04-24 Marek Olšákr300g: don't crash when getting NULL colorbuffers
2014-04-24 Marek Olšákr300g: fix runtime warning after winsys cleanup
2014-04-24 Marek Olšákradeonsi: implement GL_ARB_vertex_type_10f_11f_11f_rev
2014-04-24 José Fonsecast/xlib: Do minimal version checking in glXCreateContex...
2014-04-24 José Fonsecallvmpipe: Advertise GLSL 3.30.
2014-04-24 José Fonsecast/xlib: Honour request of 3.1 contexts through core...
2014-04-24 Zack Rusindraw/llvm: reduce memory usage
2014-04-24 Brian Pauldocs: fix typo in 10.1.1 release notes URL
2014-04-24 Brian Paulswrast: move texture_slices() calls out of loops
2014-04-24 Brian Paulswrast: move null pointer check earlier in _swrast_map_...
2014-04-24 Brian Paulswrast: remove _mesa_ prefix from static function
2014-04-24 Brian Paulswrast: allocate swrast_texture_image::ImageSlices...
2014-04-24 nickswrast: Fix vertex color in _swsetup_Translate()
2014-04-24 José Fonsecagallivm: Fix wrong operator in lp_exec_default.
2014-04-24 José Fonsecamesa/st: Handle empty frame-buffers without asserting.
2014-04-23 José Fonsecamesa/st: Fix pipe_framebuffer_state::height for PIPE_TE...
2014-04-23 José Fonsecautil/u_debug: Pass correct size to strncat.
2014-04-23 Rob Clarkfreedreno/a3xx: fix TOTALATTRTOVS
2014-04-22 Kenneth Graunkei965: Make Broadwell HiZ path arrange for TC flushes.
2014-04-22 Matt Turneri965: Use uint16_t for control/src index tables.
2014-04-22 Matt Turneri965/disasm: Fix s/xoo/xor/ typo.
2014-04-22 Matt Turneri965/disasm: Remove tables with obvious mappings.
2014-04-22 Ilia Mirkinmesa/st: enable EXT_shader_integer_mix when NativeInteg...
2014-04-22 Christian Königst/omx/enc: implement frame reordering and B-frames
2014-04-22 Leo Liust/omx/enc: replace omx buffer with texture buffer
2014-04-22 Michel Dänzerradeonsi: Fix calculation of number of banks for SI
2014-04-21 Chris Forbesglsl: Only allow `invariant` on shader in/out between...
2014-04-21 Brian Paulsvga: move draw debug code into separate function
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 Brian Paullibgl-gdi: silence unused variable warning when not...
2014-04-21 Brian Pauldocs: import 10.0.5 release notes and update links
2014-04-21 Brian Pauldocs: import 10.1.1 release notes, update links
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-21 Chris Forbesglsl: Fix typo
2014-04-20 Chris Forbesi965: Use ctx->Texture._MaxEnabledTexImageUnit for...
2014-04-20 Chris Forbesmesa: Track max enabled tex image unit
2014-04-19 Ilia Mirkinnouveau/codegen: add missing values for OP_TXLQ into...
2014-04-19 Ilia Mirkinnvc0: change logic for centering of eng2d blit when...
2014-04-19 Ilia Mirkinnv50: use 2d blit when src/dst have same number of...
2014-04-19 Ilia Mirkingallium/docs: fix PIPE_CAP_ENDIANNESS delimiter, remove...
2014-04-18 Petri Latvalamesa: update glext.h to version 20140313
2014-04-18 Kenneth Graunkei965/fs: Implement fs_inst::force_sechalf support on...
2014-04-18 Chris Forbesglsl: Allow explicit binding on atomics again
2014-04-18 Alex Deucherradeonsi: fix num banks selection on SI for dma setup...
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-18 Marek Olšákr600g,radeonsi: don't skip the context flush if a fence...
2014-04-17 Brian Paulsvga: fix comment for emit_adjusted_vertex_attribs()
2014-04-17 Brian Paulsvga: compute need_swvfetch in svga_create_vertex_eleme...
2014-04-17 Brian Paulsvga: add VS code to set attribute W component to 1
2014-04-17 Brian Paulsvga: implement support for signed byte vertex attributes
2014-04-17 Brian Paulsvga: move translated vertex declaration types into...
2014-04-17 Brian PaulRevert "svga: add work-around for Sauerbraten Z fightin...
2014-04-17 Brian Paulsvga: use new inst_token_setp() helper function
2014-04-17 Brian Paulsvga: use new inst_token_predicated() helper function
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 Darren Powellradeonsi: Added Diag Handler to receive LLVM Error...
2014-04-17 Marek Olšákwinsys/radeon: remove some unused code
2014-04-17 Marek Olšákwinsys/radeon: remove is_handle_added array
2014-04-17 Marek Olšákwinsys/radeon: remove local variable reloc from radeon_...
2014-04-17 Marek Olšákwinsys/radeon: remove parameter reloc from radeon_get_reloc
2014-04-17 José Fonsecautil: Add __declspec(noreturn) to _debug_assert_fail().
2014-04-17 José Fonsecaauxiliary/os,auxiliary/util: Fix the `‘noreturn’ functi...
2014-04-17 José Fonsecascons: Enable building through Clang Static Analyzer.
2014-04-17 Maarten Lankhorstgallium glsl: Fix crash with piglit fs-deref-literal...
2014-04-17 Maarten Lankhorstnouveau/vdec: small fixes to h264 handling
2014-04-17 Thomas Hellstromst/xa: Cache render target surface
2014-04-17 Rob Clarkst/xa: scissor to help tilers
2014-04-17 Rob Clarkst/xa: remove unneeded args
2014-04-17 Iago Toral... glsl: Small optimization for constant conditionals
next