radeonsi: fix DRM version checks for amdgpu DRM 3.0.0
[mesa.git] / src / mesa /
2015-08-14 Marek Olšákswrast: fix EXT_depth_bounds_test
2015-08-14 Marek Olšákst/mesa: add EXT_depth_bounds_test
2015-08-14 Marek Olšákst/mesa: small cleanup in st_extensions.c
2015-08-14 Marek Olšákgallium: add support for GLES texture float extensions...
2015-08-14 Tapani Pällimesa: set correct error for non-renderable multisample...
2015-08-13 Ben Widawskyi965/skl: Remove early platform support
2015-08-13 Timothy Arcerimesa: remove extern from texture function
2015-08-13 Topi Pohjolaineni965: Stop aux data compare preventing program binary...
2015-08-13 Topi Pohjolaineni965: Only write program to cache when it doesn't exist yet
2015-08-13 Topi Pohjolaineni965: Rename brw_upload_item_data to brw_alloc_item_data
2015-08-13 Tapani Pällimesa: update MaxShaderStorageBlockSize to 2^27
2015-08-13 Tapani Pällimesa: fix name returned for XFB varyings
2015-08-12 Edward O'Callaghanmesa: Fix printf format specifier warn of the ptrdiff_t
2015-08-12 Rob Clarkmesa: add NV_read_{depth,stencil,depth_stencil} extensions
2015-08-12 Jason Ekstrandi965/shader: Don't use OptimizeForAOS for NIR vec4...
2015-08-12 Nanley Cherymesa/teximage: report the correct function which trigge...
2015-08-12 Oded Gabbaymesa/formats: don't byteswap when building array formats
2015-08-12 Jason Ekstrandmesa/formats: Don't flip channels of null array formats
2015-08-12 Jason Ekstrandmesa/formats: Fix swizzle flipping for big-endian targets
2015-08-12 Jason Ekstrandmesa/formats: Only do byteswapping for packed formats
2015-08-11 Matt Turneri965: Optimize brw_inst_set_bits() and brw_compact_inst...
2015-08-11 Matt Turneri965: Optimize brw_inst_bits() and brw_compact_inst_bits().
2015-08-11 Francisco Jerezi965: Expose ARB_shader_image_load_store.
2015-08-11 Francisco Jerezi965/fs: Clamp image array indices to the array bounds...
2015-08-11 Francisco Jerezi965/fs: Translate image load, store and atomic NIR...
2015-08-11 Francisco Jerezi965/fs: Handle image uniforms in NIR programs.
2015-08-11 Francisco Jerezi965: Implement logic to set up and upload an image...
2015-08-11 Francisco Jerezi965: Teach type_size() about the size of an image...
2015-08-11 Francisco Jerezi965/fs: Implement image load, store and atomic.
2015-08-11 Francisco Jerezi965/fs: Import image format conversion primitives.
2015-08-11 Francisco Jerezi965/fs: Import image format metadata queries.
2015-08-11 Francisco Jerezi965/fs: Import code to transform image coordinates...
2015-08-11 Francisco Jerezi965/fs: Import image memory offset calculation code.
2015-08-11 Francisco Jerezi965/fs: Import image access validity checks.
2015-08-11 Francisco Jerezi965: Define implementation constants for ARB_shader_im...
2015-08-11 Francisco Jerezi965/gen7-8: Set up early depth/stencil control appropr...
2015-08-11 Francisco Jerezi965/gen7-8: Poke the 3DSTATE UAV access enable bits.
2015-08-11 Francisco Jerezi965/gen7: Enable fragment shader dispatch if the progr...
2015-08-11 Francisco Jerezi965: Hook up image state upload.
2015-08-11 Francisco Jerezi965: Reserve enough parameter entries for all image...
2015-08-11 Francisco Jerezi965: Define and initialize image parameter structure.
2015-08-11 Francisco Jerezi965: Implement surface state set-up for shader images.
2015-08-11 Francisco Jerezi965: Fix brw_memory_barrier() for SKL.
2015-08-11 Francisco Jerezi965: Add SKL support to brw_miptree_get_horizontal_sli...
2015-08-10 Ilia Mirkinnouveau: no need to do tnl wakeup, state updates are...
2015-08-10 Jason Ekstrandi965/fs: Make resolve_source_modifiers consistent with...
2015-08-10 Jason Ekstrandi965/vec4_visitor: Make some function arguments const...
2015-08-10 Jason Ekstrandi965/fs: Don't do redundant RA setup on IVB+
2015-08-10 Jason Ekstrandi965/fs: Use dispatch_width instead of reg_width in...
2015-08-10 Jason Ekstrandi965/vec4_nir: Properly handle integer multiplies on...
2015-08-10 Jason Ekstrandi965/vec4_nir: Do boolean source modifier resolves...
2015-08-10 Jason Ekstrandi965/vec4-nir: Handle boolean resolvese on ILK-
2015-08-10 Jason Ekstrandi965/nir: Don't mark bany or ball instructions for...
2015-08-10 Jason Ekstrandi965/nir: Use nir_op_info.output_type for determining...
2015-08-10 Jason Ekstrandmesa/format_utils: Add src_bits == dst_bits cases to...
2015-08-10 Marta Lofstedtmesa/es3.1: Allow Multisampled FrameBufferTextures
2015-08-10 Marta Lofstedtmesa/es3.1: Pass sample count check for multisampled...
2015-08-10 Oded Gabbaymesa: clear existing swizzle info before bitwise-OR
2015-08-07 Ben Widawskyi965/skl: (trivial) Remove invalid comment about thread...
2015-08-07 Chris Wilsoni965: Fix HW binding tables editing
2015-08-07 Marta Lofstedtmesa: NULL check InfoLog
2015-08-07 Iago Toral Quirogai965/vec4: Fix indentation in vec4_visitor::evaluate_sp...
2015-08-07 Iago Toral Quirogai965/vec4: do not predicate scratch writes for BRW_OPCO...
2015-08-06 Matt Turneri965: Rename MIPTREE_LAYOUT_ALLOC_* -> MIPTREE_LAYOUT_T...
2015-08-06 Matt Turneri965: Correct a mistake that always forced texture...
2015-08-06 Matt Turneri965: Request a miptree with no tiling intel_miptree_ma...
2015-08-06 Marek Olšákst/mesa: implement DrawTransformFeedbackStream
2015-08-06 Marek Olšákmesa: save which transform feedback buffer is associate...
2015-08-06 Marek Olšákvbo: pass the stream from DrawTransformFeedbackStream...
2015-08-06 Brian Paulmesa: handle no-op cases sooner in _mesa_[Client]Active...
2015-08-06 Francisco Jerezi965/fs: Lower arithmetic instructions with register...
2015-08-06 Francisco Jerezi965/fs: Fix fs_inst::regs_read() for sources in the...
2015-08-06 Francisco Jerezi965/fs: Implement nir_op_imul/umul_high in terms of...
2015-08-06 Francisco Jerezi965/fs: Lower the MULH virtual instruction.
2015-08-06 Francisco Jerezi965/fs: Indent the implementation of 32x32-bit MUL...
2015-08-06 Francisco Jerezi965/fs: Lower 32x32 bit multiplication on BXT.
2015-08-06 Francisco Jerezi965: Define virtual instruction to calculate the high...
2015-08-05 Eduardo Lima Mitevmesa: Add missing check of format and type in glTexSubI...
2015-08-05 Eduardo Lima Mitevmesa: Fix error returned by glCopyTexImage2D() upon...
2015-08-05 Eduardo Lima Mitevmesa: Validate target before resolving tex obj in glTex...
2015-08-05 Eduardo Lima Mitevmesa: Fix errors values returned by glShaderBinary()
2015-08-05 Tapani Pällimesa: do not modify args when errors with GetProgramRes...
2015-08-05 Frank Binnsdri: set the __DRI_API_OPENGL bit based on max gl compa...
2015-08-04 Matt Turnermesa: Use _mesa_lroundevenf() in some more places.
2015-08-03 Ian Romanicki965: Make gen7_upload_ps_state static
2015-08-03 Ian Romanicki965: Remove extern declaration for nonexistent state...
2015-08-03 Ian Romanicki965: Trivial formatting changes in gen7_vs_state.c
2015-08-03 Ian Romanicki965: Trivial formatting changes in gen6_multisample_st...
2015-08-03 Ian Romanicki965: Trivial formatting changes in brw_misc_state.c
2015-08-03 Ian Romanicki965: Trivial formatting changes in brw_draw_upload.c
2015-08-03 Ian Romanicki965: Trivial formatting changes in brw_draw.c
2015-08-03 Ian Romanicki965: Trivial formatting changes in brw_wm.c
2015-08-03 Iago Toral Quirogai965/nir: Do not scalarize phis in non-scalar setups
2015-08-03 Antia Puentesi965/vec4: Handle uniform and GRF array access on verte...
2015-08-03 Antia Puentesi965/nir/vec4: Handle uniforms on vertex programs
2015-08-03 Antia Puentesi965/vec4: Enable NIR-vec4 pass on ARB_vertex_programs
2015-08-03 Iago Toral Quirogai965/nir/gs: Implement support for gl_InvocationID...
2015-08-03 Samuel Iglesias... i965/gs/gen6: Refactor ir_emit_vertex and ir_end_primit...
2015-08-03 Iago Toral Quirogai965/nir/gs: Implement EmitVertex and EndPrimitive
2015-08-03 Iago Toral Quirogai965/nir/gs: Handle geometry shaders inputs
next