mesa.git
2015-07-01 Jason Ekstrandnir/spirv: Add basic support for Op[Group]MemberDecorate
2015-07-01 Jason Ekstrandvk/x11: Allow for the client querying the size of the...
2015-06-30 Chad Versacevk/formats: Fix entry for S8_UINT
2015-06-30 Chad Versacevk/formats: Document new meaning of anv_format::cpp
2015-06-27 Chad Versacevk/depth: Add a FIXME
2015-06-27 Chad Versacevk/image: Enable 2d single-sample color miptrees
2015-06-27 Chad Versacevk/image: Define anv_surface, refactor anv_image
2015-06-27 Chad Versacevk/image: Reformat function signatures
2015-06-27 Chad Versacevk/image: Embed VkImageCreateInfo* into anv_image_creat...
2015-06-27 Chad Versacevk/image: Drop some tmp vars in anv_image_view_init()
2015-06-27 Chad Versacevk/image: Abort on stencil image views
2015-06-26 Chad Versacevk: Reindent struct anv_image
2015-06-26 Chad Versacevk: Define MIN(a, b) macro
2015-06-26 Chad Versacevk: Rename functions ALIGN_*32 -> align_*32
2015-06-26 Connor AbbottMerge branch 'wip/nir-vtn' into vulkan
2015-06-26 Chad Versacevk/formats: Remove the cpp=0 stencil hack
2015-06-26 Chad Versacevk/image: Refactor anv_image_create()
2015-06-26 Chad Versacevk/image: Group some assertions closer together
2015-06-26 Chad Versacevk/formats: #undef fmt at end of format table
2015-06-26 Chad Versacevk: Fix comment for anv_depth_stencil_view::stencil_qpitch
2015-06-26 Chad Versacevk/image: Add qpitch fields to anv_depth_stencil_view
2015-06-26 Chad Versacevk: Reindent and document struct anv_depth_stencil_view
2015-06-26 Chad Versacevk/formats: Fix incorrect depth formats
2015-06-26 Chad Versacevk/image: Rename local variable in anv_image_create()
2015-06-26 Chad Versacevk/formats: Fix table entry for R8G8B8_SNORM
2015-06-26 Chad Versacevk/formats: Rename anv_format::format -> surface_format
2015-06-26 Chad Versacevk/formats: Rename anv_format::channels -> num_channels
2015-06-26 Chad Versacevk: Reindent struct anv_format
2015-06-26 Chad Versacevk/formats: Don't abbreviate tokens in the format table
2015-06-26 Jason Ekstrandvk/compiler: Add the initial hacks to get SPIR-V up...
2015-06-26 Jason EkstrandHACK: Get rid of sanity_param_count for FS
2015-06-26 Jason Ekstrandi965: Don't print the GLSL IR if it doesn't exist
2015-06-26 Jason Ekstrandnir/spirv: Set the right location for shader input...
2015-06-26 Jason Ekstrandnir/spirv: Set the interface type on uniform blocks
2015-06-26 Jason Ekstrandnir/spirv: Set the system value mode on builtins
2015-06-26 Jason Ekstrandnir/spirv: Actually put variables on the right linked...
2015-06-26 Jason Ekstrandglsl: Move vert_attrib varying_slot and frag_result...
2015-06-25 Chad Versacevk/image: Check extent does not exceed surface type...
2015-06-25 Chad Versacevk/image: Stop hardcoding SurfaceType of VkImageView
2015-06-25 Chad Versacevk/image: Add anv_image::surf_type
2015-06-25 Chad Versacevk/image: Add tables for gen SurfaceType
2015-06-25 Chad Versacevk/util: Add anv_loge() for logging error messages
2015-06-25 Chad Versacevk: Add func anv_is_aligned()
2015-06-25 Chad Versacevk: Add anv_minify()
2015-06-25 Chad Versacevk: Define MAX(a, b) macro
2015-06-25 Jason Ekstrandnir/spirv: Fix up some dererf ralloc parenting
2015-06-25 Jason Ekstrandi965/nir: Handle returns as long as they're at the...
2015-06-25 Jason Ekstrandi965/nir: Split NIR shader handling into two functions
2015-06-25 Jason Ekstrandnir/spirv: Use vtn_ssa_value for texture coordinates
2015-06-25 Jason Ekstrandnir/spirv: Add support for the Uniform storage class
2015-06-25 Jason Ekstrandnir/spirv: Add support for some more decorations includ...
2015-06-25 Jason Ekstrandnir/spirv: Make the header file C++ safe
2015-06-24 Jason Ekstrandvk: Build xmlconfig stuff into libi965_compiler
2015-06-24 Kristian Høgsberg... vk/headers: Handle MBO fields
2015-06-24 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-06-24 Jason Ekstrandi965/fs: Get rid of an unused variable in emit_barrier()
2015-06-23 Jason Ekstrandi965: Remove the brw_context from the visitors
2015-06-23 Jason Ekstrandi965/vec4_vs: Add an explicit use_legacy_snorm_formula...
2015-06-23 Jason Ekstrandi965/vec4: Turn some _mesa_problem calls into asserts
2015-06-23 Jason Ekstrandi965/vs: Pass the current set of clip planes through...
2015-06-23 Jason Ekstrandi965/fs: Add a do_rep_send flag to run_fs
2015-06-23 Jason Ekstrandi965: Pull calls to get_shader_time_index out of the...
2015-06-23 Jason Ekstrandi965: Use a single index per shader for shader_time.
2015-06-23 Jason Ekstrandi965: Add compiler options to brw_compiler
2015-06-23 Jason Ekstrandi965/fs: Plumb compiler debug logging through brw_compiler
2015-06-23 Jason Ekstrandi965/fs: Do the no16 perf logging directly in fs_visito...
2015-06-23 Jason Ekstrandi965/fs: Make no16 non-variadic
2015-06-23 Jason Ekstrandi965: Move INTEL_DEBUG variable parsing to screen creat...
2015-06-23 Jason Ekstrandi965: Remove the dependance on brw_context from the...
2015-06-23 Jason Ekstrandi965: Plumb compiler debug logging through a function...
2015-06-23 Kenneth Graunkemesa: Add a va_args variant of _mesa_gl_debug().
2015-06-23 Jason Ekstrandi965: Replace some instances of brw->gen with devinfo...
2015-06-23 Matt Turneri965: Initialize backend_shader::mem_ctx in its constru...
2015-06-23 Matt Turneri965: Assert that the GL primitive isn't out of range.
2015-06-23 Matt Turneri965/cfg: Assert that cur_do/while/if pointers are...
2015-06-23 Matt Turnermesa: Delete unused ICEIL().
2015-06-23 Matt Turneri965/fs: Don't mess up stride for uniform integer multi...
2015-06-23 Boyan Dingegl/x11: Remove duplicate call to dri2_x11_add_configs_...
2015-06-23 Connor Abbottnir/vtn: add support for phi nodes
2015-06-23 Connor Abbottnir/builder: add support for inserting before/after...
2015-06-23 Ben Widawskyi965/gen9: Don't use encrypted MOCS
2015-06-23 Ilia Mirkinnv50,nvc0: make sure to pushbuf_refn before putting...
2015-06-23 Ilia Mirkinnvc0: always put all tfb bufs into bufctx
2015-06-23 Ilia Mirkinglsl: binding point is a texture unit, which is a combi...
2015-06-23 Emil Velikovandroid: egl: do not link against libglapi
2015-06-23 Emil Velikovgbm: do not (over)link against libglapi.so
2015-06-23 Frank Henigmangbm: dlopen libglapi so gbm_create_device works
2015-06-23 Emil Velikovconfigure: drop unused variable GBM_BACKEND_DIRS
2015-06-23 Emil Velikovconfigure: error out when building libEGL without share...
2015-06-23 Emil Velikovconfigure: error out when building backend-less libEGL
2015-06-23 Emil Velikovdrivers/x11: drop unneeded HAVE_X11_DRIVER check
2015-06-23 Emil Velikovconfigure: allow building shared-glapi powered libgl...
2015-06-23 Emil Velikovtargets/libgl-xlib: fix the build against shared_glapi
2015-06-23 Emil Velikovdrivers/x11: fix the build against shared_glapi
2015-06-23 Emil Velikovconfigure: warn about shared_glapi & xlib-glx only...
2015-06-23 Emil Velikovglapi: remap_helper.py: remove unused argument 'es'
2015-06-23 Emil Velikovglapi: gl_table.py: remove unused variable 'es'
2015-06-23 Derek Foremanegl: Use the loader_open_device() helper to do open...
2015-06-23 Derek Foremanglx: Use loader_open_device() helper
2015-06-23 Derek Foremanloader: Rename drm_open_device() to loader_open_device...
next