r600: document some of the missing shader constants.
[mesa.git] / src / mesa /
2017-06-05 Jason Ekstrandi965: Finalize miptrees before prepare_texture
2017-06-05 Marek Olšákst/mesa: don't load cached TGSI shaders on demand
2017-06-03 Chris Wilsoni965: Order write of query availablity with earlier...
2017-06-03 Lyudest/mesa: Add support for ARB_post_depth_coverage
2017-06-02 Chad Versacei965: Replace 0 with ISL_FORMAT_UNSUPPORTED in format...
2017-06-02 Brian Paulmesa: document range of SampleCoverageValue, MinSampleS...
2017-06-02 Brian Paulxlib: fix glXGetCurrentDisplay() failure
2017-06-01 Jason Ekstrandintel/blorp: Handle gen6 stencil/HiZ offsets in the...
2017-06-01 Jason Ekstrandintel/isl: Make get_intratile_offset_el take the elemen...
2017-06-01 Jason Ekstrandintel/isl: Remove the device parameter from isl_tiling_...
2017-06-01 Jason Ekstrandi965: Rework Sandy Bridge HiZ and stencil layouts
2017-06-01 Jose Fonsecaautomake: Link all libGL.so variants with -Bsymbolic.
2017-06-01 Chad Versacei965/dri: Fix bad GL error in intel_create_winsys_rende...
2017-06-01 Chad Versacei965: Cleanup in intel_create_winsys_renderbuffer()
2017-06-01 Chad Versacei965: Remove bad assert on isl_format
2017-06-01 Chad Versacei965: Fix return type of translate_tex_format()
2017-06-01 Chad Versacei965: Fix return type of brw_isl_format_for_mesa_format...
2017-06-01 Anuj Phogati965: Remove an extra semicolon
2017-06-01 Anuj Phogati965: Rename brw_format variable names to isl_format
2017-06-01 Chad Versacei965: Reject unsupported formats in glEGLImageTargetTex...
2017-06-01 Kenneth Graunkegenxml: Make 3DSTATE_CONSTANT_BODY on Gen7+ use arrays.
2017-06-01 Kenneth Graunkei965: Simplify SO_DECL handling.
2017-06-01 Kenneth Graunkei965: Make a local for linked_xfb->Outputs[i], to short...
2017-06-01 Kenneth Graunkei965: Move SOL PSIZ hacks from draw time to link time.
2017-06-01 Iago Toral Quirogamesa/main: replace remaining uses of IROUND() in GetUni...
2017-06-01 Iago Toral Quirogamesa/main: conversion from float in GetUniformi64v...
2017-06-01 Iago Toral Quirogamesa/main: Add conversion from double to uint64/int64...
2017-06-01 Iago Toral Quirogamesa/main: Clamp GetUniformui64v values to be >= 0
2017-06-01 Kenneth Graunkemesa/main: Clamp GetUniformuiv values to be >= 0
2017-06-01 Iago Toral Quirogamesa/main: fix indentation in _mesa_get_uniform()
2017-06-01 Ian Romanickr100: Silence numerous unused this or that warnings
2017-06-01 Ian Romanickr100: Use _mesa_get_format_base_format in radeon_update...
2017-06-01 Ian Romanickr100,r200: Don't assume glVisual is non-NULL during...
2017-06-01 Ian Romanickr100: Don't assume that the base mipmap of a texture...
2017-05-31 Samuel Pitoisetmesa: throw an INVALID_OPERATION error in get_texobj_by...
2017-05-31 Samuel Pitoisetmesa: add new 'name' parameter to get_texobj_by_name()
2017-05-31 Timothy Arcerimesa: remove _mesa from static function names
2017-05-31 Timothy Arcerimesa/st: indentation tidy-up
2017-05-30 Kenneth Graunkei965: Delete dead old-school packing structs.
2017-05-30 Kenneth Graunkei965: Set the "Float Blend Optimization Enable" bit...
2017-05-30 Chad Versacei965: Fix type of brw_context::render_target_format[]
2017-05-30 Chad Versacei965: Move func to right comment block in brw_context.h
2017-05-30 Chad Versacei965: Document type of GLuint __DRIimage::format
2017-05-30 Chad Versacei965: Add whitespace in intel_update_image_buffers()
2017-05-30 Chad Versacei965: Move an 'i' declaration into its 'for' loop
2017-05-30 Chad Versacei965: Fix type of intel_update_image_buffers::format
2017-05-30 Chad Versacei965: Rename intel_create_renderbuffer
2017-05-30 Chad Versacei965/dri: Combine declaration and assignment in intelCr...
2017-05-30 Chad Versacei965/dri: Rewrite comment for intelCreateBuffer
2017-05-30 Bartosz Tomczykmesa: Avoid leaking surface in st_renderbuffer_delete
2017-05-30 Kenneth Graunkei965: Always scissor on Gen4-5 instead of disabling...
2017-05-30 Kenneth Graunkei965: Unify Gen4-5 and Gen6 SF_VIEWPORT/CLIP_VIEWPORT...
2017-05-30 Kenneth Graunkei965: Make a set_scissor_bits helper function.
2017-05-30 Kenneth Graunkei965: Use GENX(packet_length) rather than hardcoded...
2017-05-30 Kenneth Graunkei965: Move the scissoring code up near the viewport...
2017-05-30 Kenneth Graunkei965: Replace brw->gen and devinfo->gen with GEN_GEN.
2017-05-30 Kenneth Graunkei965: Rework Sandybridge 3DSTATE_VIEWPORT_STATE_POINTERS.
2017-05-30 Kenneth Graunkei965: Port CC_VIEWPORT to genxml.
2017-05-29 Timothy Arcerimesa: add KHR_no_error support for glBindBufferRange()
2017-05-29 Timothy Arcerimesa: create bind_buffer_range() helper
2017-05-29 Timothy Arcerimesa: convert mesa_bind_buffer_range_transform_feedback...
2017-05-29 Timothy Arcerimesa: create _mesa_bind_buffer_range_xfb() helper
2017-05-29 Timothy Arcerimesa: split bind_atomic_buffer() in two
2017-05-29 Timothy Arcerimesa: split bind_buffer_range_shader_storage_buffer...
2017-05-29 Timothy Arcerimesa: split bind_buffer_range_uniform_buffer() in two
2017-05-29 Timothy Arcerimesa: add KHR_no_error support for glVertexArrayVertexB...
2017-05-29 Timothy Arcerimesa: add KHR_no_error support for glBindVertexBuffer()
2017-05-29 Timothy Arcerimesa: split vertex_array_vertex_buffer() in two
2017-05-29 Samuel Pitoisetmesa: add KHR_no_error support for glBindImageTextures()
2017-05-29 Samuel Pitoisetmesa: add KHR_no_error support for glBindImageTexture()
2017-05-29 Samuel Pitoisetmesa: add bind_image_texture() helper
2017-05-29 Samuel Pitoisetmesa: add set_image_binding() helper
2017-05-29 Samuel Pitoisetmesa: remove unused layered parameter from validate_bin...
2017-05-29 Samuel Pitoisetmesa: add KHR_no_error support for glActiveTexture()
2017-05-26 Jason Ekstrandi965/copy_image: Use the blitter on gen5
2017-05-26 Jason Ekstrandi965/blorp: Support copyteximage on gen4-5
2017-05-26 Jason Ekstrandi965: Use blorp for CopyImageSubData on gen4-5
2017-05-26 Jason Ekstrandi965: Round copy size to the nearest block in intel_mip...
2017-05-26 Jason Ekstrandi965: Use BLORP for color clears on gen4-5
2017-05-26 Jason Ekstrandi965: Use blorp for color blits on gen4-5
2017-05-26 Jason Ekstrandi965: Add blorp support for gen4-5
2017-05-26 Jason Ekstrandi965/gen4: Expose the guts of URB recalculation as...
2017-05-26 Jason Ekstrandintel/blorp: Add support for gen4-5 SF programs
2017-05-26 Jason Ekstrandi965: Move clip program compilation to the compiler
2017-05-26 Jason Ekstrandi965: Move SF compilation to the compiler
2017-05-26 Jason Ekstrandi965/clip: Make brw_clip_prog_key::interp_mode an array
2017-05-26 Jason Ekstrandi965/sf: make brw_sf_prog_key::interp_mode an array
2017-05-26 Jason Ekstrandintel/genxml: Sampler state is a pointer on gen4-5
2017-05-26 Jason Ekstrandi965/blorp: Properly handle mt->first_level
2017-05-26 Jason Ekstrandi965/miptree: Take first_level into account when conver...
2017-05-26 Jason Ekstrandi965: Use blorp_copy for doing r8 stencil updates on HSW
2017-05-26 Jason Ekstrandi965/blorp: Do and end-of-pipe sync on both sides of...
2017-05-25 Rob Herringi965: use mmap64 for Android
2017-05-25 Timothy Arcerimesa: remove unrequired double calc
2017-05-25 Timothy Arcerimesa: remove redundant modulus operation
2017-05-23 Ian Romanickmesa: Remove GL_APPLE_vertex_array_object stubs
2017-05-22 Nanley Cheryi965: Enable ASTC HDR for Broxton
2017-05-22 Ian Romanickmesa: GL_ARB_shader_subroutine is not optional in core...
2017-05-22 Benedikt Schemmerdrirc: Add allow_glsl_builtin_variable_redeclaration...
2017-05-22 Timothy Arcerimesa: add APPLE_vertex_array_object stubs
next