summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* mesa/main: Maintain compressed fog mode.Gustaw Smolarczyk2017-04-083-0/+24
* mesa/main/ff_frag: Don't retrieve format if not necessary.Gustaw Smolarczyk2017-04-081-9/+6
* mesa/main/ff_frag: Use gl_texture_object::TargetIndex.Gustaw Smolarczyk2017-04-081-2/+1
* mesa/main/ff_frag: Store nr_enabled_units only once.Gustaw Smolarczyk2017-04-081-2/+4
* mesa/main/ff_frag: Simplify get_fp_input_mask.Gustaw Smolarczyk2017-04-081-56/+55
* mesa/main/ff_frag: Don't bother with VARYING_BIT_FOGC.Gustaw Smolarczyk2017-04-081-3/+1
* mesa/main/ff_frag: Remove unused struct.Gustaw Smolarczyk2017-04-081-8/+0
* mesa/main/ff_frag: Reduce the size of nr_enabled_units.Gustaw Smolarczyk2017-04-081-1/+1
* mesa/main/ff_frag: Remove enabled_units.Gustaw Smolarczyk2017-04-081-3/+1
* mesa/main/ff_frag: Use correct constant.Gustaw Smolarczyk2017-04-081-1/+1
* intel/isl: Use genx_bits.h instead of a hand-rolled tableJason Ekstrand2017-04-071-18/+13
* intel/genxml/bits: Emit per-container _length helpersJason Ekstrand2017-04-071-0/+34
* intel/genxml/bits: Emit per-field _start helpersJason Ekstrand2017-04-071-0/+8
* intel/genxml/bits: Pull the function emit code into a helper blockJason Ekstrand2017-04-071-26/+43
* intel/genxml/bits: Refactor to add a container classJason Ekstrand2017-04-071-20/+36
* nvc0/ir: fix overwriting of offset register with interpolateAtOffsetIlia Mirkin2017-04-071-2/+2
* anv: Use subpass dependencies for flushesJason Ekstrand2017-04-072-80/+18
* anv/pass: Record required pipe flushesJason Ekstrand2017-04-072-0/+90
* anv/pass: Use anv_multialloc for allocating the anv_passJason Ekstrand2017-04-072-63/+44
* anv/descriptor_set: Use anv_multialloc for descriptor set layoutsJason Ekstrand2017-04-071-11/+10
* anv: Add a helper for doing mass allocationsJason Ekstrand2017-04-071-0/+96
* anv: Add helpers for converting access flags to pipe bitsJason Ekstrand2017-04-072-45/+62
* mesa: simplify and optimise vertex bindings trackingTimothy Arceri2017-04-081-5/+3
* glsl: fix lower jumps for nested non-void returnsTimothy Arceri2017-04-082-1/+10
* gallium: fix some math formulas to display betterIlia Mirkin2017-04-071-16/+16
* nvc0/ir: fix LSB/BFE/BFI implementationsIlia Mirkin2017-04-071-8/+11
* util: fix swizzle of INSTANCEID system valueNicolai Hähnle2017-04-081-1/+1
* st/glx: Add awareness for multisample pixel formats to st/glx-xlib.Bruce Cherniak2017-04-073-15/+30
* swr: fix unused variable warningsTim Rowley2017-04-072-2/+0
* glx: silence uninitialized var warningBrian Paul2017-04-071-1/+1
* st/mesa: silence unused/uninitialized var warningsBrian Paul2017-04-071-1/+2
* gallivm: init vars to silence gcc warningsBrian Paul2017-04-071-2/+2
* svga: add context pointer to the invalidate surface interfaceCharmaine Lee2017-04-078-27/+35
* winsys/svga: use c11 thread types/functionsBrian Paul2017-04-073-13/+13
* winsys/svga: Resolve command submission buffer contention v3Thomas Hellstrom2017-04-073-2/+38
* svga: remove pre-SVGA3D_HWVERSION_WS8_B1 codeBrian Paul2017-04-071-71/+5
* st/wgl: sort strings in stw_extension_string[] arrayBrian Paul2017-04-071-3/+3
* svga: remove redundant surface propagationCharmaine Lee2017-04-072-12/+8
* svga: Fix zslice index to svga_texture_copy_handle_resource()Charmaine Lee2017-04-071-7/+10
* svga: specify include path for git_sha1.h for out-of-src buildsBrian Paul2017-04-071-0/+3
* st/wgl: pseudo-implementation of WGL_EXT_swap_controlBrian Paul2017-04-077-12/+86
* svga: Fix out-of-sync backing surfaceCharmaine Lee2017-04-071-21/+70
* svga: add a reset flag to svga_propagate_surface()Charmaine Lee2017-04-074-8/+19
* svga: add the has_backed_views flagCharmaine Lee2017-04-073-0/+15
* svga: only destroy render target view from a context that created itCharmaine Lee2017-04-071-12/+23
* svga: disable rasterization if rasterizer_discard is set or FS undefinedCharmaine Lee2017-04-076-39/+128
* svga: do not emulate wide points in GS when doing transform feedbackCharmaine Lee2017-04-071-3/+5
* anv/query: Use snooping on !LLC platformsJason Ekstrand2017-04-071-13/+11
* anv: provide anv_gem_busy() stub for the testsEmil Velikov2017-04-071-0/+6
* gallium/util: tweak backtrace format with libunwindRob Clark2017-04-071-10/+16