st/mesa: use PROGRAM_ARRAY for storing structs containing arrays
[mesa.git] / src / mesa /
2015-08-27 Brian Paulst/mesa: use PROGRAM_ARRAY for storing structs containi...
2015-08-27 Jason Ekstrandi965/fs: Split VGRFs after lowering pull constants
2015-08-27 Jason Ekstrandi964/fs: Refactor assign_constant_locations
2015-08-27 Kenneth Graunkei965: Rename INTEL_DEBUG=vec4vs to INTEL_DEBUG=vec4.
2015-08-27 Tapani Pällimesa: enable enums for OES_texture_storage_multisample_...
2015-08-27 Tapani Pällimesa: Add extension enable for OES_texture_storage_mult...
2015-08-26 Nanley Cheryswrast: add a new macro, FETCH_COMPRESSED
2015-08-26 Nanley Cherymesa: return bool instead of GLboolean in compressedtex...
2015-08-26 Nanley Cheryi965: refactor miptree alignment calculation code
2015-08-26 Nanley Cheryi965: change the meaning of cpp for compressed textures
2015-08-26 Nanley Cheryi965: correct mt->align_h for 2D textures on Skylake
2015-08-26 Nanley Cheryi965: use ALIGN_NPOT for setting ASTC mipmap layouts
2015-08-26 Nanley Cherymesa/macros: move ALIGN_NPOT to macros.h
2015-08-26 Nanley Cherymesa/macros: add power-of-two assertions for alignment...
2015-08-26 Nanley Cheryi965/surface_formats: add support for 2D ASTC surface...
2015-08-26 Nanley Cherymesa/teximage: return the base internal format of the...
2015-08-26 Nanley Cherymesa/teximage: accept ASTC formats for 3D texture speci...
2015-08-26 Nanley Cherymesa/texcompress: enable translation between MESA and...
2015-08-26 Nanley Cherymesa/glformats: recognize ASTC formats as compressed
2015-08-26 Nanley Cherymesa: add ASTC extensions to the extensions table
2015-08-26 Nanley Cherymesa: don't enable online compression for ASTC formats
2015-08-26 Nanley Cherymesa/formats: define the 2D ASTC formats
2015-08-26 Marek Olšákgallium: add flags parameter to pipe_screen::context_create
2015-08-26 Ilia Mirkinmesa: remove pointless es31 checks, fix indirect to...
2015-08-26 Ilia Mirkinmesa: uncomment checks in es31 computation, add texture_ms
2015-08-26 Marek Olšákmesa: create multisample fallback textures like normal...
2015-08-26 Tapani Pällimesa: GetTexLevelParameter{if}v changes for OpenGL...
2015-08-26 Marta Lofstedtmesa/es3.1: Allow GL_COMPUTE_WORK_GROUP_SIZE for OpenGL...
2015-08-26 Marta Lofstedtmesa/es3.1: Enable getting MAX_COMPUTE_WORK_GROUP_...
2015-08-26 Dave Airliemesa/formats: pass correct parameter to _mesa_is_format...
2015-08-26 Dave Airliemesa/texgetimage: fix missing stencil check
2015-08-25 Nanley Cherymesa/teximage: Add GL error parameter to _mesa_target_c...
2015-08-25 Nanley Cherymesa/formats: remove compressed formats from matching...
2015-08-25 Nanley Cherymesa/formats: make format testing a gtest
2015-08-25 Kenneth Graunkeprog_to_nir: Use nir_builder_insert() rather than pokin...
2015-08-25 Kenneth Graunkenir: Use nir_shader::stage rather than passing it around.
2015-08-25 Kenneth Graunkenir: Store gl_shader_stage in nir_shader.
2015-08-25 Jason Ekstrandi965/fs: Combine assign_constant_locations and move_uni...
2015-08-25 Jason Ekstrandi965/fs: Rework uniform handling
2015-08-25 Jason Ekstrandi965/vec4_nir: Get rid of the uniform_driver_location...
2015-08-25 Jason Ekstrandnir/intrinsics: Add a second const index to load_uniform
2015-08-25 Kenneth Graunkenir: Pass a type_size() function pointer into nir_lower...
2015-08-25 Kenneth Graunkeprog_to_nir: Don't allocate nir_variable with type...
2015-08-25 Kenneth Graunkei965: Move type_size() methods out of visitor classes.
2015-08-25 Jason Ekstrandi965: Make setup_vec4_uniform_value and _image_uniform_...
2015-08-25 Jason Ekstrandi965: Rename setup_vector_uniform_values to setup_vec4_...
2015-08-25 Dave Airliemesa: enable texture stencil8 for multisample
2015-08-25 Brian Paulmesa: make _mesa_bind_texture_unit() static
2015-08-24 Nanley Cherymesa/formats: store whether or not a format is sRGB...
2015-08-24 Nanley Cherymesa/formats: only do type and component lookup for...
2015-08-24 Chris Wilsoni965: Always re-emit the pipeline select during invaria...
2015-08-23 Dave Airliemesa/arb_gpu_shader_fp64: add support for glGetUniformdv
2015-08-23 Neil Robertsi965/bdw: Fix 3DSTATE_VF_INSTANCING when the edge flag...
2015-08-23 Neil Robertsi965: Swap the order of the vertex ID and edge flag...
2015-08-22 Chris Wilsoni965: Move control flush into pipelined conditional...
2015-08-21 Christoph Bumillergallium: Add blending to pipe blit
2015-08-21 Ilia Mirkinst/mesa: pass through 4th opcode argument in bitmap...
2015-08-21 Ilia Mirkinst/mesa: fix assignments with 4-operand arguments ...
2015-08-21 Tapani Pällimesa: update fbo state in glTexStorage
2015-08-21 Nanley CheryRevert "mesa/formats: refactor by collapsing cases...
2015-08-20 Jason Ekstrandi965: Use NIR by default for vertex shaders
2015-08-20 Martin Peresi965: Fix "handle nir_intrinsic_image_size"
2015-08-20 Martin Peresi965: enable GL_ARB_shader_image_size
2015-08-20 Martin Peresi965: handle nir_intrinsic_image_size
2015-08-20 Martin Peresmain: add extension GL_ARB_shader_image_size
2015-08-20 Francisco Jerezmesa: Add ES31 API tag for the extension table.
2015-08-20 Francisco Jerezmesa: Refuse to bind image uniforms using glUniform...
2015-08-20 Francisco Jerezmesa: Refuse to bind a mutable texture object to an...
2015-08-20 Francisco Jerezmesa: Initialize image unit state to different defaults...
2015-08-20 Francisco Jerezmesa: Reset image unit state to the default values...
2015-08-20 Francisco Jerezmesa: Reject image formats not supported by GLES.
2015-08-20 Francisco Jerezmesa: Don't lose track of the shader image layer origin...
2015-08-20 Francisco Jerezmesa: Rename MaxCombinedImageUnitsAndFragmentOutputs...
2015-08-19 Nanley Cherymesa/formats: refactor by collapsing cases in switch...
2015-08-19 Nanley Cherymesa/formats: add more MESA_FORMAT_LAYOUTs
2015-08-19 Marta Lofstedtmesa/main: Add GL_IMAGE_FORMAT_COMPATIBILITY_TYPE to...
2015-08-19 Ilia Mirkinst/mesa: add fake ARB_copy_image support in Gallium
2015-08-19 Tapani Pällimesa: validate size parameters for glTexStorage*Multisample
2015-08-19 Tapani Pällimesa: expose dimension check for glTex*Storage functions
2015-08-19 Neil Robertsi965/bdw: Fix setting the instancing state for the...
2015-08-19 Jason Ekstrandutil/ra: Make allocating conflict lists optional
2015-08-19 Jason Ekstrandi965/reg_allocate: Use make_reg_conflicts_transitive
2015-08-19 Eric Anholtmesa: Move varying slots and FS output names to shader_...
2015-08-19 Timothy Arcerimesa: undo split out of create shader code
2015-08-18 Richard Yaodrirc: Add "Unigine Oil Rush" quirk (allow_glsl_extensi...
2015-08-18 Rhys Kiddi965/gen7: Resolve GCC sign-compare warning.
2015-08-18 Rhys Kiddi965/gen6: Resolve GCC sign-compare warning.
2015-08-18 Rhys Kiddi965: Resolve GCC sign-compare warning.
2015-08-18 Rhys Kiddi965: Resolve GCC sign-compare warning.
2015-08-18 Rhys Kiddi965: Resolve GCC sign-compare warning.
2015-08-18 Rhys Kiddi965: Resolve GCC sign-compare warning.
2015-08-18 Rhys Kiddi965: Resolve GCC sign-compare warning.
2015-08-18 Rhys Kiddi965: Resolve GCC sign-compare warning.
2015-08-18 Rhys Kiddi965: Resolve GCC sign-compare warning.
2015-08-18 Rhys Kiddi965: Resolve GCC sign-compare warning.
2015-08-18 Rhys Kiddi965: Resolve GCC sign-compare warning.
2015-08-18 Rhys Kiddi965: Resolve GCC sign-compare warning.
2015-08-18 Rhys Kiddmesa: Resolve GCC sign-compare warning.
2015-08-18 Rhys Kiddi965: Resolve GCC sign-compare warning.
2015-08-18 Rhys Kiddi965: Resolve GCC sign-compare warning.
next