i965/gen7: Don't allocate hiz miptree structure
[mesa.git] / src / mesa /
2015-03-10 Jordan Justeni965/gen7: Don't allocate hiz miptree structure
2015-03-10 Jordan Justeni965/gen8: Don't rely directly on the hiz miptree structure
2015-03-10 Jordan Justeni965/gen7: Don't rely directly on the hiz miptree structure
2015-03-10 Jordan Justeni965/hiz: Start to separate miptree out from hiz buffers
2015-03-10 Dave Airliemesa/scissor: fix typos in debug names
2015-03-10 Vinson Leei965: Silence GCC maybe-uninitialized warning.
2015-03-10 Vinson Leei915: Fix GCC unused-but-set-variable warning in releas...
2015-03-09 Ben Widawskymeta: Plug memory leak
2015-03-09 Kenneth Graunkei965/fs: Don't issue FB writes for bound but unwritten...
2015-03-09 Kenneth Graunkei965/fs: Make emit_shader_time_end() insert before...
2015-03-09 Kenneth Graunkei965/fs: Make get_timestamp() pass back the MOV rather...
2015-03-09 Kenneth Graunkei965/fs: Make emit_shader_time_write return rather...
2015-03-09 Kenneth Graunkei965/fs: Set smear on shader_time diff register.
2015-03-09 Kenneth Graunkei965/fs: Set force_writemask_all on shader_time instruc...
2015-03-09 Ian Romanicki915: Remove unused IS_GEN2 macro
2015-03-09 Ian Romanicki915: Remove (mostly) unused IS_915 macro
2015-03-09 Ian Romanicki915: Remove (mostly) unused IS_PNV, IS_PNVG, and IS_PN...
2015-03-09 Ian Romanicki915: Remove IS_9XX macro
2015-03-09 Ian Romanicki915: Remove unused IS_MOBILE macro
2015-03-09 Ian Romanicki965: Don't write past the end of the application suppl...
2015-03-09 Ian Romanicki965: Silence unused parameter warning
2015-03-09 Ian Romanicki965: Silence many 'static' is not at beginning of...
2015-03-09 Ian Romanicki965/fs: Silence unused parameter warning
2015-03-09 Ian Romanicki965/fs: Silence unused parameter warning
2015-03-09 Ian Romanicki965/fs: Silence unused parameter warning
2015-03-09 Laura Ekstrandmain: Add entry point for TextureBufferRange.
2015-03-09 Laura Ekstrandmain: Add check_texture_buffer_target.
2015-03-09 Laura Ekstrandmain: Add check_texture_buffer_range.
2015-03-09 Laura Ekstrandmain: Cosmetic changes for Texture Buffers.
2015-03-09 Laura Ekstrandmain: Refactor _mesa_texture_buffer_range.
2015-03-09 Laura Ekstrandmain: Use _mesa_lookup_bufferobj_err to simplify Tex...
2015-03-09 Laura Ekstrandmain: Add utility function _mesa_lookup_bufferobj_err.
2015-03-09 Laura Ekstrandmain: Checking for cube completeness in GetCompressedTe...
2015-03-09 Laura Ekstrandmain: Add TEXTURE_CUBE_MAP support for glCompressedText...
2015-03-09 Laura Ekstrandmain: assert(texImage) in ARB_DSA texture cube map...
2015-03-09 Laura Ekstrandmain: Remove redundant copy of cube map block comment...
2015-03-09 Laura Ekstrandmain: Remove redundant NumLayers checks.
2015-03-09 Laura Ekstrandmain: _mesa_cube_level_complete checks NumLayers.
2015-03-09 Iago Toral Quirogai965/fs: Implement SIMD16 dual source blending.
2015-03-09 Kenneth Graunkenir: Plumb the shader stage into glsl_to_nir().
2015-03-09 Kenneth Graunkenir: Add native_integers to nir_shader_compiler_options.
2015-03-09 Kenneth Graunkenir: Try to make sense of the nir_shader_compiler_optio...
2015-03-09 Kenneth Graunkei965/nir: Resolve source modifiers on Gen8+ logic opera...
2015-03-09 Dave Airliest/mesa: drop unused texture function
2015-03-08 Dave Airliemesa/st: remove unused TexData
2015-03-07 Vinson Leei915: Fix GCC unused-variable warning in release build.
2015-03-06 Iago Toral Quirogai965: free scratch buffers when destroying the context
2015-03-06 Ville Syrjäläi965: Fix URB size for CHV
2015-03-05 Andrey Sudniki965/vec4: Don't lose the saturate modifier in copy...
2015-03-05 Matt Turneri965/vec4: Handle saturate in dump_instruction().
2015-03-05 Kenneth Graunkei965: Split Gen4-5 BlitFramebuffer code; prefer BLT...
2015-03-05 Mark JanesFix invalid extern "C" around header inclusion.
2015-03-05 Matt Turneri965: Tell intel_get_memcpy() which direction the memcp...
2015-03-05 Mark Janesmesa/x86: missing stdio inclusions
2015-03-05 Emil Velikovxmlpool: make sure we ship options.h
2015-03-05 Emil Velikovmesa: drop Makefile from get_hash.h dependency list
2015-03-05 Emil Velikovmesa: fix dependency tracking of generated sources
2015-03-05 Emil Velikovmesa: rename format_info.c to format_info.h
2015-03-05 Emil Velikovmesa/main: update .gitignore
2015-03-05 Brian Paulmesa: remove THREADS check, printf calls in debug.c
2015-03-05 Brian Paulosmesa: include stdio.h
2015-03-05 Brian Paulxlib: include stdio.h
2015-03-05 Brian Paulst/mesa: include stdio.h where needed
2015-03-05 Brian Paulswrast: include stdio.h where needed
2015-03-05 Brian Paulnouveau: include stdio.h where needed
2015-03-05 Brian Pauldri/common: include stdio.h where needed
2015-03-05 Brian Paulmesa: include stdio.h where needed
2015-03-05 Brian Paulmesa: include c11/threads.h in mtypes.h
2015-03-05 Neil Robertsmeta: Fix the y offset for 1D_ARRAY in _mesa_meta_pbo_T...
2015-03-05 Neil Robertsmeta: Allow GL_UN/PACK_IMAGE_HEIGHT in _mesa_meta_pbo_G...
2015-03-05 Neil RobertsRevert "common: Fix PBOs for 1D_ARRAY."
2015-03-04 Matt Turneri965/fs: Don't propagate cmod to inst with different...
2015-03-04 Kristian Høgsbergi965: Fix uint64_t overflow in intel_client_wait_sync()
2015-03-04 Brian Paulmesa: consolidate PUBLIC macro definition
2015-03-04 Jose Fonsecascons: Use -Werror MSVC compatibility flags per-directory.
2015-03-04 Jose Fonsecawindows/gdi: Remove.
2015-03-03 Frank Henigmanintel: fix EGLImage renderbuffer _BaseFormat
2015-03-03 Jose Fonsecaconfigure: Leverage gcc warn options to enable safe...
2015-03-03 Ben Widawskyi965: Fix assertion in brw_reg_type_letters
2015-03-03 Ben Widawskyi965: Rename some PIPE_CONTROL flags
2015-03-03 Matt Turneri965/fs: Don't use backend_visitor::instructions after...
2015-03-02 Jason Ekstrandmain/base_tex_format: Properly handle STENCIL_INDEX1...
2015-03-02 Jason Ekstrandmeta/TexSubImage: Stash everything other than PIXEL_TRA...
2015-03-02 Matt Turneri915: Remove hand-rolled memcpy implementation.
2015-03-02 Matt Turneri965: Remove hand-rolled memcpy implementation.
2015-03-02 Matt Turneri965: Consider scratch writes to have side effects.
2015-03-02 Matt Turnermesa: Correct backwards NULL check.
2015-03-02 Matt Turnermesa: Free memory allocated for luminance in readpixels.
2015-03-02 Matt Turnermesa: Indent break statements and add a missing one.
2015-03-02 Brian Paulmesa: remove extra definition of ARRAY_SIZE in src...
2015-03-02 Brian Paulmesa: remove the Elements() macro definition
2015-03-02 Brian Paulradeon: replace Elements() with ARRAY_SIZE()
2015-03-02 Brian Paulr200: replace Elements() with ARRAY_SIZE()
2015-03-02 Brian Paulnouveau: replace Elements() with ARRAY_SIZE()
2015-03-02 Brian Pauli965: replace Elements() with ARRAY_SIZE()
2015-03-02 Brian Pauli915: replace Elements() with ARRAY_SIZE()
2015-03-02 Brian Paulst/mesa: replace Elements() with ARRAY_SIZE()
2015-03-02 Brian Paulmesa/program: replace Elements() with ARRAY_SIZE()
2015-03-02 Brian Paulmesa/swrast: replace Elements() with ARRAY_SIZE()
2015-03-02 Brian Paulmesa/vbo: replace Elements() with ARRAY_SIZE()
next