mesa/program: Add missing file types to printout
[mesa.git] / src / mesa / drivers /
2018-01-24 Brian Paulvbo/i965: move vbo_all_varyings_in_vbos() to brw_draw.c
2018-01-24 Brian Paulvbo: remove vbo_context.h and change includes to use...
2018-01-24 Brian Paulnouveau: remove vbo_context() call
2018-01-24 Brian Pauli965: use vbo_set_[indirect]_draw_func()
2018-01-24 Topi Pohjolaineni965: Don't try to disable render aux buffers for compute
2018-01-23 Eric Engestromradeon: remove left over dead code
2018-01-22 Kenneth Graunkei965: Drop render_target_start from binding table struct.
2018-01-22 Emil Velikovi965: make brw_context::num_samples unsigned int
2018-01-22 Chris Wilsoni965: Accept CONTEXT_ATTRIB_PRIORITY for brwCreateContext
2018-01-22 Jason Ekstrandi965: Set tiling on BOs imported with modifiers
2018-01-22 Jason Ekstrandi965/bufmgr: Add a create_from_prime_tiled function
2018-01-22 Jason Ekstrandi965/miptree: Use the tiling from the modifier instead...
2018-01-22 Jason Ekstrandi965/miptree: Add an explicit tiling parameter to creat...
2018-01-20 Kenneth Graunkei965: Delete completely bogus comment
2018-01-20 Dylan Bakerautotools: include meson build files in tarball
2018-01-19 Kenneth Graunkei965: Avoid problems from referencing orphaned BOs...
2018-01-19 Kenneth Graunkei965: Rename 'aux' to 'prog_data' in program cache.
2018-01-18 Kenneth Graunkei965: Bind null render targets for shadow sampling...
2018-01-18 Mario Kleineri965/screen: Allow drirc to set 'allow_rgb10_configs...
2018-01-17 Kenneth Graunkei965: Pass brw_growing_bo to grow_buffer().
2018-01-17 Kenneth Graunkei965: Make a helper for recreating growing buffers.
2018-01-17 Kenneth Graunkei965: Replace cpu_map pointers with a "use_shadow_copy...
2018-01-17 Brian Paulmesa: remove unneeded #includes of main/compiler.h
2018-01-17 Rhys Kiddi915: No longer rely on compatability define in intel_b...
2018-01-17 Jason Ekstrandi965: Enable CCS_E sampling of sRGB textures as UNORM
2018-01-17 Jason Ekstrandi965/draw: Do resolves properly for textures used by TXF
2018-01-17 Jason Ekstrandi965/miptree: Refactor CCS_E and CCS_D cases in render_...
2018-01-17 Jason EkstrandRe-enable regular fast-clears (CCS_D) on gen9+
2018-01-17 Jason Ekstrandi965: Track format and aux usage in the render cache
2018-01-17 Jason Ekstrandi965: Call brw_cache_flush_for_render in predraw_resolv...
2018-01-17 Francisco Jerezi965/gen6-7/sol: Bump primitive counter BO size.
2018-01-17 Francisco Jerezi965/gen6-7/sol: Keep independent counters for the...
2018-01-17 Francisco Jerezi965/gen6-7/sol: Restructure primitive counter into...
2018-01-16 Grazvydas Ignotasradeon: remove unneeded semicolons
2018-01-16 Grazvydas Ignotasosmesa: don't check SmoothFlag twice
2018-01-15 Adam JacksonRevert "i965: Enable flush control"
2018-01-11 Dylan Bakermeson: Use dependencies for nir
2018-01-11 Dylan Bakermeson: don't use intermediate variables that are immedi...
2018-01-11 Dylan Bakermeson: Use consistent style
2018-01-10 Marek Olšákdri_util: remove ALLOW_RGB10_CONFIGS option (v2)
2018-01-10 Iago Toral Quirogai965/nir: lower TES PatchVerticesIn to a constant when...
2018-01-10 Iago Toral Quirogaglsl: remove Lower{TCS,TES}PatchVerticesIn
2018-01-10 Iago Toral Quirogai965: lower gl_PatchVerticesIn to a uniform
2018-01-10 Iago Toral Quirogai965/nir: add a helper to lower gl_PatchVerticesIn...
2018-01-09 Kenneth Graunkeintel: Apply Geminilake "Barrier Mode" workaround.
2018-01-07 Kenneth Graunkei965: Torch public intel_batchbuffer_emit_dword/float...
2018-01-07 Kenneth Graunkei965: Require space for MI_BATCHBUFFER_END.
2018-01-07 Kenneth Graunkei965: Shut up a few unused variable warnings.
2018-01-06 Marek Olšákmesa: remove dd_function_table::GetCompressedTexSubImag...
2018-01-03 Mario Kleineri965/screen: Honor 'allow_rgb10_configs' option. (v2)
2018-01-03 Mario Kleinerdri/common: Add option to allow exposure of 10 bpc...
2018-01-03 Mario Kleineri965/screen: Add basic support for rendering 10 bpc...
2018-01-03 Mario Kleineri965/screen: Add XRGB2101010 and ARGB2101010 support...
2018-01-03 Mario Kleineri965: Support accelerated blit for depth 30 formats...
2018-01-03 Mario Kleineri965: Support xrgb/argb2101010 formats for glx_texture_...
2018-01-03 Kenneth Graunkei965: Drop support for the legacy SNORM -> Float equation.
2018-01-03 Ian Romanickmeta: Don't pollute the texture namespace
2018-01-03 Ian Romanickmeta: Use _mesa_bind_texture instead of _mesa_BindTexture
2018-01-03 Ian Romanickmeta: Use _mesa_CreateTextures instead of _mesa_GenTextures
2018-01-03 Ian Romanickmeta: Track temporary textures using gl_texture_object...
2018-01-03 Ian Romanickmeta/blit: Track temporary texture using gl_texture_obj...
2018-01-03 Ian Romanickmeta/blit: Use _mesa_bind_texture instead of _mesa_Bind...
2018-01-03 Ian Romanickmeta/blit: Don't bind texture in _mesa_meta_bind_rb_as_...
2018-01-03 Ian Romanickmeta/blit: Track source texture using gl_texture_object...
2018-01-03 Ian Romanickmeta/blit: Since _mesa_meta_bind_rb_as_tex_image has...
2018-01-03 Ian Romanickmeta/blit: Don't return the texture handle from _mesa_m...
2018-01-03 Ian Romanickmeta/blit: Don't return the target from _mesa_meta_bind...
2018-01-03 Ian Romanickmeta/blit: Don't restore state of the temporary texture
2018-01-03 Ian Romanickmeta/blit: Check the values instead of the target befor...
2017-12-19 Rafael Antognolliintel/compiler/gen10: Disable push constants.
2017-12-15 Chris Wilsoni965: Allow old begin/end queryobj for gen4/5 with...
2017-12-15 Tapani Pällii965: enable EXT_disjoint_timer_query extension
2017-12-14 Jason Ekstrandintel/decoder: Take a bit offset in gen_print_group
2017-12-14 Kenneth Graunkei965: Don't allocate an MCS for 16x MSAA and width...
2017-12-12 Kevin Rogovini965: compute scratch space size correctly for Gen9+
2017-12-12 Kevin Rogovini965: Program MEDIA_VFE_STATE in a more readable fashion.
2017-12-12 Brian Paulxlib: call _mesa_warning() instead of fprintf()
2017-12-12 Eric Engestromi915: add missing 0 defines
2017-12-08 Jordan Justeni965: Add ARB_get_program_binary support using nir_seri...
2017-12-08 Jordan Justeni965: Fix memory leak when serializing nir
2017-12-08 Jordan Justeni965: Add brw_program_serialize_nir
2017-12-08 Jordan Justeni965: Free serialized nir after deserializing
2017-12-08 Jordan Justeni965: Add brw_program_deserialize_nir
2017-12-07 Kenneth Graunkemeta: Fix ClearTexture with GL_DEPTH_COMPONENT.
2017-12-07 Kenneth Graunkemeta: Initialize depth/clear values on declaration.
2017-12-06 Emil Velikovi965: include brw_pipe_control.h in the tarball
2017-12-04 Nanley Cheryi965/cnl: Avoid fast-clearing sRGB render buffers
2017-12-04 Dylan Bakermeson: Install dri.pc file when building gallium dri...
2017-12-04 Lionel Landwerlini965: read CS timestamp frequency from the kernel on...
2017-12-04 Kenneth Graunkei965: Emit CS stall before MEDIA_VFE_STATE.
2017-12-04 Kenneth Graunkei965: Move PIPE_CONTROL defines and prototypes to brw_p...
2017-12-02 Jordan Justeni965: Serialize nir later in the linking process
2017-12-01 Emil Velikovxlib: remove dummy GLX_MESA_set_3dfx_mode implementation
2017-12-01 Emil Velikovxlib: remove empty GLX_MESA_agp_offset stubs
2017-12-01 Emil Velikovxlib: remove empty GLX_NV_vertex_array_range stubs
2017-12-01 Rafael Antognollii965/gen10: Change the order of PIPE_CONTROL and load...
2017-12-01 Rafael Antognollii965/gen10: emit 3DSTATE_MULTISAMPLE more often.
2017-12-01 Jason Ekstrandi965: Disable regular fast-clears (CCS_D) on gen9+
2017-11-30 Tapani Pällimesa: add AllowGLSLCrossStageInterpolationMismatch...
2017-11-30 Kenneth Graunkei965: Reorganize batch/state BO fields into a 'brw_grow...
next