summaryrefslogtreecommitdiffstats
path: root/src/gallium/include
Commit message (Expand)AuthorAgeFilesLines
* gallium: increase the number of available stream output declsZack Rusin2013-04-261-1/+2
* gallium: Replace gl_rasterization_rules with lower_left_origin and half_pixel...José Fonseca2013-04-231-12/+2
* gallium: Add a new clip_halfz rasterizer state.José Fonseca2013-04-221-0/+6
* gallium: handle drirc disable_glsl_line_continuations optionVadim Girlin2013-04-191-0/+1
* st/mesa: optionally apply texture swizzle to border color v2Christoph Bumiller2013-04-181-1/+6
* gallium: Disambiguate TGSI_OPCODE_IF.José Fonseca2013-04-171-1/+1
* gallium: Eliminate TGSI_OPCODE_IFC.José Fonseca2013-04-171-1/+1
* gallium: add get_sample_position interfaceDave Airlie2013-04-111-0/+13
* Avoid spurious GCC warnings in STATIC_ASSERT() macro.Paul Berry2013-04-041-1/+1
* gallium: add PIPE_CAP_QUERY_PIPELINE_STATISTICSChristoph Bumiller2013-04-031-1/+2
* gallium: add interface for driver queries like performance counters, etc.Marek Olšák2013-03-262-0/+23
* gallium,st/mesa: don't use blit-based transfers with software rasterizersMarek Olšák2013-03-231-1/+2
* gallium: add TGSI_SEMANTIC_TEXCOORD,PCOORD v3Christoph Bumiller2013-03-203-3/+6
* tgsi: use separate structure for indirect address v2Christian König2013-03-191-6/+18
* tgsi: add ArrayID to declarationsChristian König2013-03-191-1/+7
* tgsi: remove TGSI_FILE_(IMMEDIATE|TEMP)_ARRAYChristian König2013-03-191-4/+2
* mesa,gallium,egl,mapi: One definition of C99 inline/__func__ to rule them all.José Fonseca2013-03-121-69/+5
* gallium: add red-alpha texture formats and a couple of util functionsMarek Olšák2013-02-131-0/+12
* gallium: add RGBX formats for existing GL RGB texture formatsMarek Olšák2013-02-071-0/+14
* gallium: add SQRT shader opcodeBrian Paul2013-02-042-2/+3
* gallium: add PIPE_CAP_TEXTURE_BUFFER_OFFSET_ALIGNMENTChristoph Bumiller2013-01-301-1/+2
* gallium: remove PIPE_CAP_DEPTHSTENCIL_CLEAR_SEPARATEMarek Olšák2013-01-151-1/+0
* gallium: extend pipe_context::flush for it to accept an END_OF_FRAME flagMarek Olšák2013-01-043-2/+11
* gallium: s/PIPE_CAP_TIMER_QUERY/PIPE_CAP_QUERY_TIME_ELAPSED/José Fonseca2012-12-201-1/+1
* gallium: remove pipe_surface::usageMarek Olšák2012-12-121-1/+0
* gallium: add new texture buffer object capabilityDave Airlie2012-12-081-1/+2
* gallium: pass the current context to the flush_front state tracker functionMarek Olšák2012-12-071-1/+4
* gallium/postprocess: share pipe_context and cso_context with the state trackerMarek Olšák2012-11-291-0/+11
* st/mesa: allow forward-compatible contexts and set Const.ContextFlagsMarek Olšák2012-11-291-2/+1
* gallium: fix some function comments in p_context.hDmitry Cherkassov2012-11-151-3/+2
* gallium: add defines/shader opcode for texture cube map arrayDave Airlie2012-11-092-4/+13
* gallium: expose ARB_map_buffer_alignment on RadeonMarek Olšák2012-10-311-1/+2
* gallium: add start_slot parameter to set_vertex_buffersMarek Olšák2012-10-311-0/+1
* mesa: bump MAX_VARYING to 32Marek Olšák2012-10-291-2/+2
* gallium: remove unused data pointer from pipe_transferMarek Olšák2012-10-181-1/+0
* gallium: unify transfer functionsMarek Olšák2012-10-112-19/+18
* gallium: remove resource_resolveMarek Olšák2012-09-302-34/+1
* gallium: add blit into the interfaceMarek Olšák2012-09-302-0/+28
* gallium: add PIPE_CAP_TEXTURE_MULTISAMPLEMarek Olšák2012-09-301-1/+2
* gallium: Add PIPE_COMPUTE_CAP_MAX_MEM_ALLOC_SIZE v2Tom Stellard2012-09-251-1/+2
* clover: Handle multiple kernels in the same program v2Blaž Tomažič2012-09-251-0/+4
* gallium: mention PIPE_TIMEOUT_INFINITE in the fence_finish() commentBrian Paul2012-09-201-1/+1
* gallium: add new pipe_screen::can_create_resource() functionBrian Paul2012-09-171-0/+8
* util: Add cpuid for Solaris Studio.Vinson Lee2012-09-031-0/+4
* st/mesa: accept and handle configuration options from st/driVadim Girlin2012-08-231-0/+14
* gallium: remove PIPE_MAX_VERTEX/GEOMETRY_SAMPLERS #defineBrian Paul2012-08-161-2/+0
* gallium: add TGSI support for multisample texturesMarek Olšák2012-08-151-2/+5
* gallium: make pipe_box signed in order to represent flipped blitsMarek Olšák2012-08-151-6/+6
* gallium: define PIPE_MASK_RGBAZSMarek Olšák2012-08-041-0/+1
* Revert "gallium: specify resource_resolve destination via a pipe_surface"Christoph Bumiller2012-08-011-2/+4