summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* x11: take ownership rather than adding reference for new renderbuffersTimothy Arceri2017-04-101-4/+4
* osmesa: tidy up renderbuffer refCount initialisationTimothy Arceri2017-04-101-1/+0
* swrast: take ownership rather than adding reference for new renderbuffersTimothy Arceri2017-04-102-13/+10
* radeon: take ownership rather than adding reference for new renderbuffersTimothy Arceri2017-04-101-5/+5
* nouveau: take ownership rather than adding reference for new renderbuffersTimothy Arceri2017-04-101-5/+5
* i965: take ownership rather than adding reference for new renderbuffersTimothy Arceri2017-04-101-6/+7
* i915: take ownership rather than adding reference for new renderbuffersTimothy Arceri2017-04-101-4/+5
* mesa: create _mesa_attach_renderbuffer_without_ref() helperTimothy Arceri2017-04-102-8/+40
* nv50/ir: remove unused swizzle field in ValueRefIlia Mirkin2017-04-091-1/+0
* nouveau: enable ARB_shader_clock on nv50 and nvc0Boyan Ding2017-04-092-2/+2
* nv50/ir: Handle TGSI_OPCODE_CLOCKBoyan Ding2017-04-091-0/+7
* gm107/ir: Emit SV_CLOCK system valueBoyan Ding2017-04-091-0/+1
* gbm: Assert modifiers and count are copaceticBen Widawsky2017-04-091-0/+3
* st/mesa: Use compressed fog mode for atifs.Gustaw Smolarczyk2017-04-082-19/+4
* mesa/main/ff_frag: Use compressed TexEnv Combine state.Gustaw Smolarczyk2017-04-081-231/+104
* mesa/main/ff_frag: Use compressed fog mode.Gustaw Smolarczyk2017-04-081-17/+1
* mesa/main: Maintain compressed TexEnv Combine state.Gustaw Smolarczyk2017-04-082-0/+186
* 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