mesa.git
2014-03-25 José Fonsecallvmpipe: Simplify vertex and geometry shaders.
2014-03-25 José Fonsecadraw: Duplicate TGSI tokens in draw_pipe_pstipple module.
2014-03-25 Alexander von... haiku: Fix build through scons corrections and viewport...
2014-03-24 Kenneth Graunkei965: For color clears, only disable writes to componen...
2014-03-24 Kenneth Graunkemesa: Skip clearing color buffers when color writes...
2014-03-24 Kenneth Graunkemesa: Introduce a _mesa_format_has_color_component...
2014-03-24 Eric Anholti965: Fix compiler warning about signed/unsigned.
2014-03-24 Eric Anholti965/gen8: Change the winsys MSAA blits from blorp...
2014-03-24 Eric Anholtmesa: Stop skipping the FinishRenderTexture calls for...
2014-03-24 Eric Anholti965: Skip reallocating the private MSAA miptree, unles...
2014-03-24 Eric Anholti965: Simplify the no-reopening-the-winsys-buffer tests.
2014-03-24 Eric Anholti965: Don't forget to free the old singlesample_mt.
2014-03-24 Eric Anholti965: Add an env var for forcing window system MSAA.
2014-03-24 Matt Turneri965/vec4: Eliminate dead writes to the flag register.
2014-03-24 Matt Turneri965/vec4: Eliminate writes that are never read.
2014-03-24 Matt Turneri965/vec4: Factor code out of DCE into a separate function.
2014-03-24 Matt Turneri965/vec4: Let dead code eliminate trim dead channels.
2014-03-24 Matt Turneri965/vec4: Track live ranges per-channel, not per vgrf.
2014-03-24 Matt Turneri965/vec4: Don't dead code eliminate instructions writi...
2014-03-24 Matt Turneri965/vec4: Preparatory clean up of dead_code_eliminate().
2014-03-24 Matt Turneri965/vec4: Add is_null() method to dst_reg.
2014-03-24 Matt Turneri965/vec4: Print the predicate in dump_instructions().
2014-03-24 Matt Turneri965/vec4: Rename depends_on_flags() to reads_flag().
2014-03-24 Matt Turneri965/vec4: Add and use vec4_instruction::writes_flag().
2014-03-24 Matt Turneri965/vec4: Add missing doxygen close brace.
2014-03-24 Chris Forbesmesa: Generate FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMEN...
2014-03-24 Chris Forbesmesa: Fix format matching checks for GL_INTENSITY*...
2014-03-24 Christian Königst/mesa: recreate sampler view on context change v3
2014-03-23 Kenneth Graunkei965: Report the type of color clear in INTEL_DEBUG...
2014-03-22 Marek Olšákradeonsi: disable fast color clear for 1D-tiled surface...
2014-03-22 Kenneth GraunkeRevert "i965: For color clears, only disable writes...
2014-03-21 Kenneth Graunkei965: For color clears, only disable writes to componen...
2014-03-21 Kenneth Graunkei965: Print number of multisamples in INTEL_DEBUG=blorp...
2014-03-21 Kenneth Graunkei965: Drop BLT TexSubImage Y-tiling restriction on...
2014-03-21 Chris Forbesi965: Enable ARB_vertex_type_10f_11f_11f_rev for Gen4...
2014-03-21 Tom Stellardclover: Fix typo in validate_object()
2014-03-21 Roland Scheideggerllvmpipe: add support for b5g6r5_srgb
2014-03-21 Roland Scheideggergallium: add b5g6r5 srgb format
2014-03-21 Ilia Mirkinnvc0/ir: move sample id to second source arg to fix...
2014-03-20 Marek Olšákst/mesa: drop the lowering of quad strips to triangle...
2014-03-20 Marek Olšákgallium/u_gen_mipmap: remove the software fallback
2014-03-20 Marek Olšákst/mesa: fix generating mipmaps for cube arrays
2014-03-20 Marek Olšákmesa: fix software fallback for generating mipmaps...
2014-03-20 Marek Olšákmesa: fix software fallback for generating mipmaps...
2014-03-20 Marek Olšákmesa: allow generating mipmaps for cube arrays
2014-03-20 Marek Olšákmesa: fix texture border handling for cube arrays
2014-03-20 Marek Olšákr600g: use more appropriate names for async DMA functions
2014-03-20 Marek Olšákr600g: deobfuscate async DMA code
2014-03-20 Marek Olšákr600g: don't flush the gfx IB explicitly before doing DMA
2014-03-20 Marek Olšákwinsys/radeon: only add duplicate relocations for DMA...
2014-03-20 Niels Ole Salscheiderradeonsi: Implement DMA blit
2014-03-20 Niels Ole Salscheiderradeon: Move r600_need_dma_space to common code
2014-03-20 Richard Sandifordllvmpipe: Tighten check for alpha-only formats
2014-03-20 Jonathan Graynouveau: don't assume libdrm include prefix
2014-03-20 Jonathan Graynouveau: use DLOPEN_LIBS instead of -ldl
2014-03-19 Brian Paulc11/threads: don't include assert.h if the assert macro...
2014-03-19 Ilia Mirkinnouveau: there may not have been a texture if the fbo...
2014-03-19 Ilia Mirkinnouveau: add forgotten GL_COMPRESSED_INTENSITY to textu...
2014-03-19 Ilia Mirkinmesa/main: condition GL_DEPTH_STENCIL on ARB_depth_texture
2014-03-19 Ilia Mirkinloader: add special logic to distinguish nouveau from...
2014-03-19 Matt Turnerglsl: Allow dot() on scalars, and throw out dotlike().
2014-03-19 Matt Turnerglsl: Optimize pow(x, 2) into x * x.
2014-03-19 Matt Turnerglsl: Match whitespace changes from previous patch.
2014-03-19 Matt Turnerglsl: Expose pack/unpack built-ins for ARB_gpu_shader5.
2014-03-18 Eric Anholti965: Drop some more dead code from the old CACHED_BATC...
2014-03-18 Eric Anholti965: Drop special case for edgeflag thanks to Marek...
2014-03-18 Brian Paulmesa: include stdbool.h in register_allocate.h to fix...
2014-03-18 Ian Romanicki965: Enable EWA anisotropic filtering algorithm
2014-03-18 Kenneth Graunkei965: Actually initialize simd16_unsupported and no16_msg.
2014-03-18 Kenneth Graunkei965/upload: Refactor open-coded ALIGN-like computations.
2014-03-18 Kenneth Graunkei965: Fix indentation in brw_upload_indices().
2014-03-18 Kenneth Graunkei965: Consolidate code for setting brw->ib.start_vertex...
2014-03-18 Kenneth Graunkei965: Allocate register sets at screen creation, not...
2014-03-18 Kenneth Graunkei965: Allocate the screen using ralloc rather than...
2014-03-18 Eric Anholtra: Convert another bool array to bitsets.
2014-03-18 Kenneth Graunkera: Use a bitset for storing which registers belong...
2014-03-18 Kenneth Graunkera: Create a reg_belongs_to_class() helper function.
2014-03-18 Kenneth Graunkera: Use bool instead of GLboolean.
2014-03-18 Kenneth Graunkei965: Accurately bail on SIMD16 compiles.
2014-03-18 Kenneth Graunkei965/fs: Support pull parameters in SIMD16 mode.
2014-03-18 Kenneth Graunkei965/fs: Use a single instance of the pull_constant_loc...
2014-03-18 Kenneth Graunkei965/fs: Don't renumber UNIFORM registers.
2014-03-18 Kenneth Graunkei965/fs: Split pull parameter decision making from...
2014-03-18 Kenneth Graunkei965/fs: Record pull constant locations for all array...
2014-03-18 Kenneth Graunkei965/fs: Save push constant location information.
2014-03-18 Kenneth Graunkei965/fs: Delete dead code to fail compiles with SIMD16...
2014-03-18 Brian Paulgallium/docs: update SLT, SGE, SFL, STR opcode docs
2014-03-18 Charmaine Leeglx: Fix incorrect pdp assignment in dri2_bind_context().
2014-03-18 Maarten Lankhorstnvc0: Handle user mapped vertex buffer for edgeflag
2014-03-18 Francisco Jerezclover: Fix region size error checking in some buffer...
2014-03-18 Ilia Mirkinnv50/ir/gk110: add postfactor support for fmul
2014-03-18 Ilia Mirkinnv50/ir/gk110: set not modifier on first source of...
2014-03-18 Ilia Mirkinnv50/ir/gk110: use shl/shr instead of lshf/rshf so...
2014-03-18 Ilia Mirkinnv50/ir/gk110: add 64/128-bit fetch/export support
2014-03-18 Ilia Mirkinnv50/ir/gk110: fix handling of OP_SUB for floating...
2014-03-18 Ilia Mirkinnv50/ir/gk110: presin/preex2 take their source at bit 23
2014-03-18 Ilia Mirkinnv50/ir/gk110: add implementations of div u32/s32
2014-03-18 Ilia Mirkinnv50/ir/gk110: implement quadop
2014-03-18 Ilia Mirkinnv50/ir/gk110: fill in mov from predicate
2014-03-18 Ilia Mirkinnv50/ir/gk110: handle derivAll flag, fix useOffsets...
next