summaryrefslogtreecommitdiff
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* mesa/main: Exit early when trying to create an unsupported context APIHEADmainJordan Justen2023-05-181-0/+18
* nir: Drop unused name from nir_ssa_dest_initAlyssa Rosenzweig2023-05-175-6/+6
* mesa/st: Produce unified atomicsAlyssa Rosenzweig2023-05-161-3/+6
* nir: Add helpers for lazy var creation.Emma Anholt2023-05-167-126/+63
* mesa: set a type for depth fallback textureTapani Pälli2023-05-161-1/+1
* mesa: Fix precompile of GLSL programs with shadow samplers.Emma Anholt2023-05-102-3/+6
* mesa: Fix debug logging of fp compile compare func.Emma Anholt2023-05-101-1/+1
* gallium: pipe_rasterizer_state::point_tri_clip -> point_line_tri_clipMike Blumenkrantz2023-05-081-1/+1
* nir: switch to a normal sampler for ARB program with not depth texturesIllia Polishchuk2023-05-044-4/+39
* drirc: add allow_sampled_tex_copy optionIllia Polishchuk2023-05-041-4/+6
* mesa/main: drop use_legacy_math_rulesErik Faye-Lund2023-05-041-4/+2
* mesa/main: drop unused variableDavid Heidelberg2023-05-031-2/+1
* mesa/main: make ffvertex output nirErik Faye-Lund2023-04-291-898/+612
* mesa/main: allow passing nir-shaders to st_program_string_notifyErik Faye-Lund2023-04-291-3/+6
* mesa/main: drop disasm-code from ffvertex_prog.cErik Faye-Lund2023-04-291-33/+0
* mesa/main: clean up white-space in ffvertex_prog.cErik Faye-Lund2023-04-291-309/+309
* mesa/main: rework locale setup/teardownThong Thai2023-04-271-1/+0
* mesa: remove unused boolsPierre-Eric Pelloux-Prayer2023-04-272-25/+1
* mesa: don't share reset status across contextsPierre-Eric Pelloux-Prayer2023-04-271-21/+2
* mesa/nir: Add some perfetto tracesRob Clark2023-04-248-0/+26
* mesa: fix ms fallback texture creationMike Blumenkrantz2023-04-212-8/+31
* mesa/st: try to block multisampled texsubimage from doing cpu writesMike Blumenkrantz2023-04-211-2/+4
* mesa/draw: fix -Wformat warningMichel Zou2023-04-201-1/+1
* nir: don't remove dead IO variables in nir_lower_io_passes for st_link_nirMarek Olšák2023-04-191-1/+4
* mesa/st: Make st_convert_image(_from_unit) declaration match definitionMichel Dänzer2023-04-181-2/+2
* symbol_table: Prehash the key on insert, and reuse the entry on shadowing.Emma Anholt2023-04-151-3/+7
* symbol_table: Don't bother resetting the key on popping scope.Emma Anholt2023-04-151-1/+0
* symbol_table: Don't maintain the HT as we're destroying the table.Emma Anholt2023-04-151-2/+14
* symbol_table: Store the symbol name in the same allocation as the symbol entry.Emma Anholt2023-04-151-15/+6
* util: Delete Offset() macro from u_memory.hJesse Natalie2023-04-151-1/+1
* mesa/st/program: don't init xfb info if there are no outputsMike Blumenkrantz2023-04-141-0/+5
* mesa: Add EXT_instanced_arrays supportCorentin Noël2023-04-113-5/+6
* mesa: OpenGL ES 3.0 requires EXT_instanced_arraysCorentin Noël2023-04-111-0/+1
* mesa/st: Set uses_sample_shading when forcing per-sampleAlyssa Rosenzweig2023-04-111-0/+8
* Revert "mesa: Enable NV_texture_barrier in GLES2+"David Heidelberg2023-04-111-1/+1
* mesa: Enable NV_texture_barrier in GLES2+Adam Jackson2023-04-081-1/+1
* gallium: Remove PIPE_CAP_TEXTURE_BUFFER_SAMPLERAlyssa Rosenzweig2023-04-074-7/+2
* mesa: add _mesa_is_api_gles2() helperTimothy Arceri2023-04-062-5/+15
* glsl: Drop PIPE_SHADER_CAP_DFRACEXP_DLDEXP_SUPPORTED.Emma Anholt2023-04-061-3/+1
* state_tracker: Lower frexp before lowering doubles.Emma Anholt2023-04-061-0/+8
* glsl: Retire ldexp lowering in favor of the nir lowering flag.Emma Anholt2023-04-061-3/+1
* glsl: Move ForceGLSLAbsSqrt handling to glsl-to-nir.Emma Anholt2023-04-061-1/+0
* glthread: use id 0 for internal buffer objectsMike Blumenkrantz2023-04-051-1/+2
* mesa: fix invalid index_bo refcountingPierre-Eric Pelloux-Prayer2023-04-041-0/+5
* mesa: Add a few more function tracesRob Clark2023-03-303-0/+11
* glthread: add _mesa_glthread_invalidate_zsbuf()Mike Blumenkrantz2023-03-302-0/+11
* mapi: add InternalInvalidateFramebufferAncillaryMESAMike Blumenkrantz2023-03-302-0/+12
* glsl: Remove the TessLevel lowering special case from xfb.Emma Anholt2023-03-292-3/+0
* mesa/st: Normalize wrap modes for seamless cubesAlyssa Rosenzweig2023-03-281-0/+14
* mesa/st: Only set seamless for GLES3Alyssa Rosenzweig2023-03-282-17/+10