mesa.git
2013-03-02 Kenneth Graunkemesa: Add a new QueryCounter() hook for TIMESTAMP queries.
2013-03-02 Roland Scheideggertgsi: add texel offsets and derivatives to sampler...
2013-03-02 Roland Scheideggerdraw: additional fix for the no-position case with...
2013-03-02 Roland Scheideggerdraw: fix no position output in non-llvm pipeline.
2013-03-02 Roland Scheideggerdraw/llvm: skip clipping and viewport transform if...
2013-03-02 Roland Scheideggerllvmpipe: don't assert on illegal surface creation.
2013-03-02 Roland Scheideggerllvmpipe: bump glsl version to 140
2013-03-02 Roland Scheideggergallivm: add support for texel offsets for ordinary...
2013-03-02 Brian Paulsvga: always link with C++
2013-03-02 Brian Paulst/mesa: convert ir_triop_lrp to TGSI_OPCODE_LRP
2013-03-01 Chris Forbesdocs: Mark some things done in GL3.txt
2013-03-01 Martin Anderssonwinsys/radeon: Only add bo to hash table when creating...
2013-03-01 Chris Forbesi965: enable ARB_texture_multisample on Gen6+
2013-03-01 Chris Forbesi965/fs: add support for ir_txf_ms on Gen6+
2013-03-01 Chris Forbesi965/vs: add support for ir_txf_ms on Gen6+
2013-03-01 Chris Forbesi965: add a new virtual opcode: SHADER_OPCODE_TXF_MS
2013-03-01 Chris Forbesi965: take the target into account for Gen7 MSAA modes
2013-03-01 Chris Forbesi965: Support multisampling in surface_state for textures
2013-03-01 Chris Forbesi965: add support for multisample textures
2013-03-01 Chris Forbesmesa: implement TexImage*Multisample
2013-03-01 Chris Forbesmesa: support multisample textures in framebuffer compl...
2013-03-01 Chris Forbesi965: expose sample positions
2013-03-01 Chris Forbesi965: add support for sample mask on Gen6+
2013-03-01 Chris Forbesmesa: implement sample mask
2013-03-01 Chris Forbesmesa: implement GetMultisamplefv
2013-03-01 Chris Forbesi965: expose new max sample counts
2013-03-01 Chris Forbesmesa: add new max sample count state
2013-03-01 Chris Forbesglsl: add support for ARB_texture_multisample
2013-03-01 Chris Forbestests: add ARB_texture_multisample enums to table
2013-03-01 Chris Forbesmesa: add texobj support for ARB_texture_multisample
2013-03-01 Chris Forbesglapi: add ARB_texture_multisample
2013-03-01 Eric Anholtintel: Use the new "ctx" local variable I just added...
2013-03-01 Eric Anholti965: Make sRGB-capable framebuffers by default.
2013-03-01 Eric Anholtintel: Fix software copying of miptree faces for weird...
2013-03-01 Eric Anholtintel: Add a flag for miptree mapping to disable transc...
2013-03-01 Eric Anholti965: Add WARN_ONCE for depthstencil workarounds we...
2013-03-01 Alex Deucherr600g: enable CP DMA on 6xx
2013-03-01 Marek Olšákr600g: don't require dword alignment with CP DMA for...
2013-03-01 Marek Olšákr600g: always map uninitialized buffer range as unsynch...
2013-03-01 Marek Olšákgallium/util: add helper code for 1D integer range
2013-03-01 Marek Olšákr600g: cleanup deprecated register tables
2013-03-01 Marek Olšákr600g: unify vgt states
2013-03-01 Marek Olšákr600g: flush and invalidate htile cache when appropriate
2013-03-01 Marek Olšákr600g: atomize streamout enabling
2013-03-01 Marek Olšákr600g: use async DMA with a non-zero src offset
2013-03-01 Marek Olšákr600g: pad the DMA CS to a multiple of 8 dwords
2013-03-01 Jordan Justenintel: Enable __DRI_API_OPENGL_CORE api with dri2 contexts
2013-03-01 Jordan Justenintel: update max versions based on MESA_GL_VERSION_OVE...
2013-03-01 Jordan Justenmesa version: add _mesa_get_gl_version_override
2013-03-01 Jordan Justenglsl: allow GLSL compiler version to be overridden...
2013-03-01 Matt Turneri965/fs: Put immediate operand as src2
2013-02-28 Chad Versaceintel: Remove intel_mipmap_tree::wraps_etc
2013-02-28 Matt Turnerir_to_mesa: Translate ir_triop_lrp to OPCODE_LRP.
2013-02-28 Matt Turneri965/vs: Assert that ir_triop_lrp was lowered.
2013-02-28 Matt Turneri965/fp: Use the LRP instruction for OPCODE_LRP.
2013-02-28 Kenneth Graunkei965/fs: Use the LRP instruction for ir_triop_lrp when...
2013-02-28 Kenneth Graunkei965: Add support for emitting the LRP instruction.
2013-02-28 Matt Turnerglsl: Optimize ir_triop_lrp(x, y, a) with a = 0.0f...
2013-02-28 Kenneth Graunkeglsl: Convert mix() to use a new ir_triop_lrp opcode.
2013-02-28 Kenneth Graunkeglsl: Rework ir_reader to handle expressions with three...
2013-02-28 Kenneth Graunkeglsl: Consolidate ir_expression constructors that use...
2013-02-28 Matt Turneri965/vs/gen7: Allow MATH instructions to have MRF as...
2013-02-28 Matt Turneri965/fs/gen7: Allow MATH instructions to have MRF as...
2013-02-28 Matt Turneri965/gen7: Relax restrictions on fake MRFs
2013-02-28 Matt Turneri965/fs: Remove duplicate scan_inst->mlen check
2013-02-28 Tom Stellardclover: Fix build with LLVM 3.3 v2
2013-02-28 Jordan Justenattrib: push/pop FRAGMENT_PROGRAM_ARB state
2013-02-28 Keith Kriewallscons: Fix Windows build with LLVM 3.2
2013-02-28 Adam Sampsonautotools: oprofilejit should be included in the list...
2013-02-28 Jerome Glisser600g: workaround hyperz lockup on evergreen
2013-02-28 Jordan Justentexobj: add verbose api trace messages to several routines
2013-02-28 Roland Scheideggerllvmpipe: check buffers in llvmpipe_is_resource_referenced.
2013-02-28 Roland Scheideggerllvmpipe: support rendering to buffer render targets.
2013-02-28 Roland Scheideggerutil: fix issues with util_clear_render_target.
2013-02-28 Roland Scheideggersoftpipe/draw/tgsi: simplify driver/tgsi sampler interface
2013-02-27 Maxence Le... gallivm: fix mis-matching AOS instruction emission
2013-02-27 Jon TURNEYglx: Fix glXCreateWindow() when GLX_DIRECT_RENDERING...
2013-02-27 Francisco Jerezconfigure.ac: Clarify the description of the --with...
2013-02-27 Vinson Leeradeonsi: Fix memory leak in si_set_constant_buffer.
2013-02-27 Vinson Leest/vega: Fix memory leak in combine_shaders.
2013-02-26 Kristian Høgsbergegl/wayland: Don't block on EGL_DEFAULT_DISPAY under...
2013-02-26 Ian Romanickegl: Allow 24-bit visuals for 32-bit RGBA8888 configs
2013-02-26 Brian Paulst/mesa: remove some conditionals in update_raster_state()
2013-02-26 Alex Deucherr600g: add missing emit_flush for R600_CONTEXT_FLUSH_AN...
2013-02-26 Alex Deucherr600g: synchronize streamout buffers on r6xx too (v3)
2013-02-26 Brian Paulwinsys/null: fix var typo templet->templat
2013-02-26 Brian Paulsvga: fix comment typos
2013-02-26 Marek Olšákr300g: implement 3D transfers
2013-02-26 Marek Olšákgallium/util: add helper util_max_layer from r600g
2013-02-25 Roland Scheideggerllvmpipe: (trivial) get rid of old function prototypes.
2013-02-25 Roland Scheideggerdraw: make sure pipeline is revalidated when sampler...
2013-02-25 Roland Scheideggerllvmpipe: support GL_ARB_texture_buffer_object/GL_ARB_t...
2013-02-25 Eric Anholti965: Fix the W value of deprecated pointcoords on...
2013-02-25 Tapani Pällimesa/es: NULL check in EGLImageTargetTexture2DOES
2013-02-25 Tapani Pällimesa: add missing case in _mesa_GetTexParameterfv()
2013-02-25 Andreas Bolldocs: add news item for mesa-demos 8.1.0 release
2013-02-25 Andreas Bolldocs: import release notes for 9.1, add news item
2013-02-24 Jordan Justenglsl: Remove VS output varyings which are optimized...
2013-02-23 Vinson Leevl: Fix off-by-one error in device_name_length allocation.
2013-02-23 John Kåre Alsakerllvmpipe: Fix creation of shared and scanout textures.
next