| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: Use typed foreach_in_list instead of foreach_list. | Matt Turner | 2014-07-01 | 3 | -85/+41 |
* | glsl: Use typed foreach_in_list instead of foreach_list. | Matt Turner | 2014-07-01 | 39 | -291/+184 |
* | glsl: Add typed foreach_in_list_safe macro. | Matt Turner | 2014-07-01 | 1 | -0/+9 |
* | glsl: Add typed foreach_in_list/_reverse macros. | Matt Turner | 2014-07-01 | 1 | -0/+10 |
* | mesa: fix the condition in src/loader/Makefile.am | Axel Davy | 2014-07-01 | 1 | -0/+2 |
* | mesa: update comment for UniformBufferSize to indicate size is in bytes | Brian Paul | 2014-07-01 | 1 | -1/+1 |
* | st/mesa: fix incorrect size of UBO declarations | Brian Paul | 2014-07-01 | 1 | -1/+8 |
* | st/mesa: don't use address register for constant-indexed ir_binop_ubo_load | Brian Paul | 2014-07-01 | 1 | -6/+11 |
* | st/mesa: allow 2D indexing for all shader types in translate_src() | Brian Paul | 2014-07-01 | 1 | -1/+4 |
* | st/mesa: don't ignore const buf index in src_register() | Brian Paul | 2014-07-01 | 1 | -1/+1 |
* | nvc0: expose 4 vertex streams, use stream ids in xfb | Ilia Mirkin | 2014-07-01 | 5 | -2/+5 |
* | nvc0/ir: only merge emit/restart for identical streams | Ilia Mirkin | 2014-07-01 | 1 | -3/+10 |
* | nvc0/ir: avoid creating restarts with non-0 stream | Ilia Mirkin | 2014-07-01 | 1 | -3/+7 |
* | nvc0/ir: fix emitting vertex stream | Ilia Mirkin | 2014-07-01 | 1 | -7/+8 |
* | mesa/st: add vertex stream support | Ilia Mirkin | 2014-07-01 | 2 | -4/+8 |
* | gallium: add a cap for max vertex streams | Ilia Mirkin | 2014-07-01 | 15 | -1/+28 |
* | gallium: add an index argument to create_query | Ilia Mirkin | 2014-07-01 | 25 | -33/+52 |
* | gallium: add support for stream in so info | Ilia Mirkin | 2014-07-01 | 3 | -0/+3 |
* | gallium: add vertex stream argument to EMIT/ENDPRIM | Ilia Mirkin | 2014-07-01 | 3 | -8/+8 |
* | i965/fs: Mark predicated PLN instructions with dependency hints. | Matt Turner | 2014-06-30 | 1 | -4/+9 |
* | i965/fs: Predicate PLN instructions used in unlit centroid WA. | Matt Turner | 2014-06-30 | 1 | -6/+14 |
* | i965/fs: Add no_dd_{clear,check} fields to fs_inst. | Matt Turner | 2014-06-30 | 2 | -6/+10 |
* | i965/fs: Let sat-prop ignore live ranges if producer already has sat. | Matt Turner | 2014-06-30 | 1 | -4/+7 |
* | i965/fs: Pass const references to emit functions. | Matt Turner | 2014-06-30 | 2 | -12/+14 |
* | i965/vec4: Pass const references to instruction functions. | Matt Turner | 2014-06-30 | 2 | -41/+67 |
* | i965/vec4: Pass const references to vec4_instruction(). | Matt Turner | 2014-06-30 | 2 | -6/+7 |
* | i965/fs: Pass const references to instruction functions. | Matt Turner | 2014-06-30 | 2 | -34/+41 |
* | radeonsi: Use dma_copy when possible for si_blit. | Axel Davy | 2014-07-01 | 1 | -0/+19 |
* | glx/dri3: add GPU offloading support. | Axel Davy | 2014-07-01 | 2 | -32/+188 |
* | loader: Use drirc device_id parameter in complement to DRI_PRIME | Axel Davy | 2014-07-01 | 4 | -4/+64 |
* | loader: add gpu selection code via DRI_PRIME. | Axel Davy | 2014-07-01 | 2 | -0/+192 |
* | drirc: Add string support | Axel Davy | 2014-07-01 | 2 | -1/+35 |
* | dri: remove GL types from config queries | Dave Airlie | 2014-07-01 | 1 | -3/+3 |
* | dri/xmlconfig: remove GL types. | Dave Airlie | 2014-07-01 | 2 | -100/+100 |
* | dri3: cache pointer to back instead of looking up. | Dave Airlie | 2014-07-01 | 1 | -8/+9 |
* | targets/egl-static: use inline_drm_helper and Automake.inc helpers | Emil Velikov | 2014-06-30 | 7 | -268/+54 |
* | targets/gbm: convert to static/shared pipe-driver | Emil Velikov | 2014-06-30 | 6 | -121/+160 |
* | targets/xa: provide alternative(static) xa target | Emil Velikov | 2014-06-30 | 4 | -15/+107 |
* | i965/disasm: Fix INTEL_DEBUG=fs on Broadwell for ARB_fp applications. | Kenneth Graunke | 2014-06-30 | 1 | -1/+1 |
* | i965/disasm: Delete gen8_disasm.c. | Kenneth Graunke | 2014-06-30 | 3 | -1031/+0 |
* | i965/disasm: Stop using gen8_disassemble in favor of brw_disassemble. | Kenneth Graunke | 2014-06-30 | 8 | -42/+8 |
* | i965/disasm: Improve render target write message disassembly. | Kenneth Graunke | 2014-06-30 | 1 | -30/+47 |
* | i965/disasm: Rename msg_target to SFID. | Kenneth Graunke | 2014-06-30 | 1 | -12/+8 |
* | i965/disasm: Fix typo in RT UNORM write message. | Kenneth Graunke | 2014-06-30 | 1 | -1/+1 |
* | i965/disasm: Use Gen6+ SFID case labels. | Kenneth Graunke | 2014-06-30 | 1 | -2/+4 |
* | i965/disasm: "Handle" Gen8+ HF/DF immediate cases. | Kenneth Graunke | 2014-06-30 | 1 | -0/+7 |
* | i965/disasm: Cut piles of duplicate swizzle printing. | Kenneth Graunke | 2014-06-30 | 1 | -89/+26 |
* | i965/disasm: Properly decode negate source modifiers on Broadwell. | Kenneth Graunke | 2014-06-30 | 1 | -4/+49 |
* | i965/disasm: Improve disassembly of atomic messages on Haswell+. | Kenneth Graunke | 2014-06-30 | 1 | -7/+21 |
* | i965/disasm: Actually disassemble Gen7+ URB opcodes. | Kenneth Graunke | 2014-06-30 | 1 | -3/+19 |