mesa: use _mesa_set_scissor() in ScissorIndexed()
[mesa.git] / src / mesa /
2017-06-07 Samuel Pitoisetmesa: use _mesa_set_scissor() in ScissorIndexed()
2017-06-07 Samuel Pitoisetmesa: make _mesa_scissor_bounding_box() static
2017-06-07 Samuel Pitoisetmesa: inline update_image_transfer_state() into _mesa_u...
2017-06-07 Samuel Pitoisetmesa: remove useless check in _mesa_update_pixel()
2017-06-07 Eric Engestromtree-wide: remove trailing backslash
2017-06-06 Chris Wilsoni965: Explicitly disallow tiled memcpy path on Gen4...
2017-06-06 Matt Turneri965: Remove brw_bo_map_unsynchronized()
2017-06-06 Matt Turneri965: Use unsynchronized mappings for BufferSubData...
2017-06-06 Matt Turneri965: Make unsynchronized maps unsynchronized on non-LLC
2017-06-06 Matt Turneri965: Implement brw_bo_map_unsynchronized() with MAP_ASYNC
2017-06-06 Matt Turneri965: Elide call to set_domain() if MAP_ASYNC
2017-06-06 Matt Turneri965: Add and use brw_bo_map()
2017-06-06 Matt Turneri965: Drop MAP_READ from some write-only mappings
2017-06-06 Matt Turneri965: Pass flags to brw_bo_map_*
2017-06-06 Matt Turneri965: Rename brw_bo_map() -> brw_bo_map_cpu()
2017-06-06 Matt Turneri965: Rename *_virtual -> map_*
2017-06-06 Chris Wilsoni965: Pass the map-mode along to intel_mipmap_tree_map_...
2017-06-06 Matt Turneri965: Add a cache_coherent field to brw_bo
2017-06-06 Matt Turneri965: Remove unused 'use_resource_streamer' field
2017-06-06 Matt Turneri965: Remove brw_bo's virtual member
2017-06-06 Matt Turneri965: Remove unused brw_bo_map__* functions
2017-06-06 Samuel Pitoisetmesa: make use of NewWindowRectangles driver flags
2017-06-06 Samuel Pitoisetmesa: add new gl_driver_flags::NewWindowRectangles
2017-06-06 Samuel Pitoisetmesa: remove call to Driver.Scissor() in _mesa_WindowRe...
2017-06-06 Samuel Pitoisetmesa: only emit _NEW_MULTISAMPLE when min sample shadin...
2017-06-06 Samuel Pitoisetmesa: only emit _NEW_MULTISAMPLE when sample mask changes
2017-06-06 Samuel Pitoisetmesa: only emit _NEW_MULTISAMPLE when coverage paramete...
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...
next