glsl: Apply the transformation "(a ^^ a) -> false" in opt_algebraic.
[mesa.git] / src /
2013-11-15 Eric Anholtglsl: Apply the transformation "(a ^^ a) -> false"...
2013-11-15 Eric Anholtglsl: Apply the transformation "(a && a) -> a" in opt_a...
2013-11-15 Eric Anholtglsl: Apply the transformation "(a || a) -> a" in opt_a...
2013-11-15 Eric Anholtglsl: Move the CSE equality functions to the ir class.
2013-11-15 Matt Turnerclover: Remove dead file from Makefile.sources.
2013-11-15 Kenneth Graunkei965: Rework brw_new_batch to actually start a new...
2013-11-15 Kenneth Graunkei965: Move cache_used_by_gpu flag setting to brw_finish...
2013-11-15 Ian Romanicki915: Actually enable __DRI2rendererQueryExtensionRec
2013-11-15 Aaron Watryradeon/llvm: Free elf_buffer after use
2013-11-15 Aaron Watryr600/llvm: Free binary.code/binary.config in r600_llvm_...
2013-11-15 Aaron Watryr600/llvm: initialize radeon_llvm_binary
2013-11-15 Brian Paulsvga: remove unused vars in svga_hwtnl_simple_draw_rang...
2013-11-15 Brian Paulsvga: print warning for unsupported indirect dest reg...
2013-11-15 Brian Paulsvga: mark dest image as defined in svga_surface_copy()
2013-11-15 Brian Paulsvga: do primitive trimming in translate_indices()
2013-11-15 Brian Paulindices: add comments, assertions in u_indices.c file
2013-11-15 Brian Paulmesa: remove duplicated prototypes in varray.h
2013-11-15 Aaron Watrygallium/pipe_loader: un-reference udev resources when...
2013-11-15 Aaron Watryradeonsi/compute: Dispose of LLVM module after compilin...
2013-11-15 Aaron Watryradeonsi/compute: Free program and program.kernels...
2013-11-15 Aaron Watryradeon/llvm: Free created llvm memory buffer
2013-11-15 Aaron Watryradeon/llvm: Free libelf resources
2013-11-15 Aaron Watryradeon/llvm: fix spelling error
2013-11-15 Tom Stellardclover: Support multiple devices in clCreateContextFrom...
2013-11-15 Paul Berryglsl: Rework interface block linking.
2013-11-15 Paul Berryi965: Fix vertical alignment for multisampled buffers.
2013-11-15 Paul Berrymain: Fix MaxUniformComponents for geometry shaders.
2013-11-15 José Fonsecatools/trace: Several bugfixes/improvements to dump_state.py
2013-11-15 José Fonsecatrace: Dump user_buffer members.
2013-11-15 Fredrik Höglundmesa: Fix derived vertex state not being updated in...
2013-11-15 Alex Deucherradeonsi: add support for Hawaii asics (v2)
2013-11-15 Vinson Leei965: Initialize schedule_node::delay.
2013-11-14 Alexander von Gluck IVhaiku/swrast: Inherit gl_config, fix flush
2013-11-14 Roland Scheideggerllvmpipe: (trivial) fix more fallout from the setup...
2013-11-14 Roland Scheideggerllvmpipe: (trivial) fix misplaced bld context assignment.
2013-11-14 José Fonsecagallivm: Compile flag to debug TGSI execution through...
2013-11-14 Roland Scheideggersoftpipe: (trivial) fix debug code
2013-11-14 Roland Scheideggerllvmpipe: clean up state setup code a bit
2013-11-14 Roland Scheideggergallivm,llvmpipe: fix float->srgb conversion to handle...
2013-11-13 Ian Romanickdri: Change value param to unsigned
2013-11-13 Ian Romanicki965: Use drm_intel_get_aperture_sizes instead of hard...
2013-11-13 Ian Romanicki915: Use drm_intel_get_aperture_sizes instead of drmAg...
2013-11-13 Alexander Monakovi965: implement blit path for PBO glDrawPixels
2013-11-13 Alexander von Gluck IVhaiku: add swrast driver
2013-11-13 Kristian Høgsbergdri: Remove redundant createNewContext function from...
2013-11-13 Kristian Høgsbergwayland: Use __DRIimage based getBuffers implementation...
2013-11-13 Kristian Høgsberggbm: Add support for __DRIimage based getBuffers when...
2013-11-12 Ander Conselvan... dri/i915, dri/i965: Fix support for planar images
2013-11-12 Eric Anholti965/fs: Try a different pre-scheduling heuristic if...
2013-11-12 Eric Anholti965/fs: Do instruction pre-scheduling just before...
2013-11-12 Eric Anholti965/fs: Ignore actual latency pre-reg-alloc.
2013-11-12 Eric Anholti965/fs: Fix message setup for SIMD8 spills.
2013-11-12 Eric Anholti965/fs: Prefer things we know reduce reg pressure...
2013-11-12 Eric Anholti965: Fix undefined value usage in ABO setup.
2013-11-12 Eric Anholti965: Add a warning if something ever hits a bug I...
2013-11-12 Ben Skeggsnvc0: release 3d bufctx after drawing
2013-11-12 Francisco Jerezclover: Fix the const variant of adaptor_range::end...
2013-11-12 Roland Scheideggerdraw,llvmpipe: use exponent manipulation instead of...
2013-11-12 Cyril Bruleboisgallium: fix build on GNU/Hurd due to missing PIPE_OS_H...
2013-11-12 Petr Sebormeta: enable vertex attributes in the context of the...
2013-11-12 Brian Paulmesa: 80-column wrapping, remove trailing whitespace...
2013-11-12 Brian Paulmesa: add comment for struct gl_vertex_buffer_binding
2013-11-12 Brian Paulmesa: call update_array_format() after error checking
2013-11-12 Brian Paulmesa: use _mesa_is_bufferobj() helper in _mesa_vertex_a...
2013-11-12 Brian Paulmesa: add const qualifiers to vertex array helper functions
2013-11-12 Ilia Mirkinnouveau/video: mark bitstream-level acceleration as...
2013-11-12 Ilia Mirkinnouveau/video: don't try on nv3x
2013-11-11 Tom Stellardegl-static: Only export necessary symbols v3
2013-11-11 Tom Stellardpipe-loader: Only export necessary symbols v3
2013-11-11 Tom Stellardradeonsi/compute: Add Sea Islands support
2013-11-11 Vincent Lejeuner600/llvm: Store inputs in function arguments
2013-11-11 Rico Schüllertests: Fix make check for out of tree builds.
2013-11-11 Anuj Phogati965: Move #define's inside function as local variables
2013-11-11 Vinson Leei915, i965: Fix memory leak in intel_miptree_create_for_bo.
2013-11-11 Brian Paulosmesa: assorted code clean-ups
2013-11-11 Brian Paulosmesa: fix broken triangle/line drawing when using...
2013-11-11 Brian Paulsvga: improve loops over color buffers
2013-11-11 Brian Paulsvga: document magic number of 8 render targets per...
2013-11-11 Brian Paulutil: set all unused cbufs to NULL in util_copy_framebu...
2013-11-11 Brian Paulglx: declare glx_screen struct to silence warning
2013-11-11 Brian Paulglx: change query_renderer_integer() value param to...
2013-11-11 José Fonsecaglx: Fix scons build.
2013-11-10 Samuel ThibaultEGL: fix build without libdrm
2013-11-10 Chris Forbesi965: convert brw_lower_offset_array_visitor to ir_rval...
2013-11-09 Chris Forbesglsl: fix missing breaks in equals(ir_texture,..)
2013-11-09 Eric Anholti965: Make the driver compile until a proper libdrm...
2013-11-09 Armin Kglx: conditionaly build dri3 and present loader (v3)
2013-11-09 Matt Turneri965/fs: Don't perform CSE on inst HW_REG dests (unless...
2013-11-08 Chad Versacei965: Remove some tiny dead code from intel_miptree_map...
2013-11-08 Brian Paulswrast: add missing notify_reset parameter to dri_creat...
2013-11-08 Christian Königvl: use a separate context for shader based decode v2
2013-11-08 José Fonsecascons: Add dri2_query_renderer.c to sources.
2013-11-08 José Fonsecast/dri: Fix dri_create_context declaration prototype.
2013-11-08 Keith Packarddri3: Fix pixmap buf_id computation
2013-11-08 Eric Anholtglx: Add a more informative debug message in a DRI3...
2013-11-08 Keith PackardAdd DRI3+Present loader
2013-11-08 Keith Packarddri: add __DRIimageLoaderExtension and __DRIimageDriver...
2013-11-08 Keith Packarddri/i915,dri/i965: Use driGLFormatToImageFormat and...
2013-11-08 Keith Packarddri/common: Add functions mapping MESA_FORMAT_* <-...
2013-11-08 Keith Packarddri/intel: Add explicit size parameter to intel_region_...
next