mesa.git
2017-07-13 Rafael Antognollii965: Move color calc code around a bit.
2017-07-13 Rafael Antognollii965: Check for alpha channel just like in gen6+.
2017-07-13 Rafael Antognollii965: Make a helper function for blend entry related...
2017-07-13 Kenneth Graunkei965: Make a helper function for depth/stencil related...
2017-07-13 Lionel Landwerlinaubinator: don't leak fd of opened aubfile
2017-07-13 Lionel Landwerlinanv: don't use strcpy for copying strings
2017-07-13 Lionel Landwerlinintel/compiler: no need to check unsigned is >= 0
2017-07-13 Lionel Landwerlini965: fix missing NULL return if allocation fails
2017-07-13 Lionel Landwerlinintel/compiler: don't check unsigned is >= 0
2017-07-13 Lionel Landwerlini965: check pointer before dereferencing it
2017-07-13 Lionel Landwerlini965: map_gtt: check mapping address before adding...
2017-07-13 Lionel Landwerlinintel/compiler: remove check unsigned is >= 0
2017-07-13 Lionel Landwerlinisl: use 64bit arithmetic to compute size
2017-07-13 Connor Abbottnir/lower_io_to_temporaries: don't set compact on shado...
2017-07-13 Connor Abbottnir: don't segfault when printing variables with no...
2017-07-13 Jason Ekstrandi965/urb: Trigger upload_urb on NEW_BLORP
2017-07-13 Kenneth Graunkemesa: Return GL_INVALID_ENUM for bogus TEXTURE_SRGB_DEC...
2017-07-13 Marek Olšákst/dri: add 32-bit RGBX/RGBA formats
2017-07-13 Eric Anholtbroadcom/vc4: Add more packets to the v2.1 XML.
2017-07-13 Eric Anholtbroadcom: Introduce a header for talking about chip...
2017-07-13 Eric Anholtbroadcom/genxml: Use the same "gen" attr for HW version...
2017-07-13 Eric Anholtbroadcom/genxml: Support unpacking fixed-point fraction...
2017-07-13 Michel Dänzerst/mesa: Handle st_framebuffer_create returning NULL
2017-07-13 Tim Rowleyswr/rast: Fix use of KNL-only intrinsics in SKX build
2017-07-13 Tim Rowleyswr/rast: Fix build warnings when using the Intel compiler
2017-07-13 Tim Rowleyswr/rast: SIMD16 Frontend - Fix USE_SIMD16_FRONTEND...
2017-07-13 Tim Rowleyswr/rast: Removing unneeded MSVC warning pragma
2017-07-13 Tim Rowleyswr/rast: Add support for read-only render targets
2017-07-13 Tim Rowleyswr/rast: Support render target mask instead of render...
2017-07-13 Alejandro Piñeiroegl: remove unused err variable
2017-07-13 Nicolai Hähnleradeonsi/gfx9: fix crash building monolithic merged...
2017-07-13 Thomas Hellstromloader/dri3: Use dri3_find_back in loader_dri3_swap_buf...
2017-07-13 Jason Ekstrandi965/screen: Drop get_tiled_height
2017-07-13 Jason Ekstrandi965/screen: Use ISL for doing image import checks
2017-07-13 Jason Ekstrandi965/screen: Use ISL for allocating image BOs
2017-07-13 Jason Ekstrandintel/isl: Add a helper to convert tilings from ISL...
2017-07-13 Jason Ekstrandintel/isl: Add basic modifier introspection
2017-07-13 Jason Ekstrandi965: Add an isl_device to intel_screen
2017-07-13 Jason Ekstrandi965/miptree: Move CCS allocation into create_for_dri_image
2017-07-13 Jason Ekstrandi965: Use create_for_dri_image in intel_update_image_buffer
2017-07-13 Jason Ekstrandi965/miptree: Add support for window system images...
2017-07-13 Jason Ekstrandi965/miptree: Add a colorspace parameter to create_for_...
2017-07-13 Jason Ekstrandmain/formats: Add a get_linear_format_srgb helper
2017-07-13 Jason Ekstrandmain/formats: Autogenerate _mesa_get_srgb_format_linear
2017-07-13 Ben Widawskyi965/miptree: Allocate mt earlier in update winsys
2017-07-13 Ben Widawskyi965/miptree: Add a return for updating of winsys
2017-07-13 Jason Ekstrandi965: Use miptree_create_for_dri_image in image_target_...
2017-07-13 Jason Ekstrandi965/miptree: Set level_x/h in create_for_dri_image
2017-07-13 Jason Ekstrandi965/miptree: Add tile_x/y to total_width/height
2017-07-13 Jason Ekstrandi965/miptree: Pass the offset into create_for_bo in...
2017-07-13 Jason Ekstrandi965: Move the DRIimage -> miptree code to intel_mipmap...
2017-07-13 Ilia Mirkinnv50/ir: fix threads calculation for non-compute shaders
2017-07-12 Ilia Mirkinfreedreno/ir3: fix load_front_face conversion
2017-07-12 Alex Smithradv: Fix descriptors for cube images with VK_IMAGE_USA...
2017-07-12 Alex Smithradv: Fix possible invalid free of dynamic descriptors
2017-07-12 Bruce Cherniakswr: Add path to draw directly from client memory witho...
2017-07-12 Bruce Cherniakswr: Move environment config options into separate...
2017-07-12 Bruce Cherniakswr: Remove hard-coded constant and "todo" comment.
2017-07-12 Rob HerringAndroid: Fix vc4 build since XML changes.
2017-07-12 Charmaine Leest/mesa: add a winsys buffers list in st_context
2017-07-12 Kenneth Graunkei965: Drop bogus pthread_mutex_unlock in map_gtt error...
2017-07-12 Anuj Phogatintel/compiler: Don't use opt_sampler_eot() optimizatio...
2017-07-12 Eric Anholtvc4: Set shareable BOs as T tiled if possible
2017-07-12 Eric Anholtvc4: Use vc4_setup_slices for resource import
2017-07-12 Eric Anholtvc4: Make the miptree debug code available under VC4_DE...
2017-07-12 Eric Anholtvc4: Switch back to using a local copy of vc4_drm.h.
2017-07-12 Eric Anholtintel: Move the DRM uapi headers to a non-Intel location.
2017-07-12 Eric Anholtvc4: Remove a stale comment.
2017-07-12 Jason Ekstrandanv: Round u_vector element sizes to a power of two
2017-07-12 Brian Paulsvga: whitespace, formatting fixes in svga_swtnl_backend.c
2017-07-12 Brian Paulsvga: whitespace, formatting fixes in svga_swtnl_draw.c
2017-07-12 Brian Paulsvga: whitespace, formatting fixes in svga_swtnl_state.c
2017-07-12 Brian Paulsvga: move comment, declaration in svga_init_shader_key...
2017-07-12 Brian Pauldraw: whitespace, formatting fixes in draw_vs_exec.c
2017-07-12 Brian Pauldraw: s/unsigned/enum tgsi_semantic/
2017-07-12 Emil Velikovtravis: lower SWR requirement to GCC 4.8, aka std=c++11
2017-07-12 Emil Velikovdocs: update HTTP -> HTTPS reference to reflect reality
2017-07-12 Emil Velikovegl: set KHR_gl_texture_3D_image only when the requirem...
2017-07-12 Emil Velikovegl: enhance KHR_gl_image extensions checks
2017-07-12 Emil Velikovegl: don't set modifier if no modifiers are available
2017-07-12 Emil Velikovegl: check for extensions' presence during attr parsing
2017-07-12 Emil Velikovegl: add width/height as EXT_image_dma_buf_import attrs
2017-07-12 Emil Velikovegl: polish EXT_image_dma_buf_import attr parsing
2017-07-12 Emil Velikovegl: simplify EXT_image_dma_buf_import_modifiers attr...
2017-07-12 Emil Velikovegl: split _eglParseImageAttribList into per extension...
2017-07-12 Emil Velikovegl: call _eglError within _eglParseImageAttribList
2017-07-12 Emil Velikovegl: move eglCreateDRMImageMESA's malloc later
2017-07-11 Brian Paulsvga: fix texture swizzle writemasking
2017-07-11 Chris Wilsoni965: Use VALGRIND_MAKE_MEM_x in place of MALLOCLIKE...
2017-07-11 Kenneth Graunkei965: Fix asynchronous mappings on !LLC platforms.
2017-07-11 Kenneth Graunkei965: Don't use PREAD for glGetBufferSubData().
2017-07-11 Tim Rowleyswr: build driver proper separate from rasterizer
2017-07-11 Tim Rowleyswr: switch to using SwrGetInterface api table
2017-07-11 George Kyriazisswr/rast: make SWR_VISIBLE attribute work for windows
2017-07-11 Lionel Landwerlini965: perf: use new subslices numbers from device info
2017-07-11 Lionel Landwerlinintel: add number of subslices to device info
2017-07-11 Ben Widawskyi965: Use already existing eu_total
2017-07-11 Chris Wilsoni965: Resolve framebuffers before signaling the fence
2017-07-11 Brian Paulsvga: s/unsigned/enum tgsi_texture_type/
2017-07-11 Brian Paulsvga: s/unsigned/enum tgsi_swizzle
next