summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* rbug: remove contexts from the list properlyMarek Olšák2014-08-191-1/+3
* ilo: fold drm_intel_get_aperture_sizes() within probe_winsys()Emil Velikov2014-08-194-15/+15
* i965/cfg: Add a foreach_block_and_inst_safe macro.Matt Turner2014-08-181-0/+4
* i965/cfg: Add a foreach_inst_in_block_safe macro.Matt Turner2014-08-181-0/+8
* i965/cfg: Add a foreach_block_safe macro.Matt Turner2014-08-181-0/+3
* i965: Pass a cfg pointer to generate_{code,assembly}.Matt Turner2014-08-1810-41/+39
* i965: Add and use foreach_block macro.Matt Turner2014-08-1814-143/+119
* i965/cfg: Embed link in bblock_t for main block list.Matt Turner2014-08-182-5/+7
* i965/fs: Optimize gl_FrontFacing calculation on Gen4/5.Matt Turner2014-08-181-5/+16
* i965/fs: Optimize gl_FrontFacing calculation on Gen6+.Matt Turner2014-08-181-6/+15
* i965: Use ~0 to represent true on Gen >= 6.Matt Turner2014-08-184-34/+102
* i965/fs: Optimize emit_bool_to_cond_code for logical exprs.Matt Turner2014-08-181-54/+87
* i965: Use UniformBooleanTrue value for boolean literal true.Matt Turner2014-08-182-2/+6
* glsl: Use UniformBooleanTrue value for uniform initializers.Matt Turner2014-08-188-34/+52
* mesa: Upload boolean uniforms using UniformBooleanTrue.Matt Turner2014-08-181-2/+2
* i965: Remove dead call to _mesa_associate_uniform_storage().Matt Turner2014-08-181-6/+0
* mapi: Inline shared-glapi/tests/Makefile.Matt Turner2014-08-183-22/+11
* mapi: Inline glapi/tests/Makefile.Matt Turner2014-08-183-23/+13
* mapi: Inline glapi/Makefile.Matt Turner2014-08-184-77/+46
* mapi: Inline es2api/Makefile.Matt Turner2014-08-183-71/+41
* mapi: Inline es1api/Makefile.Matt Turner2014-08-183-66/+39
* mapi: Inline shared-glapi/Makefile.Matt Turner2014-08-183-38/+43
* build: Let install-lib-links.mk handle .la files in subdirectories.Matt Turner2014-08-181-1/+1
* i965: Enable instruction compaction on Gen8+.Matt Turner2014-08-181-1/+1
* i965: Add support for compacting 3-src instructions on Gen8.Matt Turner2014-08-181-0/+185
* i965: Add support for compacting 1- and 2-src instructions on Gen8.Matt Turner2014-08-181-13/+35
* i965/gen8: Add 3-src instruction compaction tables.Matt Turner2014-08-181-0/+27
* i965/gen8: Add instruction compaction tables.Matt Turner2014-08-181-0/+150
* i965: Update JIP/UIP compaction code to operate on bytes.Matt Turner2014-08-181-4/+8
* i965: Reverse condition ordering to let us support other gens.Matt Turner2014-08-181-3/+3
* i965/disasm: Add CSEL.Matt Turner2014-08-181-0/+1
* mesa: fix copy and paste errors in glBindVertexBuffersTimothy Arceri2014-08-191-2/+2
* nv50/ir: (trivial) initialize pointer to silence warningTobias Klausmann2014-08-181-1/+1
* vc4: Add support for swizzling of texture colors.Eric Anholt2014-08-183-4/+39
* vc4: Fix handling of non-XYZW swizzles in color outputs.Eric Anholt2014-08-181-6/+6
* vc4: Extract the swizzle handling from vertex fetch.Eric Anholt2014-08-181-27/+32
* vc4: Add support for color masking.Eric Anholt2014-08-181-13/+24
* vc4: Add a helper for QOP_R4_UNPACK_[ABCD].Eric Anholt2014-08-182-8/+11
* vc4: Don't forget to set up the offset for render targets.Eric Anholt2014-08-181-0/+2
* vc4: Fix multi-level texture setup.Eric Anholt2014-08-182-2/+12
* vc4: Fix viewport handling in the uniforms upload.Eric Anholt2014-08-181-4/+2
* docs/relnotes: document GLX_MESA_query_rendererMarek Olšák2014-08-191-0/+1
* clover: Refuse to build a program if there are kernel objects attached to it.Francisco Jerez2014-08-185-3/+18
* clover/util: Pass initial count value to ref_counter constructor.Francisco Jerez2014-08-181-2/+2
* clover/util: Implement minimalist reference to clover::ref_counter object.Francisco Jerez2014-08-181-0/+45
* clover: clGetProgramInfo support for OpenCL 1.2.EdB2014-08-171-0/+11
* nouveau: don't keep stale pointer to free'd dataIlia Mirkin2014-08-161-0/+1
* egl: don't exit process on initialization failureIlia Mirkin2014-08-161-1/+1
* mesa: fix compressed_subtexture_error_check() return valueBrian Paul2014-08-161-3/+3
* mesa: move _mesa_compressed_texture_pixel_storage_error_check()Brian Paul2014-08-165-46/+61