mesa.git
2013-11-16 Emil Velikovgallium/drivers: enable automake subdir-objects
2013-11-16 Emil Velikovr300: move the final sources list to Makefile.sources
2013-11-16 Emil Velikovr300: add symlink to ralloc.c and register_allocate.c
2013-11-16 Emil Velikovst/xvmc: enable automake subdir-objects
2013-11-16 Emil Velikovdri/common: move source file lists to Makefile.sources
2013-11-16 Emil Velikovgtest: enable subdir-objects to prevent automake warnings
2013-11-16 Emil Velikovgbm: enable subdir-objects to prevent automake warnings
2013-11-16 Emil Velikovscons: move SConscript from gallium/targets/ to mesa...
2013-11-16 Johannes Obermayrfreedreno: compact a2xx and a3xx makefiles into parent...
2013-11-16 Emil Velikovscons: drop obsolete enabled_apis variable
2013-11-16 Emil VelikovAndroid: remove unused MESA_ENABLED_APIS variable
2013-11-16 Emil Velikovst/egl: use *_FILE over *_SOURCES names for filelists
2013-11-16 Matt Turneri965: Assert that IF with cmod is Gen6 only.
2013-11-16 Vinson Leei965: Add missing break in SHADER_OPCODE_GEN7_SCRATCH_R...
2013-11-15 Eric Anholtmesa: Dynamically allocate the storage for program...
2013-11-15 Eric Anholtmesa: Remove PROGRAM_ENV_PARAM enum.
2013-11-15 Eric Anholtmesa: Remove PROGRAM_LOCAL_PARAM enum.
2013-11-15 Eric Anholtmesa: Update a comment about valid values of a field.
2013-11-15 Eric Anholtglsl: Apply the transformation "1/rsq(x) == sqrt(x...
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 Hawaii pci ids
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... haiku/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 Brian Pauldocs: fill in md5 checksums for 9.2.3 release
2013-11-13 Brian Pauldocs: fix 9.2.2 -> 9.2.3 typos
2013-11-13 Alexander von... haiku: add swrast driver
2013-11-13 Carl Worthdocs: Import 9.2.3 release notes, add news item.
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 Stellardconfigure.ac: Don't require shared LLVM when building...
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...
next