summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* mesa: enable texture stencil8 for multisampleDave Airlie2015-08-251-2/+5
* mesa: make _mesa_bind_texture_unit() staticBrian Paul2015-08-242-9/+5
* mesa/formats: store whether or not a format is sRGB in gl_format_infoNanley Chery2015-08-242-24/+6
* nir: Use !block_ends_in_jump() in a few places rather than open-coding.Kenneth Graunke2015-08-241-12/+9
* nir/cf: reimplement nir_cf_node_remove() using the new APIConnor Abbott2015-08-242-33/+9
* nir/cf: add new control modification API'sConnor Abbott2015-08-242-0/+137
* nir/cf: use a cursor for inserting control flowConnor Abbott2015-08-242-175/+49
* nir/cf: add split_block_cursor()Connor Abbott2015-08-241-0/+48
* nir/cf: add split_block_before_instr()Connor Abbott2015-08-241-0/+18
* nir/cf: add a cursor structureConnor Abbott2015-08-241-0/+91
* nir/cf: fix link_blocks() when there are no successorsConnor Abbott2015-08-241-1/+2
* nir/cf: clean up jumps when cleaning up CF nodesConnor Abbott2015-08-241-1/+4
* nir/cf: remove uses of SSA definitions that are being deletedConnor Abbott2015-08-241-8/+24
* nir/cf: handle jumps better in stitch_blocks()Connor Abbott2015-08-241-6/+16
* nir/cf: handle jumps in split_block_end()Connor Abbott2015-08-241-1/+8
* nir/cf: add block_ends_in_jump()Connor Abbott2015-08-241-0/+8
* nir/cf: handle phi nodes better in split_block_beginning()Connor Abbott2015-08-241-0/+13
* nir/cf: split up and improve nir_handle_remove_jumps()Connor Abbott2015-08-241-54/+81
* nir/cf: add remove_phi_src() helperConnor Abbott2015-08-241-0/+17
* nir: add nir_foreach_phi_src_safe()Connor Abbott2015-08-241-0/+2
* nir/cf: add insert_phi_undef() helperConnor Abbott2015-08-241-0/+25
* nir: move control flow modification to its own fileConnor Abbott2015-08-249-687/+800
* nir: make cleanup_cf_node() not use remove_defs_uses()Connor Abbott2015-08-241-2/+4
* nir: inline block_add_pred() a few placesConnor Abbott2015-08-241-3/+2
* nir/validate: check successors/predecessors more carefullyConnor Abbott2015-08-241-11/+84
* nir: Delete the nir_function_impl::start_block field.Kenneth Graunke2015-08-246-9/+15
* mesa/formats: only do type and component lookup for uncompressed formatsNanley Chery2015-08-244-49/+46
* freedreno/a4xx: formats updateRob Clark2015-08-241-5/+5
* freedreno: update generated headersRob Clark2015-08-245-5/+8
* i965: Always re-emit the pipeline select during invariant state emissionChris Wilson2015-08-241-1/+2
* Revert "radeon/winsys: increase the IB size for VM"Marek Olšák2015-08-234-17/+6
* nv50: fix 2d engine blits for 64- and 128-bit formatsIlia Mirkin2015-08-231-0/+4
* nv50: account for the int RT0 rule for alpha-to-one/covIlia Mirkin2015-08-233-11/+23
* mesa/arb_gpu_shader_fp64: add support for glGetUniformdvDave Airlie2015-08-232-16/+14
* nv50,nvc0: disable depth bounds test on blitIlia Mirkin2015-08-232-0/+3
* i965/bdw: Fix 3DSTATE_VF_INSTANCING when the edge flag is usedNeil Roberts2015-08-221-2/+13
* i965: Swap the order of the vertex ID and edge flag attributesNeil Roberts2015-08-222-29/+57
* r600g: Fix assert in tgsi_cmpGlenn Kennard2015-08-231-2/+2
* egl: scons: fix the haiku build, do not build the dri2 backendAlexander von Gluck IV2015-08-221-1/+0
* egl/wayland: define set_cloexec_or_close only when mkostemp is not present11.0-branchpointBoyan Ding2015-08-221-0/+4
* mapi: ship ARB_tessellation_shader.xmlEmil Velikov2015-08-221-0/+1
* nouveau: add codegen/unordered_set.h to the tarballEmil Velikov2015-08-221-1/+2
* winsys/sw/kms-dri: don't attempt to bundle the sconscriptEmil Velikov2015-08-221-2/+0
* winsys/amdgpu: automake: remove missing headersEmil Velikov2015-08-221-2/+0
* android: enable amdgpu winsys in radeonsi driverMauro Rossi2015-08-221-2/+2
* android: fix cflags and includes for amdgpu winsysMauro Rossi2015-08-221-0/+10
* i965: Move control flush into pipelined conditional renderChris Wilson2015-08-222-14/+11
* vc4: Actually allow math results to allocate into r4.Eric Anholt2015-08-212-1/+7
* vc4: Fold the 16-bit integer pack into the instructions generating it.Eric Anholt2015-08-215-30/+22
* vc4: Reuse QPU dumping for packing bits in QIR.Eric Anholt2015-08-213-22/+26