aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* mesa: inline init_texture_unitMarek Olšák2018-02-131-51/+39
* mesa: use GLenum16 in a few more placesMarek Olšák2018-02-131-3/+3
* i965: Fix bugs in intel_from_planarDaniel Stone2018-02-121-27/+29
* r200: remove left over dead codeEric Engestrom2018-02-121-20/+0
* st/glsl_to_nir: remove unused options variableTimothy Arceri2018-02-101-2/+0
* st/radeonsi: enable disk cache for nirTimothy Arceri2018-02-101-4/+11
* st: add nir shader disk cache supportTimothy Arceri2018-02-104-44/+135
* st/glsl_to_tgsi: move nir detection earlierTimothy Arceri2018-02-101-8/+7
* Revert "i965: prevent potentially null pointer access"Mark Janes2018-02-091-1/+1
* st/mesa: generate blend state according to the number of enabled color buffersMarek Olšák2018-02-094-9/+16
* st/mesa: don't translate blend state when color writes are disabledMarek Olšák2018-02-091-4/+6
* st/mesa: don't translate blend state when it's disabled for a colorbufferMarek Olšák2018-02-091-3/+4
* i965: prevent potentially null pointer accessLionel Landwerlin2018-02-091-1/+1
* st/mesa: Initialize tex_target in compile_tgsi_instructionMichel Dänzer2018-02-091-1/+1
* mesa: Only update enabled VAO gl_vertex_array entries.Mathias Fröhlich2018-02-092-15/+22
* gallium: Mute arrays for several meta like callbacks.Mathias Fröhlich2018-02-095-5/+18
* mesa: Fix VAO buffer object tracking.Mathias Fröhlich2018-02-091-0/+2
* intel/blorp: Use isl_aux_op instead of blorp_hiz_opJason Ekstrand2018-02-084-18/+18
* intel/blorp: Use isl_aux_op instead of blorp_fast_clear_opJason Ekstrand2018-02-083-20/+20
* st/mesa: s/unsigned/enum tgsi_semantic/ st_cb_drawpixels.cBrian Paul2018-02-081-1/+1
* vbo: add a comment on vbo_draw_transform_feedback()Brian Paul2018-02-081-0/+8
* vbo: improve comments on vbo_draw_func()Brian Paul2018-02-081-4/+5
* st/mesa: rename some vars related to indirect draw countBrian Paul2018-02-081-6/+7
* st/mesa: remove out_num_textures from update_texturesMarek Olšák2018-02-081-20/+12
* st/mesa: don't store non-fragment sampler states and views in st_contextMarek Olšák2018-02-086-62/+61
* i965: perf: cleanup detection of kernel support for loadable configsLionel Landwerlin2018-02-081-15/+2
* i965: perf: use drmIoctl() instead of ioctl()Lionel Landwerlin2018-02-081-2/+2
* i965: perf: add debug messages for loaded configsLionel Landwerlin2018-02-081-0/+2
* mesa: (trivial) remove unused ignore_sample_qualifier_parameterRoland Scheidegger2018-02-083-10/+6
* st/mesa: use tgsi_semantic enum typeBrian Paul2018-02-072-5/+8
* st/mesa: use TGSI enum types in st_glsl_to_tgsi.cppBrian Paul2018-02-071-7/+7
* mesa: fix incorrect type when allocating arraysAndres Rodriguez2018-02-071-4/+4
* autotools: Only build libmesa-st-tests-common.a for tests.Bas Nieuwenhuizen2018-02-071-1/+1
* i965: add __DRI2_BLOB support and set cache functionsTapani Pälli2018-02-071-0/+21
* i965: allocate a SGVS element when VertexID or InstanceID are readIago Toral Quiroga2018-02-071-15/+2
* glapi: Don't search through subdirs from glapitable.hDylan Baker2018-02-061-0/+2
* state_tracker: Don't build st-renumerate-test without shared glapiDylan Baker2018-02-061-0/+2
* meson: fix test source name for static glapiDylan Baker2018-02-061-1/+1
* mesa: rename gl_vertex_array_object::_VertexAttrib -> _VertexArrayBrian Paul2018-02-064-11/+10
* mesa: minor whitespace fixes, line wrapping in texcompress.cBrian Paul2018-02-061-12/+14
* mesa: simplify _mesa_get_compressed_formats()Brian Paul2018-02-061-117/+83
* st/mesa: use st_access_flags_to_transfer_flags() helper in more placesBrian Paul2018-02-062-18/+17
* st/mesa: refactor st_bufferobj_map_range()Brian Paul2018-02-062-11/+31
* st/mesa: refactor bufferobj_data()Brian Paul2018-02-061-87/+104
* mesa: Factor out _mesa_disable_vertex_array_attrib.Mathias Fröhlich2018-02-064-80/+75
* vbo: Move vbo_rebase into its only caller module tnl.Mathias Fröhlich2018-02-066-25/+55
* mesa: Use atomics for buffer objects reference counts.Mathias Fröhlich2018-02-063-21/+11
* vbo: provide 64bits support to print_draw_arraysAndres Gomez2018-02-061-2/+19
* vbo: take into account the size when printing VAO elementsAndres Gomez2018-02-061-1/+1
* vbo: print first element of the VAO when the binding stride is 0Andres Gomez2018-02-061-3/+4