radeonsi: remove chip_class define from si_pm4.h
[mesa.git] / src / mesa /
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
2017-05-21 Thomas Hellandmain: Move hashLockMutex/hashUnlockMutex to header...
2017-05-21 Thomas Hellandmain: Use _mesa_HashLock/UnlockMutex consistently
2017-05-20 John Brooksdrirc: Add allow_glsl_builtin_variable_redeclaration...
2017-05-20 John Brooksdriconf: Add allow_glsl_builtin_variable_redeclaration...
2017-05-20 Kenneth Graunkei965: Use the upload BO for push constants on Gen7...
2017-05-20 Kenneth Graunkei965: Use the upload BO for push constants on Gen9+.
2017-05-20 Kenneth Graunkei965: Drop BRW_NEW_PUSH_CONSTANT_ALLOCATION from CS...
2017-05-19 Timothy Arcerist/mesa: don't mark the program as in cache_fallback...
2017-05-19 Timothy Arcerimesa: add an env var to force cache fallback
2017-05-19 Timothy Arcerist/mesa: improve shader cache debug info
2017-05-18 Nanley Cheryi965/formats: Update the three-channel DXT1 mappings
2017-05-18 Marek Olšákst/mesa: silence a valgrind warning in u_threaded_conte...
2017-05-18 Marek Olšákglsl_to_tgsi: declare all SSBOs and atomics when indire...
2017-05-18 Samuel Pitoisettgsi: store the sampler view type directly in the instr...
2017-05-18 Nicolai Hähnlest/mesa: remove an incorrect assertion
2017-05-17 Marek Olšákmesa: don't check mapped buffers in every draw call...
2017-05-17 Marek Olšákmesa: add gl_constants::AllowMappedBuffersDuringExecution
2017-05-17 Chih-Wei HuangAndroid: correct libz dependency
2017-05-17 Timothy Arcerimesa: add KHR_no_error support for glDispatchCompute*()
2017-05-17 Timothy Arcerimesa: add DispatchCompute* helpers
2017-05-17 Timothy Arcerimesa: move FLUSH_CURRENT() calls out of DispatchCompute...
2017-05-17 Timothy Arcerimesa: compute.c C99 tidy up
2017-05-17 Timothy Arcerimesa: move DispatchCompute() validation to compute.c
2017-05-17 Timothy Arcerimesa: add KHR_no_error support for glBlendEquationSepar...
2017-05-17 Timothy Arcerimesa: add blend_equation_separatei() helper
2017-05-17 Timothy Arcerimesa: add KHR_no_error support for glBlendFunc*iARB()
2017-05-17 Timothy Arcerimesa: add blend_func_separatei() helper
2017-05-17 Timothy Arcerimesa: add KHR_no_error support for glBufferSubData()
2017-05-17 Timothy Arcerimesa: add KHR_no_error support for glNamedBufferSubData()
2017-05-17 Timothy Arcerimesa: add buffer_sub_data() helper
2017-05-17 Timothy Arcerimesa: create validate_buffer_sub_data() helper
2017-05-17 Timothy Arcerimesa: add KHR_no_error support for glBufferStorage()
2017-05-17 Timothy Arcerimesa: add KHR_no_error support for glNamedBufferStorage()
2017-05-17 Timothy Arcerimesa: add inlined_buffer_storage() helper
2017-05-17 Timothy Arcerimesa: add validate_buffer_storage() helper
2017-05-17 Timothy Arcerimesa: add KHR_no_error support for glCompressedTex...
next