aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* nir: fix packing of nir_variableSamuel Pitoiset2019-11-061-2/+2
* radv: fix 32-bit compiler warningsSamuel Pitoiset2019-11-061-3/+3
* radv: add a note about perftest/debug optionsSamuel Pitoiset2019-11-061-0/+1
* nir/serialize: pack nir_variable flagsMarek Olšák2019-11-051-13/+36
* nir/serialize: store 32-bit object IDs instead of 64-bitMarek Olšák2019-11-051-28/+31
* nir/serialize: don't expand 16-bit variable state slots to 32 bitsMarek Olšák2019-11-052-7/+5
* nir: pack the rest of nir_variable::dataMarek Olšák2019-11-051-33/+34
* radeonsi: keep serialized NIR instead of nir_shader in si_shader_selectorMarek Olšák2019-11-055-13/+65
* radeonsi: don't keep compute shader IR after compilationMarek Olšák2019-11-051-2/+5
* radeonsi: use IR SHA1 as the cache key for the in-memory shader cacheMarek Olšák2019-11-053-71/+55
* lima: add support for gl_PointSizeVasily Khoruzhick2019-11-055-32/+90
* mesa/imports: let the build system detect strtok_r()Eric Engestrom2019-11-051-1/+1
* meson: move the generic symbols check arguments to a common variableEric Engestrom2019-11-058-8/+8
* meson: add variable to control the symbols checksEric Engestrom2019-11-058-8/+8
* mesa: fix call to _mesa_lookup_vao_errPierre-Eric Pelloux-Prayer2019-11-051-1/+1
* meson: Add dep_glvnd to egl deps when building with glvndDylan Baker2019-11-051-1/+2
* util/u_endian: Add error checksDylan Baker2019-11-051-0/+6
* util: rename PIPE_ARCH_*_ENDIAN to UTIL_ARCH_*_ENDIANDylan Baker2019-11-0549-122/+122
* gallium/osmesa: Use PIPE_ARCH_*_ENDIAN instead of little_endian functionDylan Baker2019-11-051-20/+15
* mesa/main: delete now unused _mesa_little_endianDylan Baker2019-11-051-12/+0
* mesa/swrast: replace instances of _mesa_little_endian with preprocessorDylan Baker2019-11-052-6/+5
* mesa/main: replace uses of _mesa_little_endian with preprocessorDylan Baker2019-11-056-21/+49
* util/u_endian: set PIPE_ARCH_*_ENDIAN to 1Dylan Baker2019-11-0541-104/+100
* util/u_endian: Use _WIN32 instead of _MSC_VERDylan Baker2019-11-051-1/+1
* dri/osmesa: use preprocessor for selecting endian code pathsDylan Baker2019-11-051-6/+9
* r100: Use preprocessor to select big vs little endian pathsDylan Baker2019-11-053-46/+51
* r200: use preprocessor for big vs little endian checksDylan Baker2019-11-052-45/+38
* svga: check return value of define_query_vgpu{9,10}Philipp Sieweck2019-11-051-8/+23
* mesa: add EXT_dsa glGetVertexArray* 4 functionsPierre-Eric Pelloux-Prayer2019-11-055-4/+309
* mesa: extract helper function from _mesa_GetPointervPierre-Eric Pelloux-Prayer2019-11-052-29/+47
* mesa: add EXT_dsa EnableVertexArrayAttribEXT / DisableVertexArrayAttribEXTPierre-Eric Pelloux-Prayer2019-11-055-2/+50
* mesa: add EXT_dsa glEnableVertexArrayEXT / glDisableVertexArrayEXTPierre-Eric Pelloux-Prayer2019-11-055-2/+81
* mesa: add gl_vertex_array_object parameter to client state helpersPierre-Eric Pelloux-Prayer2019-11-051-22/+25
* mesa: add EXT_dsa glVertexArray* functions implementationPierre-Eric Pelloux-Prayer2019-11-051-0/+308
* mesa: add vao/vbo lookup helper for EXT_dsaPierre-Eric Pelloux-Prayer2019-11-051-0/+32
* mesa: rework _mesa_lookup_vao_err to allow usage from EXT_dsaPierre-Eric Pelloux-Prayer2019-11-053-18/+36
* mesa: add EXT_dsa glVertexArray* functions declarationsPierre-Eric Pelloux-Prayer2019-11-055-11/+257
* mesa: pass vao as a function paramterPierre-Eric Pelloux-Prayer2019-11-051-60/+94
* nir: Handle image arrays when setting variable dataKenneth Graunke2019-11-041-1/+1
* intel/compiler: remove the operand restriction for src1 on GLKPaulo Zanoni2019-11-051-2/+1
* nir: pack nir_variable::data::xfb_*Marek Olšák2019-11-044-31/+38
* nir: pack nir_variable::data::streamMarek Olšák2019-11-043-5/+8
* nir/algebraic: Mark other comparison exact when removing a == aIan Romanick2019-11-041-2/+2
* nir/algebraic: Add the ability to mark a replacement as exactIan Romanick2019-11-044-3/+13
* compiler: make variable::data::binding unsignedMarek Olšák2019-11-042-2/+2
* st/mesa: call nir_lower_flrp only once per shaderMarek Olšák2019-11-042-16/+22
* st/mesa: call nir_opt_access only onceMarek Olšák2019-11-042-2/+2
* ac: add missing Arcturus to the info of pc linesLeo Liu2019-11-041-0/+2
* pan/midgard: Extend default_phys_reg to !32-bitAlyssa Rosenzweig2019-11-041-5/+5
* pan/midgard: Extend swizzle packing for vec4/16-bitAlyssa Rosenzweig2019-11-041-3/+24