Introduce .editorconfig
[mesa.git] / src / mesa /
2016-09-01 Eric EngestromIntroduce .editorconfig
2016-08-31 Matt Turneri965: Pass start_offset to brw_set_uip_jip().
2016-08-31 Kenneth Graunkei965: Merge gen7_clip_state atom into gen6_clip_state...
2016-08-31 Kenneth Graunkei965: Use gs_prog_data in is_drawing_points/lines().
2016-08-31 Kenneth Graunkei965: Fix missing dirty bits related to is_drawing_poin...
2016-08-31 Ilia Mirkini965: enable OES_primitive_bounding_box with the no...
2016-08-31 Ilia Mirkinst/mesa: provide the null implementation of bounding...
2016-08-31 Ilia Mirkinglsl: add gl_BoundingBox and associated varying slots
2016-08-31 Ilia Mirkinmesa: add support for GL_PRIMITIVE_BOUNDING_BOX storage...
2016-08-31 Ilia Mirkinmesa: add scaffolding for OES/EXT_primitive_bounding_box
2016-08-30 Francisco Jerezi965/fs: Assert that the number of color targets is...
2016-08-30 Francisco Jerezglsl: Fix gl_program::OutputsWritten computation for...
2016-08-30 Francisco Jerezst/glsl_to_tgsi: Use SecondaryOutputsWritten to determi...
2016-08-30 Francisco Jerezglsl: Calculate bitset of secondary outputs written...
2016-08-30 Ian Romanickglsl: Generate ir_expression_operation.h from Python
2016-08-30 Emil Velikovi915: Check return value of screen->image.loader->getBu...
2016-08-30 Ilia Mirkinnouveau: make color/depth bpp match for pre-nv10 chips
2016-08-30 Ilia Mirkinnouveau: always enable at least one RC
2016-08-30 Ilia Mirkinnouveau: allow NV3x's to be used with nouveau_vieux
2016-08-29 Brian Paulmesa: fix format conversion bug in get_tex_rgba_uncompr...
2016-08-29 Jason Ekstrandintel/blorp: Add a format parameter to blorp_fast_clear
2016-08-29 Jason Ekstrandi965: Move blorp into src/intel/blorp
2016-08-29 Jason Ekstrandi965/blorp: Remove the remaining brw prefixes from...
2016-08-29 Jason Ekstrandi965/blorp: Use isl_format_get_depth_format for setting...
2016-08-29 Jason Ekstrandi965: Move the type_size function declartaions to brw_nir.h
2016-08-29 Jason Ekstrandi965: Move get_fast_clear_rect to blorp_clear.c
2016-08-29 Jason Ekstrandi965: Roll brw_get_ccs_resolve_rect into blorp_ccs_resolve
2016-08-29 Jason Ekstrandi965/blorp: Get rid of most brw and mesa includes
2016-08-29 Jason Ekstrandi965: Move the hiz_op enum to blorp
2016-08-29 Jason Ekstrandi965/blorp: Add a fast_clear_op enum
2016-08-29 Jason Ekstrandi965/blorp: Make blorp_addres::buffer a void*
2016-08-29 Jason Ekstrandi965/blorp: Get rid of brw_context
2016-08-29 Jason Ekstrandi965/blorp: Take a blorp_context in compile_nir_shader
2016-08-29 Jason Ekstrandi965/meta_util: Take an isl_device in get_fast_clear_rect
2016-08-29 Jason Ekstrandi965/blorp: Add an "exec" function pointer to blorp_context
2016-08-29 Jason Ekstrandi965/blorp: Remove some i965-isms from genX_blorp_exec.h
2016-08-29 Jason Ekstrandi965/blorp: Move the guts of brw_blorp_exec into genX_b...
2016-08-29 Jason Ekstrandi965/blorp: Pull the guts of blorp_exec into a driver...
2016-08-29 Jason Ekstrandi965/blorp/exec: Refactor to use a new blorp_batch...
2016-08-29 Jason Ekstrandi965/blorp: Add a helper for allocating binding tables...
2016-08-29 Jason Ekstrandi965/blorp: Use BT_INDEX enums for setting up the bindi...
2016-08-29 Jason Ekstrandi965/blorp: Shorten binding table index enum names
2016-08-29 Jason Ekstrandi965/blorp/genX: Add a blorp_surface_reloc helper
2016-08-29 Jason Ekstrandi965/blorp: Use blorp_address in brw_blorp_surface...
2016-08-29 Jason Ekstrandi965/blorp: Pull emit_surface_state into genX_blorp_exec.c
2016-08-29 Jason Ekstrandi965/blorp: Add driver mocs settings to the context
2016-08-29 Jason Ekstrandi965/blorp/genX: Move emit_urb_config into another...
2016-08-29 Jason Ekstrandi965/blorp: Use gen6_upload_urb
2016-08-29 Jason Ekstrandi965/gen6: Refactor gen6_upload_urb
2016-08-29 Jason Ekstrandi965/blorp/genX: Pull emit_3dstate_multisample into...
2016-08-29 Jason Ekstrandi965/blorp/genX: Add helpers for allocating various...
2016-08-29 Jason Ekstrandi965/blorp: Expose the shader cache through function...
2016-08-29 Jason Ekstrandi965/blorp: Add a blorp_context struct and init/finish...
2016-08-29 Jordan Justeni965/hsw: Enable ARB_ES3_1_compatibility extension
2016-08-29 Kai Wasserbächgallium: Use enum pipe_shader_type in set_shader_images()
2016-08-29 Kai Wasserbächgallium: Use enum pipe_shader_type in set_shader_buffers()
2016-08-29 Kai Wasserbächgallium: Use enum pipe_shader_type in set_sampler_views()
2016-08-29 Kai Wasserbächgallium: Use enum pipe_shader_type in bind_sampler_stat...
2016-08-29 Iago Toral Quirogai965/vec4: remove the generator hack for dual instanced GS
2016-08-29 Ilia Mirkinmesa: add EXT_texture_cube_map_array support
2016-08-29 Ilia Mirkinmesa: remove OES_shader_io_blocks enable
2016-08-29 Ilia Mirkinmain: use KHR_blend_equation_advanced enable for ES...
2016-08-29 Ilia Mirkinmain: add missing EXTRA_END in OES_sample_variables...
2016-08-27 Jose Fonsecascons: Take indirect gl_and_es_API.xml dependencies...
2016-08-26 Ian Romanickmesa/version: OpenGL ES 3.2 depends on OES_texture_cube...
2016-08-26 Ian Romanicki965: Enable OES_texture_cube_map_array on Gen8+
2016-08-26 Ian Romanickmesa: Add support for OES_texture_cube_map_array
2016-08-26 Ian Romanickmesa: Add and use _mesa_has_texture_cube_map_array...
2016-08-26 Ian Romanickmesa: Use _mesa_has_ARB_texture_cube_map_array instead...
2016-08-26 Ian Romanickmesa: Cosmetic changes in legal_texobj_target
2016-08-26 Ian Romanickmesa: Rearrange legal_texobj_target to look more like...
2016-08-26 Ian Romanicki965: Enable GL_OES_geometry_shader on Gen8+
2016-08-26 Ian Romanickmesa: Allow GL_EXT_geometry_shader and GL_EXT_geometry_...
2016-08-26 Ian Romanickmesa: Document reasons for allowing XFB drawing modes...
2016-08-26 Ian Romanickmesa: Remove redundant _mesa_has_shader_subroutine
2016-08-26 Ian Romanicknouveau: Enable EXT_texture_env_dot3 on NV10 and NV20
2016-08-26 Ian Romanicknouveau: Fix non-1x post-scale factor with DOT3 combiner
2016-08-26 Jordan Justeni965: Enable OpenGLES 3.1 for Haswell
2016-08-26 Jordan Justeni965: Enable ARB_texture_stencil8 for Haswell
2016-08-26 Jordan Justeni965: Enable ARB_stencil_texturing for Haswell
2016-08-26 Jordan Justeni965/gen7: Use R8_UINT stencil copy when sampling the...
2016-08-26 Jordan Justeni965/gen7: Copy stencil when sampling the stencil texture
2016-08-26 Jordan Justeni965: Add function to copy a stencil miptree to an...
2016-08-26 Jordan Justeni965: Track that the stencil data was updated when...
2016-08-26 Jordan Justeni965: Track that the stencil data was updated when...
2016-08-26 Jordan Justeni965: Track that the stencil data was updated when...
2016-08-26 Jordan Justeni965/gen7: Add R8_UINT stencil miptree copy for sampling
2016-08-26 Jordan Justeni965: Fix assert with multisampling and cubemaps
2016-08-26 Jordan Justeni965/hsw: Adjust uploading default color for stencil...
2016-08-26 Jordan Justeni965/hsw: Don't advertise more than 64 threads for...
2016-08-26 Jordan Justenmain: Add MESA_VERBOSE=api support for glClearStencil
2016-08-26 Jordan Justenmain: Add MESA_VERBOSE=api support for glTexImage
2016-08-26 Miklós Mátévbo: set draw_id
2016-08-26 Chris Wilsoni965: Embrace "unlimited" GTT mmap support
2016-08-26 Tobias Klausmannmesa/main: Fix missing return in non void function
2016-08-26 Kenneth Graunkei965: Implement GL_KHR_blend_equation_advanced_coherent...
2016-08-26 Kenneth Graunkemesa: Implement GL_KHR_blend_equation_advanced_coherent.
2016-08-26 Kenneth Graunkei965: Enable GL_KHR_blend_equation_advanced on G45...
2016-08-26 Kenneth Graunkei965: Disable hardware blending if advanced blending...
2016-08-26 Kenneth Graunkecompiler: Add a new STATE_VAR_ADVANCED_BLENDING_MODE...
next