summaryrefslogtreecommitdiff
path: root/src/gallium/include
AgeCommit message (Expand)AuthorFilesLines
2014-06-02gallium: create TGSI_PROPERTY to disable viewport and clippingChristoph Bumiller2-1/+3
2014-05-31gallium/docs: improve documentation of render condition wrt blits.Roland Scheidegger1-2/+2
2014-05-27vl: add interface for non-referenced framesLeo Liu1-0/+2
2014-05-11gallium: add bit to pipe_blit_info to leave current query enabledIlia Mirkin1-0/+3
2014-05-07gallium: add a cap for supporting 4-offset TG4 opcodesIlia Mirkin1-0/+1
2014-05-07gallium: remove enum numbers from shader cap queriesBrian Paul1-32/+32
2014-04-29gallium: Add PIPE_COMPUTE_CAP_MAX_CLOCK_FREQUENCYTom Stellard1-1/+2
2014-04-28gallium: add new opcodes for ARB_gs5 bit manipulation supportIlia Mirkin1-1/+10
2014-04-26gallium: add GS_INVOCATIONS propertyIlia Mirkin1-1/+2
2014-04-26gallium: add INVOCATIONID semanticIlia Mirkin1-1/+2
2014-04-26gallium: add basic support for ARB_sample_shadingIlia Mirkin3-1/+8
2014-04-11vl: add interface for H264 B-frame encodingChristian König1-0/+3
2014-04-10gallium: add a way to query min/max texture gather offsetsIlia Mirkin1-0/+2
2014-04-07gallium: add support for LODQ opcodes.Dave Airlie2-2/+5
2014-04-02mesa/soft/llvmpipe: add fake MSAA supportDave Airlie1-1/+2
2014-03-31gallium: add interface to clear buffersIlia Mirkin1-0/+11
2014-03-21gallium: add b5g6r5 srgb formatRoland Scheidegger1-0/+2
2014-03-11gallium: add endian detection for OpenBSDJonathan Gray1-0/+10
2014-03-07gallium: allow setting of the internal stream output offsetZack Rusin1-1/+1
2014-03-07gallium: rename R4A4 and A4R4 formats to match their swizzleMarek Olšák1-2/+2
2014-02-25gallium: add interface for persistent and coherent buffer mappingsMarek Olšák2-3/+35
2014-02-25gallium: add texture gather support to gallium (v3)Dave Airlie2-2/+6
2014-02-24clover: Pass buffer offsets to the driver in set_global_binding() v3Tom Stellard1-5/+8
2014-02-22winsys/xlib: move xlib_create_sw_winsys within the winsysEmil Velikov1-10/+0
2014-02-11vl: add H264 encoding interfaceChristian König3-2/+60
2014-02-09gallium: add geometry shader output limitsGrigori Goronzy1-1/+3
2014-02-06gallium: remove PIPE_USAGE_STATICMarek Olšák1-1/+0
2014-02-06gallium: define the behavior of PIPE_USAGE_* flags properlyMarek Olšák1-6/+7
2014-02-06gallium: remove PIPE_RESOURCE_FLAG_GEN_MIPSMarek Olšák1-1/+0
2014-02-04gallium: remove PIPE_CAP_MAX_COMBINED_SAMPLERSMarek Olšák1-3/+0
2014-01-23gallium: remove PIPE_CAP_SCALED_RESOLVEMarek Olšák1-1/+0
2014-01-17s/Tungsten Graphics/VMware/José Fonseca12-21/+21
2014-01-17gallium: add bits for clipping points as tris (d3d-style)Roland Scheidegger1-0/+1
2013-12-13swrast* (gallium, classic): add MESA_copy_sub_buffer support (v3)Dave Airlie3-5/+9
2013-12-12gallium: allow choosing which colorbuffers to clearMarek Olšák1-4/+15
2013-12-11llvmpipe: add plumbing for ARB_depth_clampMatthew McClure1-0/+2
2013-12-10gallium/dri: Support DRI Image extension version 7Christopher James Halse Rogers1-0/+2
2013-12-10gallium/winsys/drm: Prepare for passing prime fds in winsys_handleChristopher James Halse Rogers1-3/+6
2013-12-03gallium: add support for AMD_vertex_shader_layerMarek Olšák1-1/+2
2013-11-28gallium: new shader cap bit for the amount of sampler viewsRoland Scheidegger1-1/+2
2013-11-06gallium: fix build on GNU/kFreeBSDFabio Pedretti1-1/+1
2013-10-28vl/h264: split fields into SPS/PPSChristian König1-24/+64
2013-10-28vl: add 400 chroma format as wellChristian König1-0/+1
2013-10-26implement NV_vdpau_interop v7Christian König1-0/+49
2013-10-26gallium: add PIPE_CAP_MIXED_FRAMEBUFFER_SIZESIlia Mirkin1-1/+2
2013-10-23gallium: new, unified pipe_context::set_sampler_views() functionBrian Paul1-15/+3
2013-10-09gallium: Add support for 32x32 muls with 64 bit resultsZack Rusin1-1/+4
2013-10-03gallium: remove old bind_*_sampler_states() functionsBrian Paul1-15/+0
2013-10-03gallium: add pipe_context::bind_sampler_states()Brian Paul1-0/+5
2013-09-20gallium: add flush_resource context functionMarek Olšák1-0/+13