summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300
AgeCommit message (Expand)AuthorFilesLines
2017-04-14gallium: add PIPE_CAP_TGSI_TES_LAYER_VIEWPORTNicolai Hähnle1-0/+1
2017-04-05gallium: add PIPE_CAP_TGSI_BALLOTNicolai Hähnle1-0/+1
2017-04-05gallium: add sparse buffer interface and capabilityNicolai Hähnle1-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šák1-4/+0
2017-03-31gallium: add PIPE_CAP_TGSI CLOCKNicolai Hähnle1-0/+1
2017-03-30r300: Fix indenting in r300_get_param()Lyude1-3/+3
2017-03-30gallium/radeon: move pre-GFX9 radeon_bo_metadata.* to u.legacy.*Marek Olšák1-7/+7
2017-03-15gallium: add PIPE_CAP_TGSI_TEX_TXF_LZMarek Olšák1-0/+1
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 pipe_screen::get_shader_param()Brian Paul1-1/+5
2017-03-07gallium/util: replace pipe_mutex_unlock() with mtx_unlock()Timothy Arceri2-2/+2
2017-03-07gallium/util: replace pipe_mutex_lock() with mtx_lock()Timothy Arceri2-2/+2
2017-03-07gallium/util: replace pipe_mutex_destroy() with mtx_destroy()Timothy Arceri1-1/+1
2017-03-07gallium/util: replace pipe_mutex_init() with mtx_init()Timothy Arceri1-1/+1
2017-03-07gallium/util: replace pipe_mutex with mtx_tTimothy Arceri1-1/+1
2017-02-25gallium: remove PIPE_CAP_USER_INDEX_BUFFERSMarek Olšák1-1/+0
2017-02-21r300g: only allow byteswapped formats on big endianGrazvydas Ignotas1-0/+5
2017-02-19gallium/u_index_modify: don't add PIPE_TRANSFER_UNSYNCHRONIZED unconditionallyMarek Olšák1-1/+3
2017-02-18gallium: remove TGSI_OPCODE_CLAMPMarek Olšák1-1/+0
2017-02-14gallium: set pipe_context uploaders in drivers (v3)Marek Olšák1-1/+3
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-2/+1
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-16gallium: add flags parameter to texture barrierIlia Mirkin1-1/+1
2017-01-16gallium: add PIPE_CAP_TGSI_FS_FBFETCHIlia Mirkin1-0/+1
2017-01-05gallium: remove TGSI_OPCODE_SUBMarek Olšák1-1/+0
2017-01-05gallium: remove TGSI_OPCODE_ABSMarek Olšák1-1/+0
2017-01-05gallium: add PIPE_CAP_GLSL_OPTIMIZE_CONSERVATIVELYMarek Olšák1-0/+1
2016-12-01gallium: support for native fence fd'sRob Clark1-0/+1
2016-11-30gallium: add PIPE_CAP_TGSI_CAN_READ_OUTPUTSNicolai Hähnle1-0/+1
2016-11-15gallium: add PIPE_SHADER_CAP_LOWER_IF_THRESHOLDMarek Olšák1-0/+2
2016-10-22gallium: add PIPE_CAP_STREAM_OUTPUT_INTERLEAVE_BUFFERSIlia Mirkin1-0/+1
2016-10-12gallium: add PIPE_CAP_TGSI_ARRAY_COMPONENTSNicolai Hähnle1-0/+1
2016-10-05r300: use the new parent/child pools for transfers (v2)Nicolai Hähnle5-7/+11
2016-09-27gallium/radeon: add RADEON_FLAG_HANDLENicolai Hähnle1-1/+1
2016-09-27gallium/radeon: add RADEON_USAGE_SYNCHRONIZEDNicolai Hähnle1-8/+11
2016-09-09r300g: Set R300_VAP_CNTL on RSxxx to avoid triangle flickeringMax Staudt1-1/+9
2016-09-08gallium: remove PIPE_BIND_TRANSFER_READ/WRITEMarek Olšák1-6/+0
2016-09-06gallium: switch drivers to the slab allocator in src/utilMarek Olšák4-9/+8
2016-08-31Introduce .editorconfigEric Engestrom1-0/+3
2016-08-29gallium: Use enum pipe_shader_type in set_sampler_views()Kai Wasserbäch1-1/+2
2016-08-29gallium: Use enum pipe_shader_type in bind_sampler_states() (v2)Kai Wasserbäch1-1/+1
2016-08-25gallium: add a pipe_context parameter to resource_get_handleMarek Olšák2-0/+2
2016-08-23gallium: add a cap to expose whether driver supports mixed color/zs bitsIlia Mirkin1-0/+1
2016-08-10gallium: add a pipe_context parameter to fence_finishMarek Olšák1-0/+1
2016-08-10gallium/radeon: handle render_condition_enable for clear_rt/dsMarek Olšák1-2/+4
2016-08-10gallium: add render_condition_enable param to clear_render_target/depth_stencilMarek Olšák1-2/+4