ac/gpu_info: add has_read_registers_query
[mesa.git] / src / mesa /
2018-05-10 Brian Paulmesa: revert GL_[SECONDARY_]COLOR_ARRAY_SIZE glGet...
2018-05-10 Brian Paulmesa: fix glGetInteger/Float/etc queries for vertex...
2018-05-10 Mathias Fröhlichmesa/vbo/tnl: Move gl_vertex_array related stuff to...
2018-05-10 Mathias Fröhlichmesa: Remove Array._DrawArrays.
2018-05-10 Mathias Fröhlichi965: Remove the now unused gl_vertex_array.
2018-05-10 Mathias Fröhlichi965: Remove the gl_vertex_array indirection.
2018-05-10 Mathias Fröhlichi965: Implement all_varyings_in_vbos in terms of Array...
2018-05-10 Mathias Fröhlichst/mesa: Remove the now unused gl_vertex_array.
2018-05-10 Mathias Fröhlichst/mesa: Make feedback draw and rasterpos use _DrawVAO.
2018-05-10 Mathias Fröhlichst/mesa: Use Array._DrawVAO in st_atom_array.c.
2018-05-10 Mathias Fröhlichst/mesa: Make the input_to_index array available.
2018-05-10 Mathias Fröhlichst/mesa: Use _DrawVAO for edgeflag enabled check.
2018-05-10 Mathias Fröhlichmesa: Compute effective buffer bindings in the vao.
2018-05-10 Jason Ekstrandi965,anv: Set the CS stall bit on the ISP disable PIPE_...
2018-05-09 Xiong, Jamesmain: fail texture_storage() call if the size is not...
2018-05-09 Xiong, Jamesmain: return 0 length when the queried program object...
2018-05-09 Kenneth Graunkei965: Shut up unused variable warnings.
2018-05-09 Rhys Perrymesa: fix error handling in get_framebuffer_parameteriv
2018-05-09 Lionel Landwerlini965: require pixel scoreboard stall prior to ISP disable
2018-05-09 Jason Ekstrandi965/blorp: Remove a pile of blorp_blit restrictions
2018-05-09 Jason Ekstrandi965/blorp: Allow blorp blits for 16x MSAA
2018-05-09 Jason Ekstrandi965/surface_state: Use an identity swizzle pre-Haswell
2018-05-09 Lionel Landwerlini965: silence unused variable
2018-05-09 Timothy Arcerimesa: remove hard-coded OpenGL 3.2 compat limit
2018-05-09 Timothy Arcerimesa: add GLSLVersionCompat constant
2018-05-09 Timothy Arcerimesa: dont call _mesa_override_glsl_version() in _mesa_...
2018-05-09 Timothy Arcerimesa: dont set GLSLVersion in _mesa_init_constants()
2018-05-08 Kenneth Graunkei965: Dump validation list on INTEL_DEBUG=bat,submit.
2018-05-08 Jason Ekstrandi965/miptree: Remove redundant fields from intel_miptre...
2018-05-08 Jason Ekstrandi965: Simplify brw_emit_depthbuffer and brw_emit_depth_...
2018-05-08 Jason Ekstrandi965: Move brw_emit_depth_stencil_hiz higher up in...
2018-05-08 Jason Ekstrandi965: Use ISL for emitting depth/stencil/hiz state...
2018-05-08 Jason Ekstrandi965: Use the brw_depthbuffer atom on all gens
2018-05-08 Jason Ekstrandi965: Always set depth/stencil write enables on gen7+
2018-05-08 Jason Ekstrandi965: Re-order depth/stencil/hiz/clear packets to match ISL
2018-05-08 Jason Ekstrandi965: Re-emit depth/stencil/hiz on BRW_NEW_AUX_STATE
2018-05-08 Alejandro Piñeiromesa/formatquery: remove online compression check on...
2018-05-08 Kenneth Graunkei965: Don't leak blorp on Gen4-5.
2018-05-07 Kenneth Graunkei965: Set initial kflags on BO creation.
2018-05-04 Ian Romanickr200: Enable NV_fog_distance
2018-05-04 Ian Romanicki965: Enable NV_fog_distance
2018-05-04 Ian Romanickffvertex: Don't try to read output registers in fog...
2018-05-04 Ian Romanickmesa: Add missing support for glFogiv(GL_FOG_DISTANCE_M...
2018-05-04 Ian Romanickmesa: Silence an unused parameter warning
2018-05-04 Gert Wollnymesa/main/readpix: Correct handling of packed floating...
2018-05-03 Iago Toral Quirogacompiler/lower_64bit_packing: rename the pass to be...
2018-05-03 Chris Wilsoni965: Always try to create a logical context
2018-05-02 Lionel Landwerlinintel: decoder: limit to the number decoded lines from VBO
2018-05-02 Kenneth Graunkei965: Reuse batch decoder infrastructure rather than...
2018-05-02 Kenneth Graunkei965: Allocate shadow batches to explicitly be the...
2018-05-02 Antia Puentesintel: activate the gl_BaseVertex lowering
2018-05-02 Antia Puentesintel: emit is_indexed_draw in the same VE than gl_DrawID
2018-05-02 Kenneth Graunkei965: Drop unused gen5 sampler default color struct.
2018-05-02 Kenneth Graunkei965: Make brw_vs_outputs_written static.
2018-05-01 Nanley Cheryi965/tex_image: Avoid the ASTC LDR workaround on gen9lp
2018-05-01 Rhys Perryst/mesa: add support for nvidia conservative rasterizat...
2018-05-01 Rhys Perrymesa: add support for nvidia conservative rasterization...
2018-05-01 Timothy Arcerinir: move GL specific passes to src/compiler/glsl
2018-04-30 Scott D Phillipsi965/tiled_memcpy: ytiled_to_linear a cache line at...
2018-04-30 Chris Wilsoni965: Record mipmap resolver for unmapping
2018-04-30 Chris Wilsoni965: Move unmap_depthstencil before map_depthstencil
2018-04-30 Chris Wilsoni965: Move unmap_etc before map_etc
2018-04-30 Chris Wilsoni965: Move unmap_s8 before map_s8
2018-04-30 Chris Wilsoni965: Move unmap_movntdqa before map_movntdqa
2018-04-30 Chris Wilsoni965: Move unmap_blit before map_blit
2018-04-30 Chris Wilsoni965: Move unmap_gtt before map_gtt
2018-04-30 Kenneth Graunkei965: Don't stomp initial kflags for program cache.
2018-04-30 Kenneth Graunkei965: Let batchbuffers be placed anywhere in the 48...
2018-04-30 Scott D Phillipsintel: fix check for 48b ppgtt support
2018-04-27 Tapani Pällimesa: add TBO support for GL_EXT_texture_norm16
2018-04-27 Timothy Arcerimesa: drop the buffer mode param from the DrawBuffer...
2018-04-26 Eric Anholtst: Choose a 2101010 format for GL_RGB/GL_RGBA with...
2018-04-26 Charmaine Leest/mesa: fix missing setting of _ElementSize in new_dra...
2018-04-26 Ian Romanickradeon: Drop broken front_buffer_reading/drawing optimi...
2018-04-26 Ian Romanickradeon: Use _mesa_is_front_buffer_drawing
2018-04-25 Tapani Pällimesa: GL_EXT_texture_norm16 extension plumbing
2018-04-24 Boyan Dingmesa: call DrawBufferAllocate driver hook in update_fra...
2018-04-24 Timothy Arcerist/mesa: add new driver function DrawBufferAllocate
2018-04-24 Timothy Arcerimesa: some C99 tidy ups for framebuffer.c
2018-04-24 Dylan Bakermeson: remove dummy_cpp
2018-04-24 Dylan Bakermeson: don't build classic mesa tests without dri_drivers
2018-04-24 Nanley Cheryi965/meta_util: Re-enable sRGB-encoded fast-clears...
2018-04-24 Nanley Cheryi965/miptree: Extend the sRGB-blending WA to future...
2018-04-24 Nanley Cheryi965: Add and use a getter for the clear color
2018-04-24 Nanley Cheryi965/wm_surface_state: Use the clear address if clear_b...
2018-04-24 Nanley Cheryi965: Add and use a single miptree aux_buf field
2018-04-24 Nanley Cheryi965: Add and use a getter for the miptree aux buffer
2018-04-24 Tapani Pällii965: expose MESA_FORMAT_R8G8B8A8_SRGB visual
2018-04-24 Tapani Pällidri: Add __DRI_IMAGE_FORMAT_SABGR8
2018-04-23 Timothy Arcerimesa: rename api_validate.{c,h} -> draw_validate.{c,h}
2018-04-23 Lionel Landwerlini965: perf: enable GPA query statistics
2018-04-23 Lionel Landwerlini965: perf: add support for raw queries
2018-04-23 Lionel Landwerlini965: perf: read slice/unslice frequencies from OA...
2018-04-23 Lionel Landwerlini965: perf: snapshot RPSTAT register
2018-04-23 Lionel Landwerlini965: perf: extract utility functions
2018-04-21 Dylan Bakerautotools: Include new meson files
2018-04-21 Nanley Cheryi965/miptree: Delete an unused function
2018-04-21 Nanley Cheryi965/miptree: Don't leak the clear_color_bo
2018-04-20 Jason Ekstrandi965/blorp: Do the gen11 BTI flush
2018-04-19 Antia Puentesintel: Handle firstvertex in an identical way to BaseVertex
next