mesa: simplify _mesa_get_compressed_formats()
[mesa.git] / src / mesa / drivers /
2018-02-05 Jon Turneymeson: osx ld doesn't support --build-id
2018-02-04 Marek Olšákmesa: change ctx->Color.ColorMask into a 32-bit bitmask
2018-02-03 Jordan Justeni965: Create new program cache bo when clearing the...
2018-02-02 Andres Gomezi965: check if upload is 0 explicitely, when downsizing...
2018-02-02 Jason Ekstrandi965: Call prepare_external after implicit window-syste...
2018-02-01 Mathias Fröhlichmesa: Use defines for the aliased material array attrib...
2018-02-01 Kenneth Graunkei965: Bump official kernel requirement to Linux v3.9.
2018-02-01 Jon Turneyosx: ld doesn't support --build-id
2018-01-31 Andres Gomezi965: perform 2 uploads with dual slot *64*PASSTHRU...
2018-01-31 Kenneth Graunkei965: Make texture validation code use texture objects...
2018-01-31 Kenneth Graunkei965: Pass tObj into intel_update_max_level instead...
2018-01-31 Kenneth Graunkei965: Delete more misleading comments.
2018-01-30 Tapani Pällii965: move disk cache from brw_context to intel_screen
2018-01-30 Marek Olšákmesa: replace GLenum with GLenum16 in common structures...
2018-01-29 Rafael Antognollii965: Emit PIPE_CONTROL with ISP bit on older platforms.
2018-01-29 Tapani Pällii965: fix disk_cache leak when destroying context
2018-01-29 Tapani Pällii965: fix prog_data leak in brw_disk_cache
2018-01-27 Jon Turneymeson: libdrm shouldn't appear in Requires.private...
2018-01-26 Brian Paulmesa: change gl_link_status enums to uppercase
2018-01-26 Brian Paulmesa: change gl_compile_status enums to uppercase
2018-01-26 Rafael Antognollii965/gen10: Use CS Stall instead of WriteImmediate.
2018-01-26 Rafael Antognollii965/gen10: Ignore push constant packets during context...
2018-01-26 Ian Romanicknouveau: Remove no-op nvgl_logicop_func function
2018-01-26 Ian Romanicki915: Silence unused parameter warnings
2018-01-26 Ian Romanicki915: Make intelEmitCopyBlit static
2018-01-26 Ian Romanicki965: Make intelEmitCopyBlit static
2018-01-26 Ian Romanicki915: Use enum color_logic_ops for blits
2018-01-26 Ian Romanicki965: Use enum color_logic_ops for blits
2018-01-26 Ian Romanickmesa: Pass the translated color logic op dd_function_ta...
2018-01-26 Ian Romanicki965: Use the translated color logic op from the context
2018-01-25 Emil Velikovswrast: remove non-applicable GLX_SWAP_COPY_OML comment
2018-01-25 Emil Velikovautomake: small cleanup after the meson.build inclusion
2018-01-25 Jason Ekstrandi965: Stop disabling aux during texture preparation
2018-01-25 Jason Ekstrandi965/draw: Set NEW_AUX_STATE when draw aux changes
2018-01-25 Jason Ekstrandi965: Replace draw_aux_buffer_disabled with draw_aux_usage
2018-01-25 Jason Ekstrandi965/surface_state: Drop brw_aux_surface_disabled
2018-01-25 Jason Ekstrandi965/miptree: Add an aux_disabled parameter to render_a...
2018-01-25 Jason Ekstrandi965/miptree: Take an aux_usage in prepare/finish_render
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...
next