scons: rework the EGL build
[mesa.git] / src / mesa /
2015-07-22 Emil Velikovdri/common: remove unused drm_version variable
2015-07-22 Emil Velikovradeon,r200: allow hyperz for radeon DRM module v2
2015-07-22 Emil Velikovradeon,r200: remove support for UMS radeon DRM module
2015-07-22 Emil Velikovradeon,r200: remove unused variable texmicrotile
2015-07-22 Emil Velikovswrast: remove unneeded __NOT_HAVE_DRM_H define
2015-07-22 Emil Velikovdri/common: use HAVE_LIBDRM over __NOT_HAVE_DRM_H
2015-07-22 Emil Velikovdri/swrast: automake: add LIBDRM_CFLAGS
2015-07-22 Brian Paulmesa: fix typo s/glGetTextImage/glGetTexImage/
2015-07-22 Timothy Arcerimesa: fix misleading comment
2015-07-22 Timothy Arcerimesa: fix active sampler conflict validation
2015-07-22 Brian Paulswrast: remove unneeded & operators in _swrast_choose_t...
2015-07-22 Brian Paulmesa: move check for no-op glShadeModel call earlier
2015-07-22 Brian Paulmesa: move check for no-op glAlphaFunc call earlier
2015-07-22 Brian Paulmesa: move check for no-op glFrontFace call earlier
2015-07-22 Brian Paulmesa: s/GLint/GLsizei/ for consistency
2015-07-22 Brian Paulmesa: enable GL_ARB_get_texture_sub_image for all drivers
2015-07-22 Brian Paulmesa: add API dispatch for GL_ARB_get_texture_sub_image
2015-07-22 Brian Paulmesa: add new _mesa_Get[Compressed]TextureSubImage...
2015-07-22 Brian Paulmesa: overhaul the glGetCompressedTexImage code
2015-07-22 Brian Paulmesa: overhaul the glGetTexImage code
2015-07-22 Brian Paulmesa: 80-column wrapping in texgetimage.c
2015-07-22 Brian Paulmesa: replace Driver.GetCompressedTexImage() w/ GetComp...
2015-07-22 Brian Paulmesa: make _mesa_get_[compressed_]texture_image() static
2015-07-22 Brian Paulmesa: plumb offset/size parameters through GetTexSubIma...
2015-07-22 Brian Paulmesa: replace Driver.GetTexImage with GetTexSubImage()
2015-07-22 Brian Paulmeta: add offset, width, height parameters to decompres...
2015-07-22 Brian Paulmeta: handle subimages in _mesa_meta_setup_texture_coords()
2015-07-22 Brian Paulmesa: assorted whitespace, formatting fixes in teximage.c
2015-07-22 Brian Paulmesa: allow GL_TEXTURE_CUBE_MAP_ARRAY case for glCompre...
2015-07-21 Jonathan Graymesa: include stdarg.h for va_list
2015-07-21 Ilia Mirkingallium: replace INLINE with inline
2015-07-21 Vinson Leest/mesa: Silence GCC unused-variable warning.
2015-07-21 Anuj PhogatRevert "i965/gen9: Plugin the code for selecting YF...
2015-07-21 Francisco Jerezi965: Fix stride field for the result of emit_uniformize().
2015-07-21 Francisco Jerezi965/fs: Fix stride field for uniforms.
2015-07-21 Francisco Jerezi965/fs: Fix stride for immediate registers.
2015-07-21 Iago Toral Quirogai965/vec4: Fix liveness analysis with BRW_OPCODE_SEL
2015-07-20 Kenneth Graunkemesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to...
2015-07-20 Alejandro Piñeiroi965/nir/fs: removed unneeded support for global variables
2015-07-18 Abdiel Janulguei965: Disable resource streamer in BLORP
2015-07-18 Abdiel Janulguei965: Upload binding tables in hw-generated binding...
2015-07-18 Abdiel Janulguei965: Implement interface to edit binding table entries
2015-07-18 Abdiel Janulguei965: Enable hardware-generated binding tables on rende...
2015-07-18 Abdiel Janulguei965: Enable resource streamer for the batchbuffer
2015-07-18 Abdiel Janulguei965: Define HW-binding table and resource streamer...
2015-07-18 Roland Scheideggermesa: fix up some texture error checks
2015-07-17 Connor Abbotti965/fs: don't make unused payload registers interfere
2015-07-17 Connor Abbotti965/fs: remove special case in setup_payload_interfere...
2015-07-17 Jordan Justeni965/fs: Mark last used ip for all regs read in the...
2015-07-17 Connor Abbotti965/fs: fix regs_read() for LINTERP
2015-07-17 Jordan Justeni965/cs: Use dispatch width of 8 for cs terminate paylo...
2015-07-17 Jordan Justeni965/cs: Return 1 for regs_read on CS_OPCODE_CS_TERMINATE
2015-07-17 Kenneth Graunkeprogram: Allow redundant OPTION ARB_fog_* directives.
2015-07-17 Ben Widawskyi965: Push miptree tiling request into flags
2015-07-16 Ben WidawskyRevert "i965: Push miptree tiling request into flags"
2015-07-16 Ben Widawskyi965: Push miptree tiling request into flags
2015-07-16 Francisco Jerezi965/fs: Factor out universally broken calculation...
2015-07-16 Francisco Jerezi965: Implement nir_op_uadd_carry and _usub_borrow...
2015-07-16 Francisco Jerezi965: Implement b2f and b2i using negation.
2015-07-16 Francisco Jerezi965/gen9: Use custom MOCS entries set up by the kernel.
2015-07-16 Roland Scheideggerr200: fix some potential big endian issues
2015-07-16 Roland Scheideggerradeon: fix some potential big endian issues
2015-07-16 Roland Scheideggerradeon/r200: mark state atoms as dirty after blits
2015-07-16 Roland Scheideggerr200: fix fbo rendering by disabling optimized texture...
2015-07-15 Anuj Phogati965: Fix 32 bit build warnings in intel_get_yf_ys_bo_s...
2015-07-15 Matt Turneri965: Optimize batchbuffer macros.
2015-07-15 Matt Turneri965: Add and use USED_BATCH macro.
2015-07-15 Matt Turneri965: Split batch emission from relocation functions.
2015-07-15 Matt Turneri965: Move BEGIN_BATCH() into same control flow as...
2015-07-15 Brian Paulosmesa: fix OSMesaPixelsStore typo
2015-07-14 Jordan Justeni965/cs: Initialize GPGPU Thread Count
2015-07-14 Matt Turneri965: Mark constant static data as const.
2015-07-14 Iago Toral Quirogamesa: Implement _mesa_BindBufferRange for target GL_SHA...
2015-07-14 Iago Toral Quirogamesa: Implement _mesa_BindBufferBase for target GL_SHAD...
2015-07-14 Iago Toral Quirogamesa: Implement _mesa_BindBuffersRange for target GL_SH...
2015-07-14 Iago Toral Quirogamesa: Implement _mesa_BindBuffersBase for target GL_SHA...
2015-07-14 Iago Toral Quirogamesa: Implement _mesa_DeleteBuffers for target GL_SHADE...
2015-07-14 Iago Toral Quirogamesa: Initialize and free shader storage buffers
2015-07-14 Samuel Iglesias... mesa: add MaxShaderStorageBlocks to struct gl_program_c...
2015-07-14 Iago Toral Quirogamesa: Add shader storage buffer support to struct gl_co...
2015-07-14 Iago Toral Quirogaglsl: Identify active uniform blocks that are buffer...
2015-07-14 Iago Toral Quirogamesa: rename is_in_uniform_block to is_in_buffer_block
2015-07-14 Samuel Iglesias... mesa: define ARB_shader_storage_buffer_object extension
2015-07-13 Emil Velikovradeon: remove dri_mirror state
2015-07-13 Emil Velikovi915: remove unused driFd variable
2015-07-13 Emil Velikovi965: bump libdrm requirement to 2.4.61 and drop in...
2015-07-11 Kenneth Graunkei965: Remove special case for layered drawbuffer attach...
2015-07-11 Kenneth Graunkei965/gen6: Set up layer constraints properly for depth...
2015-07-11 Kenneth Graunkei965: Label the repclear shader "meta repclear" rather...
2015-07-11 Kenneth Graunkei965: Fix indentation in emit_control_data_bits().
2015-07-11 Kenneth Graunkei965/gs: Move vertex_count != 0 check up a level; skip...
2015-07-10 Chad Versacemesa: Fix generation of git_sha1.h.tmp for gitlinks
2015-07-10 Kenneth Graunkei965/vs: Get rid of brw_vs_compile completely.
2015-07-10 Kenneth Graunkei965/vs: Remove 'c'/vs_compile from vec4_vs_visitor.
2015-07-10 Kenneth Graunkei965/vec4: Move c->last_scratch into vec4_visitor.
2015-07-10 Kenneth Graunkei965/vec4: Move total_scratch calculation into the...
2015-07-10 Kenneth Graunkei965/vec4: Move perf_debug about register spilling...
2015-07-10 Kenneth Graunkei965/vec4: Plumb log_data through so the backend_shader...
2015-07-09 Kenneth Graunkei965: Switch on shader stage in nir_setup_outputs().
2015-07-09 Matt Turneri965: Set brw->batch.emit only #ifdef DEBUG.
next