mesa.git
2014-09-11 Brian Paulscons: add /dynamicbase and /nxcompat to MSVC linkflags
2014-09-11 Chia-I Wuilo: add a new disassembler
2014-09-11 Chia-I Wuilo: update genhw headers
2014-09-11 Frank Henigmanglsl: allow precision qualifier on sampler arrays
2014-09-11 Tapani Pälliglsl: mark variable as loop constant when it is set...
2014-09-11 Michel Dänzerradeonsi: Simplify si_dma_copy_tile function
2014-09-10 Brian Paulu_vbuf: simple whitespace fix
2014-09-10 Brian Paulmesa: fix UNCLAMPED_FLOAT_TO_UBYTE() macro for MSVC
2014-09-10 Brian Paulmesa: trim down some #includes
2014-09-10 Vinson Leepipe-loader: Include unistd.h in pipe_loader_drm.c...
2014-09-10 Kenneth Graunkei965: Disable guardband clipping in the smaller-than...
2014-09-10 Ian Romanicki965: Request lowering gl_VertexID
2014-09-10 Kenneth Graunkei965: Expose gl_BaseVertex via a vertex attribute.
2014-09-10 Kenneth Graunkei965: Refactor Gen4-7 VERTEX_BUFFER_STATE emission...
2014-09-10 Kenneth Graunkei965: Make gl_BaseVertex available in a buffer object.
2014-09-10 Kenneth Graunkei965: Calculate start/base_vertex_location after prepar...
2014-09-10 Ian Romanicki965: Handle SYSTEM_VALUE_VERTEX_ID_ZERO_BASE
2014-09-10 Kenneth Graunkemesa: Fix glGetActiveAttribute for gl_VertexID when...
2014-09-10 Kenneth Graunkemesa: Replace string comparisons with SYSTEM_VALUE...
2014-09-10 Ian Romanickglsl: Add a lowering pass for gl_VertexID
2014-09-10 Ian Romanickglsl/linker: Make get_main_function_signature public
2014-09-10 Ian Romanickmesa: Add SYSTEM_VALUE_BASE_VERTEX
2014-09-10 Ian Romanickmesa: Add SYSTEM_VALUE_VERTEX_ID_ZERO_BASE
2014-09-10 Ian Romanickmesa: Document SYSTEM_VALUE_VERTEX_ID and SYSTEM_VALUE_...
2014-09-10 Jonathan Grayconfigure.ac: unbreak the build with non gnu grep
2014-09-10 Eric Anholtvc4: Add support for shadow samplers.
2014-09-10 Eric Anholtvc4: Add support for texture swizzles.
2014-09-10 Eric Anholtvc4: Move the texture format into a struct.
2014-09-10 Eric Anholtvc4: Add support for depth texturing.
2014-09-10 Eric Anholtvc4: Expose r4 to register allocation.
2014-09-10 Eric Anholtvc4: Drop pointless raddr conflict handling on SF.
2014-09-10 Eric Anholtvc4: The r4_count is supposed to be how many writes...
2014-09-10 Michel Dänzerr600g,radeonsi: Set RADEON_GEM_NO_CPU_ACCESS flag for...
2014-09-09 Rob Clarkfreedreno/a3xx: enable hw primitive-restart
2014-09-09 Rob Clarkfreedreno: update generated headers
2014-09-09 Rob Clarkfreedreno/ir3: fix potential segfault in RA
2014-09-09 Rob Clarkfreedreno: don't overflow cmdstream buffer so much
2014-09-09 Rob Clarkfreedreno/ir3: add no-copy-propagate fallback step
2014-09-09 Emil Velikovilo: add ilo_builder.h to the sources list
2014-09-09 Kenneth Graunkeir_to_mesa: Stop converting uniform booleans.
2014-09-09 Jonathan Grayconfigure.ac: strip _GNU_SOURCE from llvm-config output
2014-09-09 Stefan Dirschxmlconfig: suppress libGL warnings when LIBGL_DEBUG...
2014-09-09 Emil Velikovautomake: remove obsolete NEED_GALLIUM_LOADER
2014-09-09 Emil Velikovconfigure: enable the gallium loader only when needed
2014-09-09 Emil Velikovconfigure: inform the user when we're building sw/kms-dri
2014-09-09 Emil Velikovconfigure: kill off NEED_WINSYS_WRAPPER
2014-09-09 Emil Velikovconfigure: kill off NEED_NONNULL_WINSYS
2014-09-09 Emil Velikovconfigure: bail out if building svga without libdrm
2014-09-09 Eric Anholtvc4: Fix segfaults when rendering with no color render...
2014-09-09 Eric Anholtvc4: Fill out the stencil clear field.
2014-09-09 Eric Anholtvc4: Flip around the depth/stencil fields.
2014-09-09 Eric Anholtvc4: Add support for loading/storing the depth buffer.
2014-09-09 Eric Anholtvc4: Don't forget to do initial tile clearing for depth...
2014-09-09 Eric Anholtvc4: Ignore non-address bits of the offset for load...
2014-09-09 Eric Anholtvc4: Add a debug flag for flushing after every draw.
2014-09-09 Eric Anholtvc4: Add missing null terminator to the debug options...
2014-09-09 Tom Stellardconfigure.ac: Fix build with git-svn llvm version string
2014-09-09 Kalyan KondapallyLinking fails when not writing gl_Position.
2014-09-09 Chia-I Wuilo: remove unused ilo_cp functions
2014-09-09 Chia-I Wuilo: convert GPE GEN6 command functions to use ilo_builder
2014-09-09 Chia-I Wuilo: convert GPE GEN7 command functions to use ilo_builder
2014-09-09 Chia-I Wuilo: convert GPE state functions to use ilo_builder
2014-09-09 Chia-I Wuilo: convert GPE surface functions to use ilo_builder
2014-09-09 Chia-I Wuilo: convert BLT to use ilo_builder
2014-09-09 Chia-I Wuilo: use ilo_builder for kernels and STATE_BASE_ADDRESS
2014-09-09 Chia-I Wuilo: make ilo_cp based on ilo_builder
2014-09-09 Chia-I Wuilo: add a builder for building BOs for submission
2014-09-09 Chia-I Wuilo: make toy_compiler_disassemble() more useful
2014-09-09 Ilia Mirkinnv50/ir: accomodate all file types, there are now more...
2014-09-09 Ilia Mirkinnvc0/ir: uses was always null at that point in the...
2014-09-09 Ilia Mirkinnv50/ir: avoid array overrun when checking for supporte...
2014-09-09 Ilia Mirkinnouveau: buffer can never be null
2014-09-09 Ilia Mirkinnvc0/ir: insn can never be null
2014-09-09 Ilia Mirkinnvc0: size is a uint16_t, remove unnecessary assertion
2014-09-09 Ilia Mirkinnvc0: avoid null deref of screen when collecting stats
2014-09-09 Ilia Mirkinnvc0: use 64-bit math when scaling the query results
2014-09-08 Roland Scheideggergallivm: (trivial) don't try to use rcp when the divisi...
2014-09-08 Roland Scheideggerdocs: (trivial) mark softpipe, llvmpipe as done for...
2014-09-08 Roland Scheideggergallivm: (trivial) fix min / max variable names
2014-09-08 Kenneth Graunkei965: Handle ir_binop_ubo_load in boolean expression...
2014-09-08 Kenneth Graunkei965/fs: Make emit_if_gen6 never fall back to emit_bool...
2014-09-08 Kenneth Graunkei965: Handle ir_triop_csel in emit_if_gen6().
2014-09-08 Christian Königmesa/st: don't advertise NV_vdpau_interop if it doesn...
2014-09-08 Brian Pauldocs: add news link to 10.2.7 release notes
2014-09-06 Jordan Justeni965/fs: Remove direct fs_visitor gl_fragment_program...
2014-09-06 Ulrich Weigandgallivm: Fix Altivec pack intrinsics for little-endian
2014-09-06 Jordan Justeni965/fs: Remove direct fs_generator brw_wm_prog_key...
2014-09-06 Jordan Justeni965/fs: Remove direct fs_generator brw_wm_prog_data...
2014-09-06 Jordan Justeni965/fs: Don't store gl_fragment_program* in fs_generator
2014-09-06 Jordan Justeni965: Add uses_kill to brw_wm_prog_data
2014-09-06 Jordan Justeni965/fs: Rename fs_generator::prog to shader_prog
2014-09-06 Jordan Justeni965/fs: Add stage variable to fs_generator
2014-09-06 Kristian Høgsbergi965: Adjust fast-clear resolve rect for BDW
2014-09-06 Christoph Bumillernvc0/ir: clarify recursion fix to finding first tex...
2014-09-06 Christoph Bumillernv50/ir/util: fix BitSet issues
2014-09-06 Ilia Mirkinnvc0: remove nvc0_push, replaced with nvc0_vbo_translate
2014-09-06 Ilia Mirkinnv50,nvc0: get rid of draw module support
2014-09-06 Jason Ekstrandi965/fs: Don't look at virtual_grf_sizes for uniforms
2014-09-06 Dave Airlieloader: fds can be 0
2014-09-06 Emil Velikovdocs: Import 10.2.7 release notes, add news item.
next