summaryrefslogtreecommitdiff
path: root/src/gallium/include
AgeCommit message (Expand)AuthorFilesLines
2014-08-27gallium: add cap for MAX_VERTEX_ATTRIB_STRIDETimothy Arceri1-0/+1
2014-08-19gallium: Add and handle PIPE_CAP_CONDITIONAL_RENDER_INVERTEDTobias Klausmann1-0/+1
2014-08-15gallium: add GLX_MESA_query_renderer capsEmil Velikov1-0/+5
2014-08-14gallium: add opcodes/cap for fine derivative supportIlia Mirkin2-1/+5
2014-08-12gallium: add basic support for BPTC formatsIlia Mirkin1-0/+5
2014-08-11gallium: remove PIPE_SHADER_CAP_MAX_ADDRSMarek Olšák1-1/+0
2014-08-11gallium: pass st_config_options to query_versionsMarek Olšák1-0/+1
2014-08-11gallium/stapi: move setting GL versions to the state trackerMarek Olšák1-0/+10
2014-07-28gallium: rename shader cap MAX_CONSTS to MAX_CONST_BUFFER_SIZEMarek Olšák1-1/+1
2014-07-25gallium: Add PIPE_CAP_COMPUTE_IMAGES_SUPPORTEDTom Stellard1-1/+2
2014-07-18st/mesa,gallium: add a workaround for Unigine Heaven 4.0 and Valley 1.0Marek Olšák1-0/+1
2014-07-09gallium: add INTERP_* opcodes to support interpolateAt*Ilia Mirkin1-1/+5
2014-07-09gallium: switch dedicated centroid field to interpolation locationIlia Mirkin1-2/+7
2014-07-03gallium: rename PIPE_CAP_TGSI_VS_LAYER to also have _VIEWPORTIlia Mirkin1-1/+1
2014-07-02gallium: Add PIPE_SHADER_CAP_DOUBLESTom Stellard1-1/+2
2014-07-02gallium: add facilities for indirect drawingChristoph Bumiller2-0/+23
2014-07-02gallium: add PIPE_BIND_COMMAND_ARGS_BUFFERChristoph Bumiller1-0/+1
2014-07-01gallium: add a cap for max vertex streamsIlia Mirkin1-1/+2
2014-07-01gallium: add an index argument to create_queryIlia Mirkin1-1/+2
2014-07-01gallium: add support for stream in so infoIlia Mirkin1-0/+1
2014-06-19target-helpers: add dd_configuration(), dd_driver_name()Emil Velikov1-0/+4
2014-06-19target-helpers: add dd_create_screen() helperEmil Velikov1-0/+2
2014-06-18vl: add level interfaceLeo Liu1-0/+1
2014-06-12gallium: Add PIPE_COMPUTE_CAP_MAX_COMPUTE_UNITSBruno Jiménez1-1/+2
2014-06-04vl: add more avc profilesLeo Liu1-1/+5
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