aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* r600g/sb: fix issues cause by GLSL switching to loops for switchDave Airlie2014-12-021-12/+38
* freedreno/a4xx: alpha blend fixesRob Clark2014-12-013-1/+11
* freedreno/a4xx: fix DRAW initiator encoding of index sizeRob Clark2014-12-011-8/+19
* freedreno: update generated headersRob Clark2014-12-015-23/+22
* i965/vec4: Rewrite dead code elimination to use live in/out.Matt Turner2014-12-013-155/+170
* i965/vec4: Track liveness of the flag register.Matt Turner2014-12-012-0/+33
* i965/fs: Remove opt_drop_redundant_mov_to_flags().Matt Turner2014-12-012-32/+0
* i965/fs: Use const fs_reg & rather than a copy or pointer.Matt Turner2014-12-014-18/+17
* i965/fs: Dead code eliminate instructions writing the flag.Matt Turner2014-12-011-4/+22
* i965/fs: Track liveness of the flag register.Matt Turner2014-12-012-0/+41
* i965: Use local pointer to block_data in live intervals.Matt Turner2014-12-015-49/+61
* i965/vec4: Make live_intervals part of the vec4_visitor class.Matt Turner2014-12-013-11/+11
* i965/fs: Treat the FB_WRITE as predicated if we're discarding.Matt Turner2014-12-012-1/+5
* i965: Don't treat IF or WHILE with cmod as writing the flag.Matt Turner2014-12-012-2/+6
* i965/disasm: Disassemble tdr and tm registers properly.Matt Turner2014-12-011-0/+6
* main, glsl: Bump max known desktop glsl version to 4.50Jordan Justen2014-12-013-4/+14
* glsl/cs: Change gl_WorkGroupSize from ivec3 to uvec3Jordan Justen2014-12-011-4/+4
* i965: avoid anonymous struct in float <-> VF conversionsJonathan Gray2014-12-011-8/+8
* mesa: fix arithmetic error in _mesa_compute_compressed_pixelstore()Brian Paul2014-12-011-1/+1
* vbo: also print buffer object pointer in vbo_print_vertex_list()Brian Paul2014-12-011-2/+6
* mesa: some improvements for print_list()Brian Paul2014-12-013-73/+88
* mesa: inline/remove _mesa_polygon_stipple()Brian Paul2014-12-012-32/+10
* svga: fix comment typoBrian Paul2014-12-011-1/+1
* mesa: remove unused functions in prog_execute.cBrian Paul2014-12-011-74/+0
* gallium: add include path to fix building of pipe-loader codeBrian Paul2014-12-011-0/+1
* graw: Avoid 'near'/'far' variables.José Fonseca2014-12-018-24/+24
* i965/fs: Clean up some whitespace in reg_allocate.Matt Turner2014-12-011-2/+2
* ra: Don't use regs as the ralloc context.Matt Turner2014-12-011-1/+1
* i965: Initialize INTEL_DEBUG once per process.Matt Turner2014-12-011-1/+4
* i965: Initialize compaction tables once per process.Matt Turner2014-12-011-0/+5
* glsl: Initialize static temporaries_allocate_names once per process.Matt Turner2014-12-011-1/+3
* util/u_atomic: Fix the unlocked implementation.José Fonseca2014-12-011-6/+6
* util/u_atomic: Add a simple test.José Fonseca2014-12-012-0/+146
* util: Make u_atomic.h typeless.Matt Turner2014-12-011-113/+93
* util: Use stdbool.h's bool rather than "boolean".Matt Turner2014-12-011-3/+5
* util: Remove u_atomic.h's GCC inline assembly.Matt Turner2014-12-011-122/+0
* util: Remove u_atomic.h's MSVC inline assembly.Matt Turner2014-12-011-70/+0
* util: Remove u_atomic.h's Gallium dependence.Matt Turner2014-12-011-9/+6
* util: s/INLINE/inline/ in u_atomic.h.Matt Turner2014-12-011-29/+29
* util: Move u_atomic.h to src/util.Matt Turner2014-12-012-0/+2
* vc4: Introduce scheduling of QPU instructions.Eric Anholt2014-12-016-126/+722
* vc4: Drop the explicit scoreboard wait.Eric Anholt2014-12-011-12/+11
* vc4: Also deal with VPM reads at thread end.Eric Anholt2014-12-011-2/+6
* vc4: Fix assertion about SFU versus texturing.Eric Anholt2014-12-011-3/+4
* vc4: Add another check for invalid TLB scoreboard handling.Eric Anholt2014-12-013-8/+39
* freedreno/a4xx: invalidate cache when vbo's changeRob Clark2014-12-011-0/+7
* st/mesa: avoid exposing EXT_texture_integer for pre-GLSL 1.30Ilia Mirkin2014-11-301-0/+3
* freedreno/a3xx: add missing integer formats and enable renderingIlia Mirkin2014-11-301-3/+30
* freedreno/a3xx: enable sampling from integer texturesIlia Mirkin2014-11-305-5/+55
* freedreno: allow each generation to hook into sampler view settingIlia Mirkin2014-11-305-3/+8