mesa.git
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...
2014-06-04 Chris Forbesdocs: Mark off gs5/overload resolution
2014-06-04 Chris Forbesglsl: Implement overload resolution for ARB_gpu_shader5
2014-06-04 Chris Forbesglsl: Add support for comparing function parameter...
2014-06-04 Chris Forbesglsl: Build a list of inexact function matches
2014-06-04 Chris Forbesdocs: Mark off gs5/implicit conversions
2014-06-04 Chris Forbesglsl: Allow int -> uint implicit conversions on functio...
2014-06-04 Chris Forbesglsl: Pass parse state to can_implicitly_convert_to()
2014-06-04 Chris Forbesglsl: Pass parse state to parameter_lists_match()
2014-06-04 Chris Forbesglsl: Add support for int -> uint implicit conversions
2014-06-04 Chris Forbesglsl: Clean up apply_implicit_conversion
2014-06-04 Chris Forbesdocs: Update `precise` qualifier status in GL3.txt
2014-06-04 Chris Forbesglsl: Allow `precise` as a parameter qualifier
2014-06-04 Chris Forbesglsl: Disallow `precise` redeclarations of vars from...
2014-06-04 Chris Forbesglsl: Add support for `precise` redeclarations
2014-06-04 Chris Forbesglsl: add support for `precise` in type_qualifier
2014-06-04 Chris Forbesglsl: remove outdated comment, move sample to correct...
2014-06-04 Kenneth Graunkei965: Fix copy and pasted values in Broadwell code.
2014-06-04 Matt Turnerglsl: Make most ir_instruction::as_subclass() functions...
2014-06-04 Matt Turnerglsl: Move ir_type_unset to end of enumeration.
2014-06-04 Matt Turnerglsl: Reorder ir_type_* enum for easier comparisons.
2014-06-04 Matt Turnerglsl: Remove useless call to as_rvalue().
2014-06-04 Ian Romanickglsl: Set ir_instruction::ir_type in the base class...
2014-06-04 Sinclair Yehegl: Check for NULL native_window in eglCreateWindowSurface
2014-06-03 Marek Olšákr600g,radeonsi: don't use hardware MSAA resolve if...
next