summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* i965: isl: Move the MCS gen7+ assertion into ISLNanley Chery2018-05-181-2/+0
* i965/miptree: Remove format assertion in alloc_auxNanley Chery2018-05-181-5/+0
* i965/miptree: Simplify the switch in supports_ccsNanley Chery2018-05-181-5/+1
* i965: Make get_ccs_surf succeed in alloc_auxNanley Chery2018-05-182-10/+11
* st/mesa: only define GLSL 1.4 for compat if driver supports itChristian Gmeiner2018-05-181-1/+1
* vbo: remove MaxVertexAttribStride assert check.Dave Airlie2018-05-181-1/+0
* mesa: drop GL_EXT_polygon_offset supportTimothy Arceri2018-05-186-25/+0
* mesa: The glArrayElement api is independent of the current program.Mathias Fröhlich2018-05-172-2/+2
* mesa: Flag _NEW_ARRAY only if we are changing ctx->Array.VAO.Mathias Fröhlich2018-05-171-6/+14
* mesa: Remove flush_vertices argument from VAO methods.Mathias Fröhlich2018-05-179-57/+51
* mesa: Remove FLUSH_VERTICES from VAO state changes.Mathias Fröhlich2018-05-171-59/+6
* i965/blorp: Disable BLORP clear color updatesNanley Chery2018-05-171-2/+4
* i965/blorp: Also skip the fast clear if the clear color differsNanley Chery2018-05-171-4/+3
* i965/clear: Drop a stale comment in fast_clear_depthNanley Chery2018-05-171-4/+0
* i965: Update the indirect buffer in set_clear_colorNanley Chery2018-05-172-37/+13
* i965/clear: Remove an early return in fast_clear_depthNanley Chery2018-05-171-5/+0
* i965: Use set_clear_color for depth miptreesNanley Chery2018-05-173-19/+2
* Revert "i965: Make the miptree clear color setter take a gl_color_union"Nanley Chery2018-05-173-7/+6
* i965/miptree: Unify aux buffer allocationNanley Chery2018-05-172-142/+82
* i965: Prepare to delete intel_miptree_alloc_ccs()Nanley Chery2018-05-173-15/+16
* i965/miptree: Drop the mt param from alloc_aux_bufferNanley Chery2018-05-171-5/+4
* i965/miptree: Drop the alloc_flags param from alloc_aux_bufferNanley Chery2018-05-171-15/+14
* i965/miptree: Drop the name param from alloc_aux_bufferNanley Chery2018-05-171-5/+4
* i965/miptree: Initialize the indirect clear color to zeroNanley Chery2018-05-171-11/+22
* i965/miptree: Add and use a memset option in alloc_aux_bufferNanley Chery2018-05-171-37/+31
* i965/miptree: Zero-initialize CCS_D buffersNanley Chery2018-05-171-6/+4
* i965/miptree: Fix handling of uninitialized MCS buffersNanley Chery2018-05-171-7/+7
* mesa: add glUniform*ui{v} support to display listsTimothy Arceri2018-05-171-33/+17
* mesa: cast the GLenum16 to GLint to avoid compile warning on androidjenny.q.cao2018-05-161-1/+1
* mesa/st: handle vert_attrib_mask in nir case tooRob Clark2018-05-151-7/+7
* android: change include "cutils/log.h" to "log/log.h" on Android API >=26jenny.q.cao2018-05-141-0/+4
* gallium: remove aux_vertex_buffer_slot codeMarek Olšák2018-05-125-28/+7
* scons: Add PROGRAM_NIR_FILES.Vinson Lee2018-05-121-0/+1
* st/nir: use NIR for asm programsTimothy Arceri2018-05-121-7/+58
* st/nir: make st_nir_opts() available externallyTimothy Arceri2018-05-122-1/+3
* mesa: revert GL_[SECONDARY_]COLOR_ARRAY_SIZE glGet type to TYPE_INTBrian Paul2018-05-101-2/+2
* mesa: fix glGetInteger/Float/etc queries for vertex arrays attribsBrian Paul2018-05-102-13/+84
* mesa/vbo/tnl: Move gl_vertex_array related stuff to tnl.Mathias Fröhlich2018-05-1016-203/+199
* mesa: Remove Array._DrawArrays.Mathias Fröhlich2018-05-107-31/+8
* i965: Remove the now unused gl_vertex_array.Mathias Fröhlich2018-05-102-11/+0
* i965: Remove the gl_vertex_array indirection.Mathias Fröhlich2018-05-104-40/+31
* i965: Implement all_varyings_in_vbos in terms of Array._DrawVAO.Mathias Fröhlich2018-05-101-15/+2
* st/mesa: Remove the now unused gl_vertex_array.Mathias Fröhlich2018-05-104-44/+2
* st/mesa: Make feedback draw and rasterpos use _DrawVAO.Mathias Fröhlich2018-05-102-65/+24
* st/mesa: Use Array._DrawVAO in st_atom_array.c.Mathias Fröhlich2018-05-101-325/+108
* st/mesa: Make the input_to_index array available.Mathias Fröhlich2018-05-103-5/+21
* st/mesa: Use _DrawVAO for edgeflag enabled check.Mathias Fröhlich2018-05-101-7/+4
* mesa: Compute effective buffer bindings in the vao.Mathias Fröhlich2018-05-108-7/+682
* i965,anv: Set the CS stall bit on the ISP disable PIPE_CONTROLJason Ekstrand2018-05-091-1/+2
* main: fail texture_storage() call if the size is not okayXiong, James2018-05-101-0/+1