aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* mesa/st/glsl_to_tgsi: move evaluation of read mask up in the call hierarchyGert Wollny2018-08-111-7/+8
* mesa/st/glsl_to_tgsi: rename access_record to register_merge_record and some ...Gert Wollny2018-08-112-32/+33
* mesa/st/tests: Add tests for array merge helper classes.Gert Wollny2018-08-114-7/+787
* mesa/st/glsl_to_tgsi: Add array merge logicGert Wollny2018-08-112-2/+407
* mesa/st/glsl_to_tgsi: Add helper classes to apply array merging and interleavingGert Wollny2018-08-112-1/+164
* mesa/st/glsl_to_tgsi: Add helper class for array live range merging and inter...Gert Wollny2018-08-114-0/+319
* mesa/st/glsl_to_tgsi:rename lifetime to register_live_rangeGert Wollny2018-08-116-83/+90
* mesa/st/glsl_to_tgsi: Properly resolve life times simple if/else + use constr...Gert Wollny2018-08-112-0/+39
* mesa/st/glsl_to_tgsi: Split arrays whose elements are only accessed directlyGert Wollny2018-08-111-1/+112
* mesa/st/glsl_to_tgsi: Add method to collect some TGSI statisticsGert Wollny2018-08-111-0/+68
* Gallium/tgsi: Correct signdness of return value of bit operationsGert Wollny2018-08-111-3/+4
* meson: Build with Python 3Mathieu Bridon2018-08-1030-74/+74
* python: Rework bytes/unicode string handlingMathieu Bridon2018-08-101-10/+31
* python: Fix inequality comparisonsMathieu Bridon2018-08-103-0/+18
* mesa/st: ETC2 now uses R8G8B8A8_SRGB as fallbackGert Wollny2018-08-101-1/+1
* python: Simplify list sortingMathieu Bridon2018-08-091-4/+2
* python: Use key-functions when sorting containersMathieu Bridon2018-08-091-2/+3
* python: Better check for integer typesMathieu Bridon2018-08-092-5/+16
* python: Do not mix bytes and unicode stringsMathieu Bridon2018-08-091-1/+10
* python: Explicitly use a listMathieu Bridon2018-08-091-2/+2
* python: Use the right function for the jobMathieu Bridon2018-08-091-1/+1
* egl: Fix leak of X11 pixmaps backing pbuffers in DRI3.Eric Anholt2018-08-091-0/+5
* intel: Fix SIMD16 unaligned payload GRF reads on Gen4-5.Kenneth Graunke2018-08-091-0/+20
* i965: Only enable depth IZ signals if there's an actual depthbuffer.Kenneth Graunke2018-08-091-3/+8
* glx: GLX_MESA_multithread_makecurrent is direct-onlyAdam Jackson2018-08-091-1/+1
* anv: set error in all failure pathsEric Engestrom2018-08-091-1/+3
* intel/tools: add missing variable initialisationEric Engestrom2018-08-091-1/+1
* drirc: Allow extension midshader for Metro Reduxvadym.shovkoplias2018-08-091-0/+4
* glsl: handle error case with ast_post_inc, ast_post_decTapani Pälli2018-08-091-0/+5
* vc4: Implement texture_subdata() to directly upload tiled data.Eric Anholt2018-08-081-1/+39
* vc4: Handle partial loads/stores of tiled textures.Eric Anholt2018-08-083-60/+155
* vc4: Compile the LT image helper per cpp we might load/store.Eric Anholt2018-08-081-2/+31
* vc4: Refactor to reuse the LT tile walking code.Eric Anholt2018-08-081-24/+34
* wayland/egl: update surface size on window resizeJuan A. Suarez Romero2018-08-081-4/+15
* wayland/egl: initialize window surface size to window sizeJuan A. Suarez Romero2018-08-081-0/+3
* svga: use pipe_sampler_view::target in svga_set_sampler_views()Brian Paul2018-08-081-1/+1
* svga: use SVGA3D_RS_FILLMODE for vgpu9Brian Paul2018-08-083-26/+37
* svga: add TGSI_SEMANTIC_FACE switch case in svga_swtnl_update_vdecl()Brian Paul2018-08-081-0/+1
* xlib: remove unused Fake_glXGetAGPOffsetMESA() functionBrian Paul2018-08-081-10/+0
* autotools: use correct gl.pc LIBS when using glvndEmil Velikov2018-08-081-1/+1
* glx: automake: add egl.pc/headers TODO when using glvndEmil Velikov2018-08-081-0/+1
* egl: automake: add egl.pc/headers TODO when using glvndEmil Velikov2018-08-081-0/+1
* automake: require shared glapi when using DRI based libGLEmil Velikov2018-08-081-4/+1
* ttn: remove {varying_slot, frag_result}_to_tgsi_semantic helpersEmil Velikov2018-08-082-79/+0
* glsl_to_tgsi: plumb image writable through to driverErik Faye-Lund2018-08-082-5/+15
* vc4: Fix vc4_fence_server_sync() on pre-syncobj kernels.Eric Anholt2018-08-071-1/+2
* vc4: Ignore samplers for finding uniform offsets.Eric Anholt2018-08-071-3/+14
* vc4: Extend dumping of uniforms in QIR and in the command stream.Eric Anholt2018-08-073-13/+68
* vc4: Pull uinfo->data[i] dereference out to the top of the loop.Eric Anholt2018-08-071-20/+18
* vc4: Make sure to emit a tile coordinates between two MSAA loads.Eric Anholt2018-08-071-12/+11