summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary
AgeCommit message (Expand)AuthorFilesLines
2015-09-10tgsi: Add code for handling lodq opcodeKrzesimir Nowak2-0/+56
2015-09-10tgsi: Remove trailing backslash in commentKrzesimir Nowak1-1/+1
2015-09-09gallium/ttn: fix cursor handling vs builderRob Clark1-8/+6
2015-09-09auxiliary: rework the python generated sources rulesEmil Velikov1-12/+17
2015-09-04llvmpipe: convert double to long long instead of unsigned long longOded Gabbay1-1/+1
2015-09-03gallium/pb_bufmgr_cache: add a way to remove buffers from the cache explicitlyMarek Olšák2-6/+41
2015-09-03u_upload_mgr: remove the return value from u_upload_dataMarek Olšák3-22/+18
2015-09-03u_upload_mgr: remove the return value from u_upload_bufferMarek Olšák2-31/+18
2015-09-03u_upload_mgr: remove the return value from u_upload_alloc_bufferMarek Olšák1-11/+9
2015-09-03u_upload_mgr: remove the return value from u_upload_allocMarek Olšák3-34/+34
2015-09-03u_upload_mgr: optimize u_upload_allocMarek Olšák1-15/+17
2015-09-02tgsi/scan: add uses_doubles to tgsi scannerDave Airlie2-1/+5
2015-09-01auxiliary/os: Don't implement os_get_option() on embedded builds.José Fonseca1-0/+2
2015-09-01util: add a couple primitive restart helper functionsBrian Paul3-0/+331
2015-09-01tgsi: add tgsi utility to transform a fragment shader to support aa pointCharmaine Lee3-0/+346
2015-09-01tgsi: adds tgsi utility to transform a shader to support point spriteCharmaine Lee3-0/+622
2015-09-01tgsi: add new tgsi_two_side.c utility codeBrian Paul3-0/+264
2015-09-01util: add util_strcasecmp() wrapperBrian Paul1-0/+3
2015-09-01gallium/util: add a utility to create geometry passthrough shaderCharmaine Lee2-0/+57
2015-09-01gallium/util: fix returning empty box for rectangle intersectionRoland Scheidegger1-1/+6
2015-09-01gallium/util: return FALSE for intersection if there's empty rectanglesRoland Scheidegger1-1/+6
2015-09-01tgsi: add some more helper functionsCharmaine Lee1-4/+65
2015-09-01tgsi: added tgsi_is_shadow_target() helperBrian Paul2-0/+21
2015-09-01tgsi: add negate parameter to tgsi_transform_kill_inst()Brian Paul4-5/+8
2015-09-01util: added ffsll() functionBrian Paul1-0/+20
2015-09-01util: added util_set_index_buffer()Brian Paul2-0/+18
2015-09-01gallium/util: add u_bit_scan_consecutive_rangeMarek Olšák1-0/+20
2015-08-29gallium/util: fix debug_get_flags_option on 32-bitDave Airlie1-3/+4
2015-08-27nir: Convert the builder to use the new NIR cursor API.Kenneth Graunke1-17/+17
2015-08-27gallium/util: fix code formatting in u_blitter.hBrian Paul1-30/+25
2015-08-26gallium/ddebug: new pipe for hang detection and driver state dumping (v2)Marek Olšák1-0/+8
2015-08-26gallium: add flags parameter to pipe_screen::context_createMarek Olšák2-2/+2
2015-08-26gallium/auxiliary: optimize rgb9e5 helper some moreRoland Scheidegger1-45/+42
2015-08-26gallium/auxiliary: optimize rgb9e5 helper a bitRoland Scheidegger1-18/+17
2015-08-25gallium/ttn: Use nir_builder_insert() rather than poking at cf_list.Kenneth Graunke1-16/+16
2015-08-25nir: Store gl_shader_stage in nir_shader.Kenneth Graunke1-4/+21
2015-08-24nir: move control flow modification to its own fileConnor Abbott1-0/+1
2015-08-21util/u_blitter: implement alpha blending for pipe->blitMarek Olšák3-19/+41
2015-08-17tgsi: fix parsing of tessellation shader inputs/outputsMarcos Paulo de Souza1-1/+16
2015-08-17tgsi: set implicit array size for tess stagesMarcos Paulo de Souza1-1/+5
2015-08-14winsys/amdgpu: add a new winsys for the new kernel driverMarek Olšák1-1/+7
2015-08-14vl: add HEVC profiles and definesChristian König1-0/+7
2015-08-12ttn: add buffer texture typeRob Clark1-0/+3
2015-08-06gallium/hud: automatically print % if max_value == 100Marek Olšák1-6/+11
2015-08-06gallium/hud: fix printing % next to panesMarek Olšák1-1/+1
2015-08-06gallium/hud: replace assertions with clamping the unit indexMarek Olšák1-19/+23
2015-08-06gallium,hud: allow displaying cumulative values instead of averageMarek Olšák3-8/+26
2015-08-06gallium/hud: fix printing byte unitsMarek Olšák1-1/+1
2015-08-06gallium,hud: add support for Hz units in driver queriesMarek Olšák1-0/+6
2015-08-03vl/mpeg12: Silence GCC unused-variable warning.Vinson Lee1-0/+1