summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* mesa: revert GL_[SECONDARY_]COLOR_ARRAY_SIZE glGet type to TYPE_INTBrian Paul2018-05-101-2/+2
* radv: disable DCC for shareable images on GFX9+Andres Rodriguez2018-05-101-0/+7
* mesa: fix glGetInteger/Float/etc queries for vertex arrays attribsBrian Paul2018-05-102-13/+84
* winsys/radeon: Destroy fd_hash table when the last winsys is removed.Jan Vesely2018-05-101-1/+6
* gallium/auxiliary: Add helper function to count the number of entries in hash...Jan Vesely2018-05-102-0/+22
* radv: move handling nosisched option in a better placeSamuel Pitoiset2018-05-101-12/+6
* radv: assorted typo fixesGrazvydas Ignotas2018-05-106-11/+11
* 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
* virgl: Add support for passing GL_ANY_SAMPLES_PASSED_CONSERVATIVEGert Wollny2018-05-101-1/+2
* r600: fix constant buffer bounds.Dave Airlie2018-05-102-2/+2
* i965,anv: Set the CS stall bit on the ISP disable PIPE_CONTROLJason Ekstrand2018-05-092-1/+3
* radv: handle arrays in the fmask descriptor.Dave Airlie2018-05-101-1/+1
* gallium/tests: Fix assignment of EXTRA_DISTMatt Turner2018-05-091-3/+1
* main: fail texture_storage() call if the size is not okayXiong, James2018-05-101-0/+1
* main: return 0 length when the queried program object's not linkedXiong, James2018-05-101-1/+1
* i965: Shut up unused variable warnings.Kenneth Graunke2018-05-091-6/+7
* src/intel/Makefile.vulkan.am: add missing MKDIR_GENRoss Burton2018-05-091-0/+2
* mesa: fix error handling in get_framebuffer_parameterivRhys Perry2018-05-091-31/+41
* anv: emit pixel scoreboard stall before ISP disableLionel Landwerlin2018-05-091-1/+8
* i965: require pixel scoreboard stall prior to ISP disableLionel Landwerlin2018-05-091-1/+8
* intel/isl: Allow CCS_E on 1010102 formatsJason Ekstrand2018-05-091-11/+0
* intel/blorp: Allow CCS copies of 1010102 formatsJason Ekstrand2018-05-091-0/+6
* intel/blorp: Add support for more format bitcastingJason Ekstrand2018-05-092-23/+95
* intel/blorp: Use nir_format_bitcast_uint_vec_unmaskedJason Ekstrand2018-05-091-41/+16
* nir/format_convert: Add code for bitcasting vectorsJason Ekstrand2018-05-091-0/+53
* intel/blorp: Use ISL instead of bitcast_color_value_to_uintJason Ekstrand2018-05-091-73/+10
* intel/isl: Add format conversion codeJason Ekstrand2018-05-095-2/+224
* intel/isl/format: Get rid of the ALPHA colorspaceJason Ekstrand2018-05-092-8/+8
* intel/isl/format: Add field locations informations to channel_layoutJason Ekstrand2018-05-092-2/+13
* intel/isl/format: Add a column for channel order to the tableJason Ekstrand2018-05-092-281/+282
* i965/blorp: Remove a pile of blorp_blit restrictionsJason Ekstrand2018-05-091-30/+33
* i965/blorp: Allow blorp blits for 16x MSAAJason Ekstrand2018-05-091-4/+0
* anv: Allow blitting to/from any supported formatJason Ekstrand2018-05-092-7/+6
* intel/blorp: Support the RGB workaround on more formatsJason Ekstrand2018-05-091-20/+53
* intel/blorp: Silently convert RGBX destination formats to RGBAJason Ekstrand2018-05-091-0/+4
* intel/isl: Add some helpers for working with RGBX formatsJason Ekstrand2018-05-092-0/+43
* intel/blorp: Handle more exotic destination formatsJason Ekstrand2018-05-092-0/+54
* intel/blorp: Include nir_format_convert.h in blorp_blit.cJason Ekstrand2018-05-091-19/+1
* nir/format_convert: Add a function to pack RGB9_E5 formatsJason Ekstrand2018-05-091-0/+64
* nir/format_convert: Add pack/unpack for R11F_G11F_B10FJason Ekstrand2018-05-091-0/+38