summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary
Commit message (Expand)AuthorAgeFilesLines
* gallium: add a RESQ opcode to query info about a resourceIlia Mirkin2016-01-081-1/+1
* gallium: add PIPE_SHADER_CAP_MAX_SHADER_BUFFERSIlia Mirkin2016-01-082-0/+2
* tgsi: add a is_store propertyIlia Mirkin2016-01-082-223/+224
* tgsi: provide a way to encode memory qualifiers for SSBOIlia Mirkin2016-01-089-1/+165
* ureg: add buffer support to uregIlia Mirkin2016-01-085-0/+66
* tgsi: add ureg support for image declsIlia Mirkin2016-01-088-42/+134
* vl: allow fragment shader POSITION to be a system valueMarek Olšák2016-01-081-4/+8
* util/pstipple: allow fragment shader POSITION to be a system valueMarek Olšák2016-01-082-7/+26
* tgsi/scan: update for POSITION and FACE sytem valuesMarek Olšák2016-01-081-1/+4
* tgsi/ureg: handle redundant declarations in ureg_DECL_system_valueMarek Olšák2016-01-081-1/+9
* tgsi/ureg: remove index parameter from ureg_DECL_system_valueMarek Olšák2016-01-082-7/+6
* gallium/aux: Use TGSI chan name defines inplace of literalsEdward O'Callaghan2016-01-081-6/+7
* llvmpipe: do 64bit plane calculations in the sse pathRoland Scheidegger2016-01-081-12/+80
* draw: initialize prim header flags when clipping linesRoland Scheidegger2016-01-081-0/+2
* draw: fix line stippling with unfilled primsRoland Scheidegger2016-01-081-18/+38
* llvmpipe: use sse2 conv code for altivecOded Gabbay2016-01-071-2/+2
* tgsi/scan: set which color components are read by a fragment shaderMarek Olšák2016-01-072-8/+23
* tgsi/scan: fix tgsi_shader_info::reads_zMarek Olšák2016-01-071-2/+3
* tgsi/scan: set if a fragment shader writes sample maskMarek Olšák2016-01-072-0/+3
* draw: nuke the interp parameter from vertex_infoRoland Scheidegger2016-01-071-16/+1
* draw: rework handling of non-existing outputs in emit codeRoland Scheidegger2016-01-073-23/+46
* gallium: Use unsigned for loop indexEdward O'Callaghan2016-01-061-3/+3
* gallium: Remove unnecessary semicolonsEdward O'Callaghan2016-01-065-5/+6
* llvmpipe: add POWER8 portability file - u_pwr8.hOded Gabbay2016-01-061-0/+310
* draw: minor indentation fixBrian Paul2016-01-051-1/+1
* util: add debug_dump_ubyte_rgba_bmp()Brian Paul2016-01-052-0/+63
* tgsi: update PK2H/UP2H channel behavior infoIlia Mirkin2016-01-031-8/+8
* u_upload_mgr: allow specifying PIPE_USAGE_* for the upload bufferMarek Olšák2016-01-027-12/+19
* u_upload_mgr: remove alignment parameter from u_upload_createMarek Olšák2016-01-027-10/+5
* u_upload_mgr: pass alignment to u_upload_buffer manuallyMarek Olšák2016-01-022-1/+3
* u_upload_mgr: pass alignment to u_upload_data manuallyMarek Olšák2016-01-024-5/+8
* u_upload_mgr: pass alignment to u_upload_alloc manuallyMarek Olšák2016-01-026-6/+9
* u_upload_mgr: rework the application of alignmentMarek Olšák2016-01-021-10/+14
* gallium: add baseinstance/drawid semanticsIlia Mirkin2015-12-301-0/+2
* nir/builder: Add an init function that creates a simple shader for youJason Ekstrand2015-12-291-8/+4
* gallium/util: add DEBUG_GET_ONCE_OPTIONNicolai Hähnle2015-12-291-0/+13
* nir: Get rid of function overloadsJason Ekstrand2015-12-281-2/+1
* gallium/auxiliary: don't build NIR sources with MSVC2008 flagsConnor Abbott2015-12-232-7/+15
* nir: Add a writemask to store intrinsics.Kenneth Graunke2015-12-221-0/+1
* nir: Delete bany, ball, fany, fall.Matt Turner2015-12-181-1/+3
* gallium/util: (trivial) include p_shader_tokens.h in u_simple_shaders.hRoland Scheidegger2015-12-181-0/+1
* draw: fix clip test with NaNsRoland Scheidegger2015-12-182-14/+18
* draw: fix pstipple and aaline stages wrt sampler_views/samplersRoland Scheidegger2015-12-182-7/+9
* draw: handle edge flags in llvm pathRoland Scheidegger2015-12-162-26/+61
* draw: don't set start_instance and instance id for pt emitRoland Scheidegger2015-12-161-31/+31
* draw: remove clip_vertex from vertex headerRoland Scheidegger2015-12-155-40/+54
* draw: use clip_pos, not clip_vertex for the fake guardband xy point clippingRoland Scheidegger2015-12-151-3/+3
* draw: rename vertex header membersRoland Scheidegger2015-12-156-42/+46
* draw: don't pretend have_clipdist is per-vertexRoland Scheidegger2015-12-155-18/+20
* draw: use position not clipVertex output for xyz view volume clippingRoland Scheidegger2015-12-151-1/+10