summaryrefslogtreecommitdiff
path: root/src/gallium/include
AgeCommit message (Expand)AuthorFilesLines
2017-06-26mesa/glthread: add glthread "perf" counters and pass them to gallium HUDMarek Olšák1-1/+3
2017-06-23st/dri: add a drirc workaround for Rocket LeagueMarek Olšák1-0/+6
2017-06-23gallium: allow passing 'unsigned flags' to create_screen()Marek Olšák1-1/+1
2017-06-14gallium: add ARB_bindless_texture interfaceSamuel Pitoiset1-0/+59
2017-06-14gallium: add PIPE_CAP_BINDLESS_TEXTURESamuel Pitoiset1-0/+1
2017-06-09gallium: introduce format modifier queryingVarad Gautam1-0/+14
2017-06-09st/dri: implement createImageWithModifiers in DRIimageVarad Gautam1-0/+15
2017-06-09gallium/winsys/drm: introduce modifier field to winsys_handleVarad Gautam1-0/+6
2017-06-02gallium: Add a cap to check if the driver supports ARB_post_depth_coverageLyude1-0/+1
2017-06-02gallium: Add TGSI shader token for ARB_post_depth_coverageLyude1-0/+1
2017-05-24Revert "gallium: remove unused PIPE_CC_GCC_VERSION"Brian Paul1-0/+1
2017-05-20driconf: Add allow_glsl_builtin_variable_redeclaration optionJohn Brooks1-0/+1
2017-05-18tgsi: store the sampler view type directly in the instructionSamuel Pitoiset1-1/+3
2017-05-17gallium: add PIPE_CAP_ALLOW_MAPPED_BUFFERS_DURING_EXECUTIONMarek Olšák1-0/+1
2017-05-15gallium: add flag PIPE_CONTEXT_PREFER_THREADEDMarek Olšák1-0/+8
2017-05-10gallium: add PIPE_CAP_CAN_BIND_CONST_BUFFER_AS_VERTEXMarek Olšák1-0/+1
2017-05-10gallium: remove pipe_index_buffer and set_index_bufferMarek Olšák2-21/+21
2017-05-10gallium: separate indirect stuff from pipe_draw_info - 80 -> 56 bytesMarek Olšák1-32/+35
2017-05-10gallium: decrease the size of pipe_vertex_buffer - 24 -> 16 bytesMarek Olšák1-4/+7
2017-05-09util: move ALWAYS_INLINE macro to util/macro.hTimothy Arceri1-11/+0
2017-04-26gallium: add PIPE_SHADER_CAP_TGSI_SKIP_MERGE_REGISTERSSamuel Pitoiset1-0/+1
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