aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* gallium/u_tests: fix ifdef for sync_file fencesGeorge Kyriazis2017-10-031-1/+1
* util: include stdlib.h in u_string.h to silence MinGW warningBrian Paul2017-10-031-0/+1
* intel: Always set Cube Face Enables for all surfaces.Kenneth Graunke2017-10-031-8/+6
* intel: Make Cube Face Enable fields consistent across generations.Kenneth Graunke2017-10-037-10/+36
* build: Remove HAVE_DLOPENMatt Turner2017-10-021-4/+0
* mesa: Delete now unused dlopen.hMatt Turner2017-10-023-99/+0
* mesa: Remove force_s3tc_enable driconf variableMatt Turner2017-10-028-15/+0
* gallium: Remove util_format_s3tc_init()Matt Turner2017-10-0214-98/+5
* gallium: Remove util_format_s3tc_enabledMatt Turner2017-10-0214-110/+3
* mesa/st: Drop has_lib_dxtc argument from st_init_extensions()Matt Turner2017-10-024-11/+4
* mesa: Drop Mesa_DXTn from gl_contextMatt Turner2017-10-0215-95/+19
* mesa: Drop function pointer checks in s3tc codeMatt Turner2017-10-021-133/+60
* mesa: Call DXTn functions directlyMatt Turner2017-10-021-92/+25
* mesa: Remove fprintf referring to libdxtnMatt Turner2017-10-021-1/+1
* mesa: Remove prototypes and mark S3TC functions staticMatt Turner2017-10-021-18/+5
* mesa: Remove commented-out DXTn fetch codeMatt Turner2017-10-021-80/+0
* mesa: Combine libtxc_dxtn sources into texcompress_s3tc_tmp.hMatt Turner2017-10-025-306/+245
* mesa: Import libtxc_dxtn sourcesMatt Turner2017-10-024-0/+1144
* anv: Remove unreachable cases from isl_format_for_size()Józef Kucia2017-10-031-2/+0
* anv: Fix vkCmdFillBuffer()Józef Kucia2017-10-031-2/+2
* st/mesa: don't use pipe_surface for passing information about EGLImageMarek Olšák2017-10-031-46/+50
* gallium/u_tests: test sync_file fencesMarek Olšák2017-10-031-0/+101
* i965: Implement ARB_indirect_parameters.Plamena Manolova2017-10-024-1/+124
* i965: Refactor brw_try_draw_prims.Plamena Manolova2017-10-021-117/+119
* i965: Indroduce brw_finish_drawing.Plamena Manolova2017-10-021-7/+14
* i965: Introduce brw_prepare_drawing.Plamena Manolova2017-10-021-19/+27
* glsl: Remove spurious assertionsIan Romanick2017-10-021-2/+0
* glsl: Move 'foo = foo;' optimization to opt_dead_code_localIan Romanick2017-10-022-12/+18
* glsl/ast: Use logical-or instead of conditional assignment to set fallthru_varIan Romanick2017-10-021-4/+4
* glsl/ast: Generate a more compact expression to disable execution of default ...Ian Romanick2017-10-021-21/+10
* glsl/ast: Explicitly track the set of case labels that occur after defaultIan Romanick2017-10-021-22/+49
* glsl/ast: Convert ast_case_label::hir to ir_builderIan Romanick2017-10-021-24/+11
* glsl/ast: Use ir_binop_equal instead of ir_binop_all_equalIan Romanick2017-10-021-15/+24
* glsl/ast: Stop processing a switch-statement after an error in the init-expre...Ian Romanick2017-10-021-0/+1
* glsl: Don't pass NULL to ir_assignment constructor when not necessaryIan Romanick2017-10-028-35/+27
* glsl: Convert lower_variable_index_to_cond_assign to ir_builderIan Romanick2017-10-023-105/+65
* glsl: Fix coding standards issues in lower_variable_index_to_cond_assignIan Romanick2017-10-021-78/+76
* glsl: Convert lower_vec_index_to_cond_assign to using ir_builderIan Romanick2017-10-021-39/+17
* glsl: Return ir_variable from compare_index_blockIan Romanick2017-10-023-16/+20
* glsl: Fix coding standards issues in lower_vec_index_to_cond_assignIan Romanick2017-10-021-16/+12
* glsl: Fix coding standards issues in lower_if_to_cond_assignIan Romanick2017-10-021-48/+47
* nir/spirv: Allow loop breaks in a switch body.Bas Nieuwenhuizen2017-10-021-1/+1
* freedreno/a5xx: fix missing restore stateRob Clark2017-10-021-0/+3
* radv: make radv_dynamic_state_copy() staticSamuel Pitoiset2017-10-022-5/+1
* wayland-egl: rework and simplify wl_egl_window initializationEmil Velikov2017-10-021-10/+16
* wayland-egl: move WL_EGL_EXPORT declaration to where it's usedEmil Velikov2017-10-022-7/+7
* wayland-egl: use C99 commentsEmil Velikov2017-10-021-3/+3
* wayland-egl: remove no longer needed wayland-client dependencyEmil Velikov2017-10-023-4/+1
* wayland-egl: add stdint.h include for intptr_tEmil Velikov2017-10-021-0/+1
* wayland-egl: forward declare struct wl_surfaceEmil Velikov2017-10-021-0/+2