summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* svga: wrap long comments in svga_tgsi_vgpu10.cBrian Paul2017-10-031-4/+6
* svga: tweak pre-VGPU10 rasterization offsetsBrian Paul2017-10-031-17/+7
* svga: if we get nr_samples==1, store nr_samples=0Brian Paul2017-10-031-4/+7
* svga: emit sampler constants only if sampler view existsCharmaine Lee2017-10-031-7/+12
* svga: fix incorrect case in svga_typeless_format()Brian Paul2017-10-031-2/+1
* svga: add typeless switch cases in svga_typeless_format()Brian Paul2017-10-031-0/+10
* svga: Allow sRGB format with PIPE_BIND_DISPLAY_TARGET binding flag on vgpu10.Neha Bhende2017-10-031-2/+7
* etnaviv: Set up unknown GC3000 statesWladimir J. van der Laan2017-10-031-0/+11
* etnaviv: Fix point sprite rendering on GC3000Wladimir J. van der Laan2017-10-031-0/+2
* etnaviv: Add support for DP2 instructionWladimir J. van der Laan2017-10-034-1/+7
* etnaviv: Support opcodes with bit 6 set in assemblerWladimir J. van der Laan2017-10-031-1/+4
* meson: convert gtest to an internal dependencyDylan Baker2017-10-034-7/+12
* meson: add window system deps to intel vulkan commonDylan Baker2017-10-031-1/+1
* egl/surfaceless: Use KMS swrast fallbackGurchetan Singh2017-10-031-4/+16
* egl/surfaceless: add probe device helper functionGurchetan Singh2017-10-031-28/+39
* 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