mesa.git
2014-06-10 Thomas Hellandglsl: Remove unused include from glsl_types.cpp
2014-06-10 Thomas Hellandglsl: Remove unused include from builtin_variables.cpp
2014-06-10 Thomas Hellandglsl: Remove unused include in ast_to_hir.cpp
2014-06-10 Thomas Hellandglsl: Remove unused includes in link_uniform_block_acti...
2014-06-10 Thomas Hellandglsl: Remove unused includes in link_uniform_init.
2014-06-10 Matt Turneri965: Replace open-coded linked list with exec_list.
2014-06-10 Matt Turnerglsl: Add an exec_node_init() function, usable from C.
2014-06-10 Matt Turnerglsl: Make foreach macros usable from C by adding struc...
2014-06-10 Matt Turnerglsl: Make exec_list members just wrap the C API.
2014-06-10 Matt Turnerglsl: Make exec_node members just wrap the C API.
2014-06-10 Matt Turnerglsl: Add C API for exec_list.
2014-06-10 Matt Turnerglsl: Add C API for exec_node.
2014-06-10 Matt Turnerglsl: Move definition of exec_list member functions...
2014-06-10 Matt Turnerglsl: Move definition of exec_node member functions...
2014-06-10 Bruno Jiménezr600g/compute: Use %u as the unsigned format
2014-06-10 Bruno Jiménezr600g/compute: align items correctly
2014-06-10 Bruno Jiménezr600g/compute: Cleanup of compute_memory_pool.h
2014-06-10 Bruno Jiménezr600g/compute: Tidy a bit compute_memory_finalize_pending
2014-06-10 Bruno Jiménezr600g/compute: Add more NULL checks
2014-06-10 Bruno Jiménezr600g/compute: Adding checks for NULL after CALLOC
2014-06-10 Bruno Jiménezr600g/compute: Fixing a typo and some indentation
2014-06-10 Cody Northropmesa: Fix substitution of large shaders
2014-06-10 Michel Dänzerconfigure: Only check for OpenCL without LLVM when...
2014-06-10 David Heidelbergerr600g,radeonsi: implement PIPE_QUERY_TIMESTAMP_DISJOINT
2014-06-10 Jon TURNEYconfigure: Always default to --enable-driglx-direct
2014-06-10 Jon TURNEYglx: Fix build in GLX_DIRECT_RENDERING !GLX_USE_APPLEGL...
2014-06-10 Kristian Høgsbergi965: Make gen7_pi field of brw_instruction use unsigne...
2014-06-10 Kristian Høgsbergi965: Don't include mtypes.h in brw_disasm.c
2014-06-10 Matt Turneri965/fs: initialize src as reg_undef for texture opcode...
2014-06-10 Tapani Pällii965/fs: initialize src as reg_undef for texture opcode...
2014-06-09 Emil Velikovegl/dri2: do not leak dri2_dpy->driver_name
2014-06-09 Emil Velikovegl/dri2/x11: use standard strndup function
2014-06-09 Adrian Negreanuandroid, dricore: undefined reference to _mesa_streamin...
2014-06-09 Adrian Negreanuandroid, mesa_gen_matypes: pull in timespec POSIX defin...
2014-06-09 Adrian Negreanuandroid, egl: typo dri2_fallback_pixmap_surface ->...
2014-06-09 Adrian Negreanuandroid, egl: add correct drm include for libmesa_egl_dri2
2014-06-09 Adrian Negreanuandroid: add src/gallium/auxiliary as include path...
2014-06-09 Adrian Negreanuandroid: add libloader to libGLES_mesa and libmesa_egl_dri2
2014-06-09 Adrian Negreanuandroid: adapt to the megadriver mechanism
2014-06-09 Adrian Negreanuadd megadriver_stub_FILES
2014-06-09 Emil Velikovscons: remove dri-i915 build target
2014-06-09 Emil Velikovconfigure: error out when building opencl without LLVM
2014-06-09 Abdiel Janulguei965/disasm: Properly debug negate source modifier...
2014-06-09 Abdiel Janulguei965/vec4: skip copy-propate for logical instructions...
2014-06-09 Abdiel Janulguei965/fs: skip copy-propate for logical instructions...
2014-06-09 Abdiel Janulguei965/fs: Refactor check for potential copy propagated...
2014-06-09 Brian Pauldocs: add link to 10.1.5 on news page
2014-06-09 Brian Pauldocs: fix version number in 10.2.1 release notes
2014-06-09 Brian Pauldocs: import the 10.1.5 release notes
2014-06-09 Chris Forbesglsl: Validate aux storage qualifier combination with...
2014-06-09 Iago Toral... i965: Ensure that we end instruction streams properly.
2014-06-09 Iago Toral... i965/fs: Add Gen < 6 runtime checks for line antialiasing.
2014-06-09 Iago Toral... i965/fs: Let the gen < 8 generator know about runtime_c...
2014-06-09 Chris Forbesdocs: Mark off ARB_compressed_texture_pixel_storage
2014-06-09 Chris Forbesmesa: Add extension enable for ARB_compressed_texture_p...
2014-06-09 Chris Forbesmesa: Add pixel storage support for GetCompressedTexImage
2014-06-09 Chris Forbesmesa: Compute proper strides for compressed texture...
2014-06-09 Chris Forbesmesa: Extract computation of compressed pixel store...
2014-06-09 Chris Forbesmesa: Emit errors for inconsistent compressed pixel...
2014-06-09 Chris Forbesmesa: Add new pixel pack/unpack state for
2014-06-09 Chris Forbestests: Add new enum strings for ARB_compressed_texture_...
2014-06-09 Chris Forbesglapi: Add XML infrastructure for ARB_compressed_textur...
2014-06-09 Chris Forbesmesa: Make CompressedTexSubImage errors more consistent
2014-06-09 Chris Forbesmesa: Trim down PixelStorei implementation
2014-06-08 José Fonsecamesa/main: Prevent sefgault on glGetIntegerv(GL_ATOMIC_...
2014-06-08 Iago Toral... Revert "i965: Move brw_land_fwd_jump() to compilation...
2014-06-08 Kenneth Graunkei965: Fix else and brace placement in brw_eu_emit.c.
2014-06-08 Kenneth Graunkei965: Drop the remaining default predication whacking.
2014-06-08 Kenneth Graunkei965/sf: Use brw_set_default_predicate_control().
2014-06-07 Ilia Mirkingk110/ir: fix bfind emission
2014-06-07 Ian Romanickdocs: Add MD5 checksum, etc. for 10.2.1 release
2014-06-07 Ian Romanickdocs: Add initial 10.2.1 release notes
2014-06-07 Vinson Leeconfigure.ac: Do not use Pthreads with MinGW.
2014-06-07 Ilia Mirkingk110/ir: fix emitting constbuf file index
2014-06-07 Ian Romanickdocs: Add MD5 checksum, etc. for 10.1 release
2014-06-07 Ilia Mirkingk110/ir: emit saturate flag on fadd when needed
2014-06-07 Ilia Mirkingk110/ir: fix slct emission
2014-06-07 Timothy Arcerist/mesa: remove extra calculation of sampler count
2014-06-07 Ilia Mirkingk110/ir: fix interp mode emission
2014-06-06 Ilia Mirkingk110/ir: fix ISAD emission with register args
2014-06-06 Ilia Mirkingk110/ir: fix quadon opcode emission
2014-06-06 Ilia Mirkinnvc0: don't bother trying to set up compute for gk110+
2014-06-06 Ilia Mirkingk110: add in forgotten code for gk110 isa
2014-06-06 Ilia Mirkingk110/ir: emit texbar the same way that the blob does
2014-06-06 José Fonsecascons: Search only for mingw-w64 cross-compilers.
2014-06-06 Stéphane Marchesini915g: Remove 4444 and 5551 formats
2014-06-06 Tobias Klausmannnvc0/ir: Handle OP_POPCNT when folding constant expressions
2014-06-06 Tobias Klausmannnvc0/ir: Handle OP_BFIND when folding constant expressions
2014-06-06 Tobias Klausmannnvc0/ir: Handle reverse subop for OP_EXTBF when folding...
2014-06-06 Tobias Klausmannnv50/ir: clear subop when folding constant expressions
2014-06-05 Kenneth Graunkei965: Support GL_CLAMP natively on Broadwell.
2014-06-05 Kenneth Graunkei965: Pass brw to translate_wrap_mode().
2014-06-05 Tapani Pällii965: use _mesa_align_malloc in intel_miptree_map_movntdqa
2014-06-04 Chris Forbesi965/fs: Allow array dereference of HW_REG.
2014-06-04 Leo Liust/omx/enc: enable b frames
2014-06-04 Leo Liuradeon/vce: implement h264 profile support
2014-06-04 Leo Liust/omx/enc: implement h264 profile support
2014-06-04 Leo Liuvl: add more avc profiles
2014-06-04 José Fonsecawgl: Disable CRT message boxes when Windows system...
2014-06-04 Chris Forbesglapi: Note apparent gap in numbering from ARB_multi_dr...
next