summaryrefslogtreecommitdiff
path: root/src/gallium/include
AgeCommit message (Expand)AuthorFilesLines
2017-04-14gallium: add PIPE_CAP_TGSI_TES_LAYER_VIEWPORTNicolai Hähnle1-0/+1
2017-04-05tgsi: add SUBGROUP_* semanticsIlia Mirkin1-0/+7
2017-04-05tgsi: add BALLOT/READ_* opcodesIlia Mirkin1-3/+3
2017-04-05gallium: add PIPE_CAP_TGSI_BALLOTNicolai Hähnle1-0/+1
2017-04-05gallium: add sparse buffer interface and capabilityNicolai Hähnle2-0/+15
2017-04-04gallium: decrease the size of pipe_draw_info - 88 -> 80 bytesMarek Olšák1-1/+1
2017-04-04gallium: decrease the size of pipe_vertex_element - 16 -> 8 bytesMarek Olšák1-8/+8
2017-04-04gallium: decrease the size of pipe_resource - 64 -> 48 bytesMarek Olšák1-6/+6
2017-04-04gallium: decrease the size of pipe_box - 24 -> 16 bytesMarek Olšák1-4/+7
2017-04-04gallium: decrease the size of pipe_sampler_view - 48 -> 32 bytesMarek Olšák1-6/+6
2017-04-04gallium: decrease the size of pipe_surface - 48 -> 40 bytesMarek Olšák1-5/+4
2017-04-04gallium: decrease the size of pipe_framebuffer_state - 96 -> 80 bytesMarek Olšák1-4/+4
2017-04-04gallium: decrease the size of pipe_stream_output_info - 532 -> 268 bytesMarek Olšák1-2/+2
2017-04-04gallium: decrease the size of pipe_rasterizer_state - 36 -> 32 bytesMarek Olšák1-1/+7
2017-03-31gallium: Add NV_fill_rectangle to pipe stateLyude1-0/+1
2017-03-31gallium: Add a cap to check if the driver supports fill_rectangleLyude1-0/+1
2017-04-01gallium: remove support for predicates from TGSI (v2)Marek Olšák2-21/+1
2017-03-31tgsi: add CLOCK opcodeIlia Mirkin1-1/+1
2017-03-31gallium: add PIPE_CAP_TGSI CLOCKNicolai Hähnle1-0/+1
2017-03-22driconf: add force_glsl_abs_sqrt optionSamuel Pitoiset1-0/+1
2017-03-16gallium: implement the backend of threaded GL dispatchMarek Olšák1-0/+19
2017-03-15gallium: add TGSI opcodes TEX_LZ and TXF_LZMarek Olšák1-2/+2
2017-03-15gallium: add PIPE_CAP_TGSI_TEX_TXF_LZMarek Olšák1-0/+1
2017-03-13gallium: add P016 formatChristian König1-0/+2
2017-03-08gallium: s/uint/enum pipe_render_cond_flag/ for set_render_condition()Brian Paul1-1/+1
2017-03-08gallium: s/uint/enum pipe_shader_type/ for set_constant_buffer()Brian Paul1-1/+1
2017-03-08gallium: s/unsigned/enum pipe_shader_type/ for get_compiler_options()Brian Paul1-1/+1
2017-03-08gallium: s/unsigned/enum pipe_shader_type/ for pipe_screen::get_shader_param()Brian Paul1-1/+2
2017-02-25gallium: remove PIPE_CAP_USER_INDEX_BUFFERSMarek Olšák1-1/+0
2017-02-18st: add ST_FLUSH_WAIT to st_context_flush()Charmaine Lee1-0/+1
2017-02-23gallium: add get_disk_shader_cache() callbackTimothy Arceri1-0/+9
2017-02-22gallium: reorder fields in pipe_draw_infoMarek Olšák1-23/+26
2017-02-18gallium: remove TGSI_OPCODE_CLAMPMarek Olšák1-1/+1
2017-02-17st/mesa/glsl: build string of dri options and use as input to building sha fo...Timothy Arceri1-0/+1
2017-02-15driconf: add allow_higher_compat_version optionSamuel Pitoiset1-0/+1
2017-02-14gallium: add common uploaders into pipe_context (v2)Marek Olšák1-0/+11
2017-02-09gallium: add separate PIPE_CAP_INT64_DIVMODIlia Mirkin1-0/+1
2017-02-02gallium: turn PIPE_SHADER_CAP_DOUBLES into a screen capabilityNicolai Hähnle1-1/+1
2017-02-01vl: add h264 constrained baseline profileBoyuan Zhang1-0/+1
2017-01-27gallium: remove explicit __STDC_.*_MACROS definesEmil Velikov1-3/+0
2017-01-27gallium: Add integer 64 capabilityDave Airlie1-0/+1
2017-01-23gallium: add PIPE_CAP_TGSI_MUL_ZERO_WINSIlia Mirkin1-0/+1
2017-01-23gallium: add TGSI_PROPERTY_MUL_ZERO_WINSIlia Mirkin1-0/+1
2017-01-20gallium: add pipe_screen::resource_changedPhilipp Zabel1-0/+8
2017-01-16gallium: add flags parameter to texture barrierIlia Mirkin2-1/+7
2017-01-16gallium: add PIPE_CAP_TGSI_FS_FBFETCHIlia Mirkin1-0/+1
2017-01-16gallium: add FBFETCH opcode to retrieve the current sample valueIlia Mirkin1-1/+1
2017-01-16tgsi: add DDIV instructionNicolai Hähnle1-1/+4
2017-01-05gallium: remove TGSI_OPCODE_SUBMarek Olšák1-1/+1
2017-01-05gallium: remove TGSI_OPCODE_ABSMarek Olšák1-1/+1