summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* glsl: remove unrequired forward declarationTimothy Arceri2016-02-091-2/+0
* glsl: clean up and fix bug in varying linking rulesTimothy Arceri2016-02-091-74/+63
* glsl: simplify ES Vertex/Fragment shader requirementsTimothy Arceri2016-02-091-28/+28
* glsl: simplify required stages for linking rulesTimothy Arceri2016-02-091-43/+41
* glsl: small tidy up now that link_shaders() exits early with 0 shadersTimothy Arceri2016-02-091-6/+4
* glsl: don't attempt to link empty programTimothy Arceri2016-02-091-23/+23
* nir: Recognize open-coded bitfield_reverse.Matt Turner2016-02-081-0/+13
* nir: Handle large unsigned values in opt_algebraic.Matt Turner2016-02-081-4/+1
* nir: Do opt_algebraic in reverse order.Matt Turner2016-02-081-2/+2
* nir: Recognize product of open-coded pow()s.Matt Turner2016-02-081-0/+2
* nir: Add opt_algebraic rules for xor with zero.Matt Turner2016-02-081-0/+2
* glsl: validate arrays of arrays on empty type delclarationsTimothy Arceri2016-02-091-25/+38
* i965: Use nir_lower_load_const_to_scalar().Kenneth Graunke2016-02-081-0/+4
* mesa: remove now unused sampler index handing codeTimothy Arceri2016-02-094-172/+0
* mesa: compute sampler index in ir_to_mesa rather than using UniformHashTimothy Arceri2016-02-091-3/+78
* i965: Don't add barrier deps for FB write messages.Kenneth Graunke2016-02-081-3/+4
* st/mesa: enable AoA for gallium drivers reporting GLSL 1.30Dave Airlie2016-02-091-0/+1
* st/mesa: add atomic AoA supportDave Airlie2016-02-091-8/+6
* mesa: drop unused nonconst sampler functions.Dave Airlie2016-02-092-14/+0
* st/mesa: handle indirect samplers in arrays/structs properly (v4.1)Dave Airlie2016-02-091-18/+123
* glsl/ir: add param index to variable.Dave Airlie2016-02-093-4/+11
* i965: Rename define for the PIPE_CONTROL DC flush bit.Francisco Jerez2016-02-085-6/+6
* i965: Invalidate state cache before L3 partitioning set-up.Francisco Jerez2016-02-081-0/+1
* i965: Fix cache pollution race during L3 partitioning set-up.Francisco Jerez2016-02-081-8/+23
* i965/fs: Don't emit unnecessary SEL instruction from emit_image_atomic().Francisco Jerez2016-02-081-1/+1
* i965/vec4: Update vec4 unit tests for commit 01dacc83ff.Matt Turner2016-02-083-10/+24
* dri/common: include debug_output.h to silence warningBrian Paul2016-02-081-0/+1
* tgsi: minor whitespace fixes in tgsi_scan.cBrian Paul2016-02-081-4/+2
* tgsi: s/true/TRUE/ in tgsi_scan.cBrian Paul2016-02-081-13/+13
* tgsi: use switches instead of big if/else ifsBrian Paul2016-02-081-24/+36
* tgsi: break gigantic tgsi_scan_shader() function into piecesBrian Paul2016-02-081-364/+375
* st/mesa: minor formatting fixes in st_cb_bitmap.cBrian Paul2016-02-081-3/+1
* mesa: move GL_ARB_debug_output code into new debug_output.c fileBrian Paul2016-02-0812-1318/+1435
* gallium/util: whitespace, formatting fixes in u_debug_stack.cBrian Paul2016-02-081-29/+32
* gallium/util: whitespace, formatting fixes in u_staging.[ch] filesBrian Paul2016-02-082-33/+41
* gallium/util: switch over to new u_debug_image.[ch] codeBrian Paul2016-02-0810-353/+10
* gallium/util: put image dumping functions into separate fileBrian Paul2016-02-082-0/+422
* gallium/util: whitespace, formatting fixes in u_debug.cBrian Paul2016-02-081-95/+106
* trace: add missing pipe_context::clear_texture()Samuel Pitoiset2016-02-081-0/+28
* trace: remove useless MALLOC() in trace_context_draw_vbo()Samuel Pitoiset2016-02-081-11/+6
* mesa/extensions: Fix NVX_gpu_memory_info lexicographical order.Vinson Lee2016-02-071-1/+2
* glsl: return cloned signature, not the builtin oneIlia Mirkin2016-02-071-1/+2
* glsl: make sure builtins are initialized before getting the shaderIlia Mirkin2016-02-071-0/+1
* tgsi: use TGSI_WRITEMASK_XYZW instead of hardcoding the maskSamuel Pitoiset2016-02-062-4/+4
* glsl: don't generate transform feedback candidate when not requiredTimothy Arceri2016-02-061-2/+4
* glsl: replace unreachable code with an assert()Timothy Arceri2016-02-062-65/+38
* r600, compute: Do not overwrite pipe_resource.screenJan Vesely2016-02-051-1/+1
* r600g: Ignore format for PIPE_BUFFER targetsJan Vesely2016-02-051-1/+1
* mesa/get: fix a breakage after rebaseMarek Olšák2016-02-051-0/+1
* i965/vec4: don't copy ATTR into 3src instructions with complex swizzlesMatt Turner2016-02-051-4/+10