summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300
AgeCommit message (Expand)AuthorFilesLines
2017-10-02gallium: Remove util_format_s3tc_enabledMatt Turner2-5/+1
2017-09-29gallium: add LDEXP TGSI instruction and corresponding capNicolai Hähnle1-0/+2
2017-09-29r300: add missing case PIPE_SHADER_CAP_INT64_ATOMICSNicolai Hähnle1-0/+1
2017-09-21gallium: Add PIPE_SHADER_CAP_INT64_ATOMICSJan Vesely1-0/+1
2017-09-18gallium: Add PIPE_SHADER_CAP_FP16Jan Vesely1-0/+2
2017-09-18gallium: add PIPE_QUERY_OCCLUSION_PREDICATE_CONSERVATIVENicolai Hähnle1-2/+5
2017-09-15gallium: introduce PIPE_CAP_LOAD_CONSTBUFTimothy Arceri1-0/+1
2017-09-11gallium/u_blitter: use draw_rectangle for all blits except cubemapsMarek Olšák1-3/+4
2017-09-11gallium/u_blitter: use draw_rectangle callback for layered clearsMarek Olšák2-4/+6
2017-09-11gallium/u_blitter: add new union blitter_attrib to replace pipe_color_unionMarek Olšák2-8/+8
2017-09-08r300: use ARRAY_SIZE macroEric Engestrom1-1/+3
2017-08-22gallium: remove TGSI opcode SCSMarek Olšák1-1/+0
2017-08-22gallium: remove TGSI opcode BREAKCMarek Olšák1-1/+0
2017-08-22gallium: remove TGSI opcode XPDMarek Olšák1-1/+0
2017-08-22gallium: remove TGSI opcode DPHMarek Olšák1-1/+0
2017-08-22gallium: remove TGSI opcode DP2AMarek Olšák1-1/+0
2017-08-22gallium: remove TGSI_OPCODE_CALLNZMarek Olšák1-1/+0
2017-08-22gallium: remove TGSI opcodes PUSHA, POPA, SAD, TXQ_LZMarek Olšák1-1/+0
2017-08-03gallium: introduce PIPE_CAP_MEMOBJTimothy Arceri1-0/+1
2017-08-03r300: drop u_mm.h include.Dave Airlie4-4/+0
2017-08-02gallium: add pipe_screen_config to screen_create functionsNicolai Hähnle2-2/+5
2017-08-02gallium: add PIPE_QUERY_SO_OVERFLOW_ANY_PREDICATE and corresponding capNicolai Hähnle1-0/+1
2017-07-31gallium: add PIPE_CAP_NIR_SAMPLERS_AS_DEREFNicolai Hähnle1-0/+1
2017-07-04gallium/radeon: rename RADEON_FLAG_HANDLE -> RADEON_FLAG_NO_SUBALLOCMarek Olšák1-1/+1
2017-06-29Android: use symlinks for driver loadingRob Herring1-0/+1
2017-06-23gallium/radeon: pass create_screen flags to r600_common_screen_initMarek Olšák2-2/+2
2017-06-14gallium: add PIPE_CAP_BINDLESS_TEXTURESamuel Pitoiset1-0/+1
2017-06-07gallium/u_blitter: use 2D_ARRAY for cubemap blits if possibleMarek Olšák1-1/+1
2017-06-02gallium: Add a cap to check if the driver supports ARB_post_depth_coverageLyude1-0/+1
2017-05-17gallium: add PIPE_CAP_ALLOW_MAPPED_BUFFERS_DURING_EXECUTIONMarek Olšák1-0/+1
2017-05-11Android: push driver build details to driver makefilesRob Herring1-0/+4
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šák4-52/+25
2017-05-10gallium: decrease the size of pipe_vertex_buffer - 24 -> 16 bytesMarek Olšák5-13/+13
2017-04-26gallium: add PIPE_SHADER_CAP_TGSI_SKIP_MERGE_REGISTERSSamuel Pitoiset1-0/+2
2017-04-20gallium: fold u_trim_pipe_prim call from st/mesa to driversMarek Olšák1-0/+3
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