mesa.git
2015-06-12 Emil Velikovegl/haiku: minor surface management cleanups
2015-06-12 Emil Velikovegl/haiku: kill off haiku_log()
2015-06-12 Emil Velikovegl/haiku: we don't use src/loader, drop all the refere...
2015-06-12 Emil Velikovegl/haiku: remove unused variables in struct haiku_egl_...
2015-06-12 Emil Velikovegl/haiku: handle memory allocation failure
2015-06-12 Emil Velikovegl/haiku: use CALL/TRACE/ERROR over _eglLog() for...
2015-06-12 Emil Velikovegl/haiku: remove commented out code
2015-06-12 Emil Velikovegl/haiku: use correct version variable
2015-06-12 Jose Fonsecatrace: Add missing p_compiler.h include.
2015-06-12 Francisco Jerezi965/fs: Remove one more fixed brw_null_reg() from...
2015-06-11 Kenneth GraunkeRevert "i965: Advertise a line width of 40.0 on Cherryv...
2015-06-11 Kenneth Graunkei965: Re-index SSA definitions before printing NIR...
2015-06-11 Brian Paulgallium: remove explicit values from PIPE_CAP_ enums
2015-06-11 Jose Fonsecamesa/main: Don't use ONCE_FLAG_INIT as a r-value.
2015-06-11 Iago Toral... i965/gen8: Fix antialiased line rendering with width...
2015-06-11 Martin Peresglsl: fix constructing a vector from a matrix
2015-06-11 Tapani Pällimesa/es3.1: enable DRAW_INDIRECT_BUFFER_BINDING for...
2015-06-11 Juha-Pekka... mesa/main: avoid null access in format_array_table_init()
2015-06-11 Juha-Pekka... mesa/main: Remove _mesa_HashClone()
2015-06-11 Alexander Monakovi965: do_blit_drawpixels: decode array formats
2015-06-11 Iago Toral... i965: do not round line width when multisampling or...
2015-06-10 Kenneth Graunkei965: Momentarily pretend to support ARB_texture_stenci...
2015-06-10 Brian Paulllvmpipe: simplify lp_resource_copy()
2015-06-10 Tapani Pällimesa: add GL_RED, GL_RG support for floating point...
2015-06-10 Tapani Pällimesa: allow unsized formats GL_RG, GL_RED for GLES...
2015-06-10 Timothy Arceriglsl: remove restriction on unsized arrays in GLSL...
2015-06-10 Dave Airliest/dri: check pscreen is valid before querying param
2015-06-10 Dave Airlienouveau: set imported buffers to what the kernel gives us
2015-06-09 Eric Anholtvc4: Drop qir include from vc4_screen.h
2015-06-09 Eric Anholtvc4: Drop subdirectory in vc4 build.
2015-06-09 Eric Anholtvc4: Update to current kernel validation code.
2015-06-09 Chih-Wei Huangandroid: build with libcxx on android lollipop
2015-06-09 Chih-Wei Huangandroid: enable the radeonsi driver
2015-06-09 Chih-Wei Huangandroid: generate files by $(call es-gen)
2015-06-09 Chih-Wei Huangandroid: try to load gallium_dri.so directly
2015-06-09 Chih-Wei Huangandroid: Depend on gallium_dri from EGL, instead of...
2015-06-09 Chih-Wei Huangandroid: add rules to build a gallium_dri.so
2015-06-09 Chih-Wei Huangandroid: add rules to build gallium/state_trackers/dri
2015-06-09 Chih-Wei Huangandroid: export more dirs from libmesa_dri_common
2015-06-09 Chih-Wei Huangandroid: loader: export the path to be included
2015-06-09 Ben Widawskyi965/gen9: Use raw PS invocation count for queries
2015-06-09 Brian Paulglsl: fix comment typo: s/accpet/accept/
2015-06-09 Brian Paulmesa: remove some MAX_NV_FRAGMENT_PROGRAM_* macros
2015-06-09 Jason Ekstrandfs/reg_allocate: Remove the MRF hack helpers from fs_vi...
2015-06-09 Jason Ekstrandi965/fs: Don't let the EOT send message interfere with...
2015-06-09 Jose Fonsecartasm: Generalize executable memory allocator to all...
2015-06-09 Francisco Jerezi965/fs: Drop fs_inst::force_uncompressed.
2015-06-09 Francisco Jerezi965/fs: Remove dead IR construction code from the...
2015-06-09 Francisco Jerezi965/fs: Migrate test_fs_cmod_propagation to the IR...
2015-06-09 Francisco Jerezi965/fs: Migrate test_fs_saturate_propagation to the...
2015-06-09 Francisco Jerezi965/fs: Migrate translation of NIR texturing instructi...
2015-06-09 Francisco Jerezi965/fs: Migrate translation of NIR intrinsics to the...
2015-06-09 Francisco Jerezi965/fs: Migrate translation of NIR ALU instructions...
2015-06-09 Francisco Jerezi965/fs: Migrate translation of NIR control flow to...
2015-06-09 Francisco Jerezi965/fs: Migrate NIR variable handling to the IR builder.
2015-06-09 Francisco Jerezi965/fs: Migrate NIR emit_percomp() to the IR builder.
2015-06-09 Francisco Jerezi965/fs: Migrate CS terminate message to the IR builder.
2015-06-09 Francisco Jerezi965/fs: Migrate VS output writes to the IR builder.
2015-06-09 Francisco Jerezi965/fs: Migrate FS framebuffer writes to the IR builder.
2015-06-09 Francisco Jerezi965/fs: Migrate FS alpha test to the IR builder.
2015-06-09 Francisco Jerezi965/fs: Migrate FS discard handling to the IR builder.
2015-06-09 Francisco Jerezi965/fs: Migrate FS gl_SamplePosition/ID computation...
2015-06-09 Francisco Jerezi965/fs: Migrate FS interpolation code to the IR builder.
2015-06-09 Francisco Jerezi965/fs: Migrate shader time to the IR builder.
2015-06-09 Francisco Jerezi965/fs: Migrate untyped surface read and atomic to...
2015-06-09 Francisco Jerezi965/fs: Migrate texturing implementation to the IR...
2015-06-09 Francisco Jerezi965/fs: Migrate pull constant loads to the IR builder.
2015-06-09 Francisco Jerezi965/fs: Migrate Gen4 send dependency workarounds to...
2015-06-09 Francisco Jerezi965/fs: Migrate lower_integer_multiplication to the...
2015-06-09 Francisco Jerezi965/fs: Migrate lower_load_payload to the IR builder.
2015-06-09 Francisco Jerezi965/fs: Migrate register spills and fills to the IR...
2015-06-09 Francisco Jerezi965/fs: Migrate try_replace_with_sel to the IR builder.
2015-06-09 Francisco Jerezi965/fs: Migrate opt_sampler_eot to the IR builder.
2015-06-09 Francisco Jerezi965/fs: Migrate opt_peephole_sel to the IR builder.
2015-06-09 Francisco Jerezi965/fs: Create and emit instructions in one step in...
2015-06-09 Francisco Jerezi965/fs: Migrate opt_cse to the IR builder.
2015-06-09 Francisco Jerezi965/fs: Don't drop force_writemask_all and _sechalf...
2015-06-09 Francisco Jerezi965/vec4: Take into account all instruction fields...
2015-06-09 Francisco Jerezi965/fs: Take into account all instruction fields in...
2015-06-09 Francisco Jerezi965/fs: Migrate opt_peephole_predicated_break to the...
2015-06-09 Francisco Jerezi965/fs: Migrate opt_combine_constants to the IR builder.
2015-06-09 Francisco Jerezi965/fs: Allocate a common IR builder object in fs_visitor.
2015-06-09 Francisco Jerezi965/fs: Introduce FS IR builder.
2015-06-09 Francisco Jerezi965: Define consistent interface to enable instruction...
2015-06-09 Francisco Jerezi965: Define consistent interface to enable instruction...
2015-06-09 Francisco Jerezi965: Define consistent interface to predicate an instr...
2015-06-09 Francisco Jerezmesa: Drop include of simple_list.h from mtypes.h.
2015-06-09 Francisco Jerezdri/nouveau: Include simple_list.h explicitly in nv...
2015-06-09 Francisco Jereztnl: Include simple_list.h explicitly in t_context.c.
2015-06-09 Francisco Jerezmesa: Include simple_list.h explicitly in errors.c.
2015-06-08 Dave Airliemesa/teximage: use correct extension for accept stencil...
2015-06-08 Anuj Phogati965: Make a helper function intel_miptree_set_total_wi...
2015-06-08 Anuj Phogati965/gen9: Set vertical alignment for the miptree
2015-06-08 Anuj Phogati965/gen9: Set horizontal alignment for the miptree
2015-06-08 Anuj Phogati965/gen9: Set tiled resource mode for the miptree
2015-06-08 Anuj Phogati965: Pass miptree pointer as function parameter in...
2015-06-08 Anuj Phogati965: Move intel_miptree_choose_tiling() to brw_tex_lay...
2015-06-08 Anuj Phogati965: Choose tiling in brw_miptree_layout() function
2015-06-08 Ben Widawskyi965: Disallow saturation for MACH operations.
2015-06-08 Chris Wilsoni965: Export format comparison for blitting between...
next